summaryrefslogtreecommitdiff
path: root/games/cbzone/patches
diff options
context:
space:
mode:
authortron <tron>1998-07-27 00:11:29 +0000
committertron <tron>1998-07-27 00:11:29 +0000
commitb0bdb19afe0ed65a7b48032caea350be82b830b8 (patch)
tree1b3f375a0132eb992a028972a43cb71a7763557f /games/cbzone/patches
parent248a7d40733bd65f1444f7f89cb17203dd9b4aec (diff)
downloadpkgsrc-b0bdb19afe0ed65a7b48032caea350be82b830b8.tar.gz
Add "cbzone" package by Tim Rightnour:
a simple classic game of 3D tank warfare + fix sound playback + add note about problems with 16BPP displays
Diffstat (limited to 'games/cbzone/patches')
-rw-r--r--games/cbzone/patches/patch-aa38
-rw-r--r--games/cbzone/patches/patch-ab11
2 files changed, 49 insertions, 0 deletions
diff --git a/games/cbzone/patches/patch-aa b/games/cbzone/patches/patch-aa
new file mode 100644
index 00000000000..8dd318b6971
--- /dev/null
+++ b/games/cbzone/patches/patch-aa
@@ -0,0 +1,38 @@
+--- Imakefile.orig Sun Aug 1 22:45:08 1993
++++ Imakefile Sun Jul 26 05:36:23 1998
+@@ -34,5 +34,5 @@
+ cbzone.motd \
+- cbzone.script \
+- cbzone.highscores \
+- Cbzone.ad
++ cbzone.script \
++ cbzone.highscores \
++ Cbzone.ad
+
+@@ -55,3 +55,3 @@
+ # TANK_BINDIR = $(BINDIR)
+-TANK_BINDIR= /usr/local/games
++TANK_BINDIR= $(PREFIX)/bin
+
+@@ -59,3 +59,3 @@
+ # TANK_LIBDIR = $(LIBDIR)
+-TANK_LIBDIR = /usr/local/games/lib/cbzone
++TANK_LIBDIR = $(PREFIX)/share/cbzone
+
+@@ -63,3 +63,3 @@
+ # TANK_APPDIR = $(XAPPLOADDIR)
+-TANK_APPDIR = $(TANK_LIBDIR)
++TANK_APPDIR = $(XAPPLOADDIR)
+
+@@ -74,3 +74,3 @@
+ AllTarget(cbzone.exec)
+-
++
+ MakeDirectories(install,$(TANK_BINDIR) $(TANK_LIBDIR) $(TANK_APPDIR) $(TANK_SOUNDDIR))
+@@ -99,4 +99,4 @@
+ cbzone.exec: $(OBJS) $(DEPLIBS)
+- RemoveTargetProgram($@)
+- $(CC) -o $@ $(OBJS) $(LDOPTIONS) $(LOCAL_LIBRARIES) $(LDLIBS) $(EXTRA_LOAD_FLAGS)
++ RemoveTargetProgram($@)
++ $(CC) -o $@ $(OBJS) $(LDOPTIONS) $(LOCAL_LIBRARIES) $(LDLIBS) $(EXTRA_LOAD_FLAGS)
+
diff --git a/games/cbzone/patches/patch-ab b/games/cbzone/patches/patch-ab
new file mode 100644
index 00000000000..155efab30a8
--- /dev/null
+++ b/games/cbzone/patches/patch-ab
@@ -0,0 +1,11 @@
+--- cbzone.script.src.orig Sat Jul 31 10:13:56 1993
++++ cbzone.script.src Mon Jul 27 01:51:33 1998
+@@ -16,7 +16,7 @@
+ cbzone.exec -reports -nooutput $* | \
+ {
+ while read msg
+- do play ${msg}.au 2>/dev/null
++ do cat ${msg}.au >/dev/audio
+ done
+ }
+