summaryrefslogtreecommitdiff
path: root/games/bomberclone/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-08-16 15:35:25 +0000
committerwiz <wiz@pkgsrc.org>2006-08-16 15:35:25 +0000
commita0cfe19c7e9d99264ffaa63f3e681b29474edaa0 (patch)
treeafc16f35de8ad9f2b3c35242f14cfb4cc7760507 /games/bomberclone/Makefile
parent3e0fa6b3b5325136507413f99106ef980b2b4eea (diff)
downloadpkgsrc-a0cfe19c7e9d99264ffaa63f3e681b29474edaa0.tar.gz
Update to 0.11.7:
Version 0.11.7 ============== 2006-08-15 - Added: BomberClone Icon to the bomberclone win32 binary. - Added: resolution 1280x800 - Testing: Security Problems found by Luigi Auriemma Bugs: A] memcpy crash in rscache_add B] information disclosure in send_pkg C] simple error message termination for more informations look here: http://aluigi.altervista.org/adv/bcloneboom-adv.txt Solutions to A) rewrote the whole resend cache system, also send_mapinfo needed a bad workaround for a bug i couldn't find out. (to disable the workaround use ./configure CFLAGS=-DBUG_MAPINFO) B) made sure that the size of a packet is set right before send over the network. Found only the function (do_gameinfo) where something like this occured. do_pkg will also check the size of the incoming packet with the p->h.len value. C) accept the error packets only from the server of a game. Since only the server will send such type of packets. - Fixed: Security Problem found by Stefan Cornelius. For more information look here: https://lists.uni-koeln.de/pipermail/sec-info/Week-of-Mon-20060313/006561.html - Added: "more random" by Patrik Nilsson: This map type is just a hacked version of "autogenerated", and is as the name tells more random. Since both block, rock and nothing are placed randomly inside the border. - Fixed: High CPU usage in menus. This fix was made by Chris E.. - Fixed: Bug with more as 8 different player graphics. The window size hasen't changed if there where more as 8 different player graphics to choose from. - Removed the Dedicated Server Support from the game. The whole bomberclone game is not designed for a dedicated server. The test shown that the whole game would have to be rewritten. Also that the host can leave the game would not work no more.
Diffstat (limited to 'games/bomberclone/Makefile')
-rw-r--r--games/bomberclone/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/games/bomberclone/Makefile b/games/bomberclone/Makefile
index a18f6629f7c..1270de68ca8 100644
--- a/games/bomberclone/Makefile
+++ b/games/bomberclone/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.23 2006/06/26 21:54:26 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2006/08/16 15:35:25 wiz Exp $
-DISTNAME= bomberclone-0.11.6.2
+DISTNAME= bomberclone-0.11.7
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bomberclone/}
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://www.bomberclone.de/
@@ -10,9 +11,15 @@ COMMENT= Multi-player Bomberman clone
CONFLICTS= bomberclone-data-[0-9]*
+BUILDLINK_TRANSFORM+= rm:-Werror
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
+post-install:
+ ${RM} -fr ${PREFIX}/share/bomberclone/*/CVS
+ ${RM} -fr ${PREFIX}/share/bomberclone/*/*/CVS
+ ${RM} -fr ${PREFIX}/share/bomberclone/*/*/*/CVS
+
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"
.include "../../graphics/SDL_image/buildlink3.mk"