summaryrefslogtreecommitdiff
path: root/games/bomberclone/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-10-05 09:28:57 +0000
committerwiz <wiz@pkgsrc.org>2003-10-05 09:28:57 +0000
commit36a9bc5df92b593031a8292e2c913345df3716b5 (patch)
tree01200cc0178394e3df1a8d9d1dc3251a04274e34 /games/bomberclone/patches
parent65f8fb0902225253286f9336c108f23b80c95d21 (diff)
downloadpkgsrc-36a9bc5df92b593031a8292e2c913345df3716b5.tar.gz
Update to 0.10.1:
Version 0.10.1 ============== 2003-09-13 - accepted Solaris, .cvsignore and bzero patch Patch from pak21 (https://sourceforge.net/users/pak21/) - BomberCloneMServ will have even a playerlist of a game, so you will know who have joined a game. - added big endian support, so non intel-style computers will be able to play over the network now too. - added liquid and moving bombs special. - timer options, for how long the game will go. - added tunnels to the game so player can go through. PKG_playermove changed and PGK_tunneldata added - the first music file added to the game made by Digital_D <siggy_stardust@hotmail.com> the music files will be played out of the music directory randomly - chat windows size will be bigger in multiplayer games and in single games the space for the chat window is used for the gamefield size.
Diffstat (limited to 'games/bomberclone/patches')
-rw-r--r--games/bomberclone/patches/patch-ab28
1 files changed, 11 insertions, 17 deletions
diff --git a/games/bomberclone/patches/patch-ab b/games/bomberclone/patches/patch-ab
index b2cf6e1cad6..6226270148f 100644
--- a/games/bomberclone/patches/patch-ab
+++ b/games/bomberclone/patches/patch-ab
@@ -1,19 +1,13 @@
-$NetBSD: patch-ab,v 1.2 2003/07/31 21:27:24 wiz Exp $
+$NetBSD: patch-ab,v 1.3 2003/10/05 09:28:57 wiz Exp $
---- data/Makefile.in.orig 2003-07-31 21:49:46.000000000 +0200
-+++ data/Makefile.in
-@@ -196,10 +196,10 @@ install:
- @if test ! -d ${prefix}/@NO_PREFIX_PACKAGE_DATA_DIR@; then \
- mkdir ${prefix}/@NO_PREFIX_PACKAGE_DATA_DIR@; \
- fi;
-- cp player ${prefix}/@NO_PREFIX_PACKAGE_DATA_DIR@ -rf
-- cp maps ${prefix}/@NO_PREFIX_PACKAGE_DATA_DIR@ -rf
-- cp gfx ${prefix}/@NO_PREFIX_PACKAGE_DATA_DIR@ -rf
-- cp tileset ${prefix}/@NO_PREFIX_PACKAGE_DATA_DIR@ -rf
-+ cp -rf player ${prefix}/@NO_PREFIX_PACKAGE_DATA_DIR@
-+ cp -rf maps ${prefix}/@NO_PREFIX_PACKAGE_DATA_DIR@
-+ cp -rf gfx ${prefix}/@NO_PREFIX_PACKAGE_DATA_DIR@
-+ cp -rf tileset ${prefix}/@NO_PREFIX_PACKAGE_DATA_DIR@
+--- configure.orig 2003-10-05 11:12:39.000000000 +0200
++++ configure
+@@ -4197,7 +4197,7 @@ else
+ packageprefix=${prefix}
+ fi
- uninstall:
- rm -rf ${prefix}/@NO_PREFIX_PACKAGE_DATA_DIR@
+-packagedatadir=share/games/${PACKAGE}
++packagedatadir=share/${PACKAGE}
+ packagedocdir=share/doc/${PACKAGE}
+
+ packagepixmapsdir=${packagedatadir}/pixmaps