[Midnightbsd-cvs] mports: vitetris/files: Remove out of date patches.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Feb 28 19:46:48 EST 2008


Log Message:
-----------
Remove out of date patches.

Modified Files:
--------------
    mports/games/vitetris/files:
        patch-Makefile (r1.1 -> r1.2)

Removed Files:
-------------
    mports/games/vitetris/files:
        patch-tetris_2p.c
        patch-vt.c

-------------- next part --------------
Index: patch-Makefile
===================================================================
RCS file: /home/cvs/mports/games/vitetris/files/patch-Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L games/vitetris/files/patch-Makefile -L games/vitetris/files/patch-Makefile -u -r1.1 -r1.2
--- games/vitetris/files/patch-Makefile
+++ games/vitetris/files/patch-Makefile
@@ -1,20 +1,14 @@
---- Makefile.orig	Sun Jan 20 21:04:33 2008
-+++ Makefile	Sun Jan 20 21:04:55 2008
-@@ -1,7 +1,7 @@
- VERSION_NO = 0.3.5
- VERSION_DATE = 20080107
+--- Makefile.orig	Thu Feb 28 17:05:44 2008
++++ Makefile	Thu Feb 28 19:43:12 2008
+@@ -2,9 +2,9 @@
+ VERSION_DATE = 20080119
+ VITETRIS_VER = -D'VITETRIS_VER="vitetris $(VERSION_NO)"'
  
 -CFLAGS = -O2
-+CFLAGS = -O2 -I/usr/local/include
- INCLUDES = 
- TETRIS_2P = tetris_2p.o
- ifdef TETRIS_2P
-@@ -9,7 +9,7 @@
- else
- CCFLAGS = $(CFLAGS)
- endif
++CFLAGS = -O2 -I/usr/local/include 
+ CCFLAGS = $(CFLAGS) -DTWOPLAYER
 -LDFLAGS = -L/usr/X11R6/lib -lX11
 +LDFLAGS = -L/usr/local/lib -lX11
- 
- OBJS = main.o tetris.o $(TETRIS_2P) input.o file.o options.o \
- 	vt.o vt_draw.o vt_menu.o
+ XLIB_FLAGS = -DXLIB
+ TETRIS_2P = tetris_2p.o
+ HAS_ALLOCA_H =
--- games/vitetris/files/patch-vt.c
+++ /dev/null
@@ -1,9 +0,0 @@
---- vt.c.orig	Sun Jan 20 20:56:39 2008
-+++ vt.c	Sun Jan 20 20:56:44 2008
-@@ -1,6 +1,5 @@
- #include <stdio.h>
- #include <stdlib.h>
--#include <alloca.h>
- #include <string.h>
- #include <ctype.h>
- #include <unistd.h>
--- games/vitetris/files/patch-tetris_2p.c
+++ /dev/null
@@ -1,8 +0,0 @@
---- tetris_2p.c.orig	Sun Jan 20 20:50:31 2008
-+++ tetris_2p.c	Sun Jan 20 20:50:39 2008
-@@ -1,5 +1,4 @@
- #include <stdlib.h>
--#include <alloca.h>
- #include <string.h>
- #include "tetris.h"
- #include "input.h"


More information about the Midnightbsd-cvs mailing list