From 36a9bc5df92b593031a8292e2c913345df3716b5 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 5 Oct 2003 09:28:57 +0000 Subject: 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 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. --- games/bomberclone/patches/patch-ab | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) (limited to 'games/bomberclone/patches') 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 -- cgit v1.2.3