summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2015-02-03 20:54:19 +0000
committersnj <snj@pkgsrc.org>2015-02-03 20:54:19 +0000
commit9abf992995bcdd2a015a3a3819b8c6e81accdc17 (patch)
tree0652fb7beced1d45b942ded3e34b2429d1d8fa28 /games
parent8bcaea90d1d762c4bc1f5d38d203ab07e668ab85 (diff)
downloadpkgsrc-9abf992995bcdd2a015a3a3819b8c6e81accdc17.tar.gz
Update bomberclone to 0.11.9.
Changes: Version 0.11.9 ============== - changed: opengamecache had to move to my own server. New address: ogc.gulpe.de:11111 - fixed: on certain networks, recvfrom hasen't returned. Even select returns with data aviable recvfrom got stuck because of no data. Added MSG_DONTWAIT here as flag. (only on linux) - fixed: counter pkg_lastid became > 32767 almost messages are lost in cache managment patch from: Michel Bernay - fixed: bug with selecting a player gfx. - got a big patch file from Michel Bernay which fixes: fixed: bug about compute points of the winner in multiplayer mode fixed: bug for server for coputing point (Suppress all process in reception of playerdata) fixed: bug in cache managment (lot of messages lost by function rscachedel) added: function to find who player is owner of explosion to compute the killer added: function in debug for display player statistics changed: display points on general menu changed: scorring now a unique players wins a round add 1 point (bonus for victory) and numer of player killed by thge winner - Added Warning if a game get startet with only one player selected Patch send in by: Carles Pina i Estany - Added Joystick support - Patch send in by: Patrick Kirsch Chenges i made to the patch: I open only once the joystick device. Since after the patch the joystick got opened a few times without closing it again. The setupmenu will display now the number of the button which is selected for the function. - Fixed BUG found by Lars Poeschel One player could join without problems and if a second player joined this network game, the server crashed in do_contest() accessing illegal memory. The problem is that a contest packet is received with to -1 and from 1. Then in the line players[ct_pkg->to].net.flags &= (0xFF - NETF_firewall); obviously illegal memory is accessed. Fixed the check of the to parameter from the contest packet. The server ignores now a to value of -1. Version 0.11.8 ================ 14.12.2007 - Changed Docdir to $prefix/share/doc (Felipe Rafailov) - Added some more resolutions. (requested by some users) - Fixed BUG shown in: http://bugzilla.novell.com/show_bug.cgi?id=242031 (patch from: Petr Gajdos) In network game i wanted to use all the time a different bomb instead of the first free aviable. In the code i forgot to modify some values. This patch should fix it now. (player.c:player_findfreebomb) changed i to nr. - Fixed some drawing issues with flying bombs. - The last special item use was lost on clients in a network game. special.use (was reset during special_clean) special.clean variable added to save the cleaning state. tested and works. - Fixed: kicked bombs can travel in time. (map.bfield was set too early) rewrote full bomb kicked system. - Fixed: compile warning: packets.c(635): error #592: variable "s_mod" is used before its value is set (reported by: David Binderman) - Fixed: Special settings will be saved into the config file. - Changed: all data will have thier own Makefile. So "make install" and "make dist" won't copy the CVS dirs. - Fixed: Second Player Problem this fix includes that if a second player was used the game got somehow very instable, because there have been no reset of all the game data. playerselection works now much better. There have been problems with some keys for the second player. - Fixed: problem on slow networks with the loop that the selected player gfx gots selected and deselected. (infinite loop on the network) - Fixed: problem with overwriting the servers address on clients. problem only seen on server who gets connected from two differen ip addresses.
Diffstat (limited to 'games')
-rw-r--r--games/bomberclone/Makefile10
-rw-r--r--games/bomberclone/PLIST11
-rw-r--r--games/bomberclone/distinfo9
-rw-r--r--games/bomberclone/patches/patch-aa13
4 files changed, 15 insertions, 28 deletions
diff --git a/games/bomberclone/Makefile b/games/bomberclone/Makefile
index 0b6b1e0251b..c7e3badd0b1 100644
--- a/games/bomberclone/Makefile
+++ b/games/bomberclone/Makefile
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.33 2012/10/06 11:54:31 asau Exp $
+# $NetBSD: Makefile,v 1.34 2015/02/03 20:54:19 snj Exp $
-DISTNAME= bomberclone-0.11.7
-PKGREVISION= 5
+DISTNAME= bomberclone-0.11.9
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bomberclone/}
-EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.bomberclone.de/
COMMENT= Multi-player Bomberman clone
+LICENSE= gnu-gpl-v2
+
CONFLICTS= bomberclone-data-[0-9]*
BUILDLINK_TRANSFORM+= rm:-Werror
@@ -26,4 +26,6 @@ post-install:
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"
.include "../../graphics/SDL_image/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../mk/jpeg.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/games/bomberclone/PLIST b/games/bomberclone/PLIST
index 84e6636acd2..03c4ef509ae 100644
--- a/games/bomberclone/PLIST
+++ b/games/bomberclone/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2009/06/14 17:56:40 joerg Exp $
+@comment $NetBSD: PLIST,v 1.12 2015/02/03 20:54:19 snj Exp $
bin/bomberclone
share/bomberclone/gfx/font0.png
share/bomberclone/gfx/font1.png
@@ -77,10 +77,10 @@ share/bomberclone/player/player6.png
share/bomberclone/player/player7.png
share/bomberclone/player/playersick.png
share/bomberclone/player/respawn.png
-share/bomberclone/tileset/cemetery/background.png
-share/bomberclone/tileset/cemetery/block96.png
-share/bomberclone/tileset/cemetery/map.nfo
-share/bomberclone/tileset/cemetery/stone96.png
+share/bomberclone/tileset/cementery/background.png
+share/bomberclone/tileset/cementery/block96.png
+share/bomberclone/tileset/cementery/map.nfo
+share/bomberclone/tileset/cementery/stone96.png
share/bomberclone/tileset/classic/background.png
share/bomberclone/tileset/classic/block.png
share/bomberclone/tileset/classic/stone.png
@@ -140,7 +140,6 @@ share/bomberclone/tileset/sheep/stone.png
share/bomberclone/tileset/supermario/background.png
share/bomberclone/tileset/supermario/block.png
share/bomberclone/tileset/supermario/stone.png
-share/bomberclone/tileset/supermario/stonebackup.png
share/bomberclone/tileset/tricked/background.png
share/bomberclone/tileset/tricked/block.png
share/bomberclone/tileset/tricked/dead.wav
diff --git a/games/bomberclone/distinfo b/games/bomberclone/distinfo
index 69978370b47..2697873b0b4 100644
--- a/games/bomberclone/distinfo
+++ b/games/bomberclone/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.13 2012/07/03 18:44:11 joerg Exp $
+$NetBSD: distinfo,v 1.14 2015/02/03 20:54:19 snj Exp $
-SHA1 (bomberclone-0.11.7.tar.bz2) = 108948667d0504cedfddaf4a55e69b221b14edbd
-RMD160 (bomberclone-0.11.7.tar.bz2) = e2267a1c80eb809f4c4233a98f68ad316ead2cb0
-Size (bomberclone-0.11.7.tar.bz2) = 7940132 bytes
-SHA1 (patch-aa) = b80396a7ad0a9e2fc1a4b32a4da845f07cbf28a7
+SHA1 (bomberclone-0.11.9.tar.gz) = 6bf04fc08a1413b6a3a8598e3cd25d334c0f612f
+RMD160 (bomberclone-0.11.9.tar.gz) = c4947c25e8f28d5efc1e2bfc8c273faa5cef7ecd
+Size (bomberclone-0.11.9.tar.gz) = 8109837 bytes
SHA1 (patch-ab) = 5f4d7769d12042271226123abd763d85e1aff196
SHA1 (patch-src_single.c) = 1386506776a9945a89f11d626290995affc34b71
diff --git a/games/bomberclone/patches/patch-aa b/games/bomberclone/patches/patch-aa
deleted file mode 100644
index bb70ecf2948..00000000000
--- a/games/bomberclone/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2004/02/07 15:40:21 wiz Exp $
-
---- Makefile.in.orig 2004-02-07 15:13:00.000000000 +0100
-+++ Makefile.in
-@@ -136,7 +136,7 @@ target_vendor = @target_vendor@
-
- SUBDIRS = include src data
-
--bomberclonedocdir = ${prefix}/doc/bomberclone
-+bomberclonedocdir = ${prefix}/share/doc/bomberclone
- bomberclonedoc_DATA = \
- README\
- COPYING\