summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authordsainty <dsainty@pkgsrc.org>2008-10-13 03:14:40 +0000
committerdsainty <dsainty@pkgsrc.org>2008-10-13 03:14:40 +0000
commit6a0a0eac2b0fd3d0ea6cd848f59be2dd58fff5dc (patch)
treebe8615a3204638da87aec59f6332a186a75ad7f9 /games
parent5bad7ed054a3b902c4e5db43aaf836ada3a44b2c (diff)
downloadpkgsrc-6a0a0eac2b0fd3d0ea6cd848f59be2dd58fff5dc.tar.gz
Update bzflag to 2.0.12.
Pkgsrc: Buildlink in some libraries that bzflag has uses for: * graphics/glew * x11/libXi * x11/libXxf86vm BZFlag 2.0.12 - BZFlag version 2.0.12 is the current version of the BZFlag game for Linux and source packages. released on 6/25/08. It was released primarily to fix a small number of build issues on various linux distributions, most notibly Gentoo and Debian based systems. There are no new features from 2.0.10. * Fix build with -ffast-math avoiding use of isnan for fog - Alfredo Tupone * Fix for memory leaks - * libGLEW requirement controlled by --with-glew - Alfredo Tupone * Actually build with SDL_Image, if required - Alfredo Tupone * Remove extra dir separator from cache entries - Jeff Myers * Configurable "defaultFOV" (60 deg) for widescreen users - Jeff Myers * Adjust shown coordinate for observers - Jeff Myers * Use the foghack only if the config says - Jeff Myers * Queue spawns after flag captures - Chris Wibble * Fix kill callback when is coming from server - Jeff Myers * Fix intermix of chat messages and api callback - Jeff Myers * Various permission fixes - Jeff Myers * Plugins path fixed - * Kerberos and thread removed (never used) - Alfredo Tupone * Event log fixed - Jeff Myers * Workaroung to a driver bug - Jeff Myers * Word filtering is case unsensitive - * Correctly interface with c-ares 1.5.1 and lower - Alfredo Tupone * Not showing a "new rabbit" message when player ID == NoPlayer - blast007 * gcc-4.3 fixes - Tim Riker, Alfredo Tupone * MacOSX: Consistent search of resource files - Sean Morrison * MacOSX: update the project to XCode 2.4.1 - Sean Morrison * Added _countdownResumeDelay to control resume delay. - Thomas Stauer * Slot numbers on scoreboard now appear regardless of hideAdmin - Joshua Bodine BZFlag 2.0.10 - BZFlag version 2.0.10 is the current version of the BZFlag game for Windows and Mac OSX. It was released on 11/17/07. It was released primarily to fix a number of small issues that have been found in 2.0.8 and provide good binary packages for the various Linux distributions for dual core and 64 bit systems. * Implemented fullscreen->windowed mode toggle on Windows - Daniel Remenak * Add the rabidRabbit plugin - LouMan * Add packet loss kick and related admin commands - Thomas Stauer * Reclaim lost memory from sound sample - Tupone Alfredo * Fixed bashism on debian rules - Ryan Kavanagh * Add the rabbitTimer plugin - L4m3r * Fix some segfaults when re-joining - Tupone Alfredo * Compliance with gcc-4.2 - Tupone Alfredo * Fix the build system to be more distro friendly - Tupone Alfredo * Plugins get flag resets/spawns/grab/drop/transfer - Jeff Myers, Bernt Hansen * Fix compiler problem with gcc-4 - Tupone Alfredo * Fixed high fps problem - Frank Thilo * Added more info for observers - Jeff Myers, Frank Thilo * torBlock plugin added - Jeff Myers, blast007 * Optionally use mesh position and height for radar - Thomas Stauer * Add the regFlag plugin - Bernt Hansen * Fix memory leak from cURL - blast007 * Add the Phoenix plugin - Jeff Myers * Add favorite server - Frank Thilo * SDL sound rate fix - Alfredo Tupone * add bzID and server status to logDetail plugin - Bernt Hansen * Add -tkannounce to announce tk on admin channel - Bernt Hansen * Add the serverControl plugin - Bernt Hansen * Add keepaway plugin - LouMan * API calls to reset bzdb - Jeff Myers * API call to get the player pause state. - Jeff Myers * API calls to reload bans, and other files - Jeff Myers * API event for shot ends - Jeff Myers * API command to move a flag - Jeff Myers * add API exposure for lag, jitter, and packetloss - Jeff Myers * Add koth plugin - LouMan * Add timedctf plugin - LouMan * Add teamflagreset plugin - LouMan * Add wwzones plugin - LouMan * flagStay plugin added - Jeff Myers * Give everyone notice of pause messages - Jeff Myers * Fix for /silence command - Skeeve * Fix mousebox edge positioning - Mark Thomas * Fixed on spanish localization - xukosky@yahoo.es * Instructions to fix sound on ALSA added - Tupone Alfredo * Change filename format for easier location of matches - uso * Adding jitter kick and related admin commands - Thomas Stauer * Global banlist reload with local banlist - uso * Fix to spawned and lag attributes in bz_updatePlayerData - Matthew Marshall * Ability to change the killer in a PlayerDieEvent - Matthew Marshall * Added shotID to bz_PlayerDieEventData - Matthew Marshall * Expose the countdown and game time stuff to the api - Jeff Myers * Backport the record stop function from 2.1 - Jeff Myers * Backported WW GMs from 2.1 - Matthew Marshall * Converts box & pyramids to mesh if required - Anonymous * Allows leading face specification (x+,x-,y+,y-,z+,z-) - Anonymous * Authorization is invariant to case - Anonymous
Diffstat (limited to 'games')
-rw-r--r--games/bzflag/Makefile8
-rw-r--r--games/bzflag/PLIST3
-rw-r--r--games/bzflag/distinfo8
3 files changed, 11 insertions, 8 deletions
diff --git a/games/bzflag/Makefile b/games/bzflag/Makefile
index cd24cdde00a..73b603ff03e 100644
--- a/games/bzflag/Makefile
+++ b/games/bzflag/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2008/07/31 00:58:53 dsainty Exp $
+# $NetBSD: Makefile,v 1.35 2008/10/13 03:14:40 dsainty Exp $
-DISTNAME= bzflag-2.0.8
-PKGREVISION= 2
+DISTNAME= bzflag-2.0.12
CATEGORIES= games x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bzflag/}
@@ -35,8 +34,11 @@ CHECK_PORTABILITY_SKIP+= debian/*
.include "../../devel/ncurses/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../graphics/glew/buildlink3.mk"
.include "../../graphics/glu/buildlink3.mk"
.include "../../net/libcares/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
+.include "../../x11/libXi/buildlink3.mk"
+.include "../../x11/libXxf86vm/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/games/bzflag/PLIST b/games/bzflag/PLIST
index 8619a7a36ff..31dcd640473 100644
--- a/games/bzflag/PLIST
+++ b/games/bzflag/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2007/08/06 22:41:06 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.8 2008/10/13 03:14:40 dsainty Exp $
bin/bzadmin
bin/bzflag
bin/bzfs
@@ -24,6 +24,7 @@ share/bzflag/burrow.wav
share/bzflag/bzflag-256x256.png
share/bzflag/bzflag-32x32.xpm
share/bzflag/bzflag-48x48.png
+share/bzflag/bzflag.desktop
share/bzflag/caution.png
share/bzflag/clouds.png
share/bzflag/dusty_flare.png
diff --git a/games/bzflag/distinfo b/games/bzflag/distinfo
index 459c2cfa9b0..0bc47fc9e4d 100644
--- a/games/bzflag/distinfo
+++ b/games/bzflag/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2007/08/06 22:41:06 xtraeme Exp $
+$NetBSD: distinfo,v 1.12 2008/10/13 03:14:40 dsainty Exp $
-SHA1 (bzflag-2.0.8.tar.gz) = d59f3966757a6fee248b533ecb382f83e96bf574
-RMD160 (bzflag-2.0.8.tar.gz) = 0b8840f250dad3c781d962c631f65ff640022a24
-Size (bzflag-2.0.8.tar.gz) = 11908327 bytes
+SHA1 (bzflag-2.0.12.tar.gz) = 3ef1739cbdd8b888dc93efe42560a4fdfc2a2174
+RMD160 (bzflag-2.0.12.tar.gz) = bab171233d3c56ecc6bce1909196f68344c25308
+Size (bzflag-2.0.12.tar.gz) = 12071712 bytes
SHA1 (patch-ad) = 75e49c8e78e421f5b495a49a13ac2cdc51ef85e1