summaryrefslogtreecommitdiff
path: root/games/koth
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-08-05 01:58:10 +0000
committerhubertf <hubertf@pkgsrc.org>1999-08-05 01:58:10 +0000
commita95e678f80e7bd405ed7feac03d4530d7f749c67 (patch)
tree240fe749dc34ae63139204c0d4e43df3c13f3298 /games/koth
parenta8e9d00a214bc6cac6cd69dc87c728f4ae0f1425 (diff)
downloadpkgsrc-a95e678f80e7bd405ed7feac03d4530d7f749c67.tar.gz
Update to V0.7.2. (Forgot these on last commit)
Diffstat (limited to 'games/koth')
-rw-r--r--games/koth/files/patch-sum5
-rw-r--r--games/koth/patches/patch-aa9
-rw-r--r--games/koth/patches/patch-ab13
-rw-r--r--games/koth/patches/patch-ac10
4 files changed, 37 insertions, 0 deletions
diff --git a/games/koth/files/patch-sum b/games/koth/files/patch-sum
new file mode 100644
index 00000000000..6e8fd207ece
--- /dev/null
+++ b/games/koth/files/patch-sum
@@ -0,0 +1,5 @@
+$NetBSD: patch-sum,v 1.1 1999/08/05 01:58:10 hubertf Exp $
+
+MD5 (patch-aa) = 5102adc19b498da69654c6e63f27c121
+MD5 (patch-ab) = a7fbff39cb28bfe17131e6cb7b80b8dd
+MD5 (patch-ac) = b3eaa9d37cb7b96671f1d781a32fe2bf
diff --git a/games/koth/patches/patch-aa b/games/koth/patches/patch-aa
new file mode 100644
index 00000000000..f652a471537
--- /dev/null
+++ b/games/koth/patches/patch-aa
@@ -0,0 +1,9 @@
+$NetBSD: patch-aa,v 1.1 1999/08/05 01:58:12 hubertf Exp $
+
+--- src/relay.c.orig Thu Aug 5 03:27:23 1999
++++ src/relay.c Thu Aug 5 03:27:36 1999
+@@ -1,3 +1,4 @@
++#include <errno.h>
+ #include <unistd.h>
+ #include <sys/types.h>
+ #include <sys/time.h>
diff --git a/games/koth/patches/patch-ab b/games/koth/patches/patch-ab
new file mode 100644
index 00000000000..2bd65b40c60
--- /dev/null
+++ b/games/koth/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 1999/08/05 01:58:12 hubertf Exp $
+
+--- src/Makefile.in.orig Thu Aug 5 03:32:08 1999
++++ src/Makefile.in Thu Aug 5 03:37:40 1999
+@@ -86,7 +86,7 @@
+ DEFS = @DEFS@ -I. -I$(srcdir) -I..
+ CPPFLAGS = @CPPFLAGS@
+ LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
++LIBS = @LIBS@ -lgii -lggi
+ koth_OBJECTS = kclient.o tcpcore.o relay.o gfx.o player.o clihandlers.o \
+ packets.o terrain.o ballistics.o text.o weapon.o weapongfx.o
+ koth_DEPENDENCIES =
diff --git a/games/koth/patches/patch-ac b/games/koth/patches/patch-ac
new file mode 100644
index 00000000000..cc42183086c
--- /dev/null
+++ b/games/koth/patches/patch-ac
@@ -0,0 +1,10 @@
+$NetBSD: patch-ac,v 1.1 1999/08/05 01:58:13 hubertf Exp $
+
+--- src/packets.c.orig Thu Aug 5 03:38:33 1999
++++ src/packets.c Thu Aug 5 03:39:16 1999
+@@ -1,4 +1,5 @@
+ #include <stdarg.h>
++#include <sys/types.h>
+ #include "packets.h"
+
+ /* pack and unpack functions are from Kernighan & Pike's