diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-05-04 21:49:04 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-05-04 21:49:04 +0000 |
commit | 9ae5ebd6412332a6e4fe7b65b95666a676d7bc13 (patch) | |
tree | 2a68acba852706e50e07402579e3c6894c17285f /games/tetrinet | |
parent | 9a31e4a0f0b0536041369792157d0958f33a4b79 (diff) | |
download | ports-9ae5ebd6412332a6e4fe7b65b95666a676d7bc13.tar.gz ports-9ae5ebd6412332a6e4fe7b65b95666a676d7bc13.zip |
Notes
Diffstat (limited to 'games/tetrinet')
-rw-r--r-- | games/tetrinet/Makefile | 2 | ||||
-rw-r--r-- | games/tetrinet/distinfo | 2 | ||||
-rw-r--r-- | games/tetrinet/files/patch-aa | 10 | ||||
-rw-r--r-- | games/tetrinet/files/patch-ac | 21 | ||||
-rw-r--r-- | games/tetrinet/files/patch-ad | 10 |
5 files changed, 12 insertions, 33 deletions
diff --git a/games/tetrinet/Makefile b/games/tetrinet/Makefile index 6849604e840c..9828d040179c 100644 --- a/games/tetrinet/Makefile +++ b/games/tetrinet/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tetrinet -PORTVERSION= 0.7 +PORTVERSION= 0.7a CATEGORIES= games net MASTER_SITES= http://achurch.org/tetrinet/ DISTNAME= ${PORTNAME} diff --git a/games/tetrinet/distinfo b/games/tetrinet/distinfo index a4d781786e6a..29b6a34a7442 100644 --- a/games/tetrinet/distinfo +++ b/games/tetrinet/distinfo @@ -1 +1 @@ -MD5 (tetrinet.tar.gz) = 31b99b83d669faa48161cad8190f4ead +MD5 (tetrinet.tar.gz) = a99dd9e4b05b1a8ee0eb07eb7130c7b6 diff --git a/games/tetrinet/files/patch-aa b/games/tetrinet/files/patch-aa deleted file mode 100644 index fa711566c9e8..000000000000 --- a/games/tetrinet/files/patch-aa +++ /dev/null @@ -1,10 +0,0 @@ ---- xwin.orig Fri Sep 15 05:18:00 2000 -+++ xwin.c Tue Jan 2 08:30:50 2001 -@@ -244,7 +244,6 @@ - signal(SIGUSR1, sighandler); - signal(SIGUSR2, sighandler); - signal(SIGALRM, sighandler); -- signal(SIGSTKFLT, sighandler); - signal(SIGTSTP, sighandler); - signal(SIGXCPU, sighandler); - signal(SIGXFSZ, sighandler); diff --git a/games/tetrinet/files/patch-ac b/games/tetrinet/files/patch-ac deleted file mode 100644 index 2dbe7e1cf3f2..000000000000 --- a/games/tetrinet/files/patch-ac +++ /dev/null @@ -1,21 +0,0 @@ ---- sockets.c.old Sun Mar 4 17:57:04 2001 -+++ sockets.c Sun Mar 4 17:58:02 2001 -@@ -4,14 +4,16 @@ - * Socket routines. - */ - -+#include <sys/types.h> -+#include <sys/socket.h> -+#include <sys/time.h> -+ - #include <stdarg.h> - #include <stdio.h> - #include <stdlib.h> - #include <errno.h> - #include <netdb.h> - #include <netinet/in.h> --#include <sys/socket.h> --#include <sys/time.h> - #include "sockets.h" - #include "tetrinet.h" - diff --git a/games/tetrinet/files/patch-ad b/games/tetrinet/files/patch-ad new file mode 100644 index 000000000000..a2183a93382d --- /dev/null +++ b/games/tetrinet/files/patch-ad @@ -0,0 +1,10 @@ +--- Makefile.orig Sat May 4 14:47:40 2002 ++++ Makefile Sat May 4 14:47:50 2002 +@@ -1,5 +1,5 @@ +-CC = cc +-CFLAGS = -O2 -I/usr/include/ncurses ++CC ?= cc ++CFLAGS += -I/usr/include/ncurses + + OBJS = server.o sockets.o tetrinet.o tetris.o tty.o xwin.o + |