Sun Jul 25 13:13:26 2010 UTC ()
Update bzflag to 2.0.16.

BZFlag 2.0.16  "No Foolin'" (2010-04-01)
----------------------------------------

* Fix command line options in Windows launcher - Scott Wichser
* Fix regression in protocol handling by server - Jeff Makey, Scott Wichser
* Add bullet tails as seen out the viewport - trepan
* Add observer mouse controls for roaming and tracking modes - trepan
* Add the /forceradar client-side command for observers - trepan
* Minor cleanup of source and build system - Jeff Makey
* Explicitly link to the dl library when needed - Jeff Makey
* Remove unused dependency on Xi library - Jeff Makey
* Clarify copyright assignment terms for developers - Jeff Myers
* Allow only one Enter message per player instance - Jeff Makey
* Add TimeLimit plugin - Steven Mertens
* Remove broken vocaliser and obsolete torBlock plugins - Jeff Myers

BZFlag 2.0.14  "This isn't the release you are looking for." (2010-02-15)
-------------------------------------------------------------------------

* Add Options -> Display -> AntiFlicker option - trepan
* Add Options -> Input -> Confine Mouse (MotionBox) - trepan
* Adjust advanced ground rendering for texture flicker - trepan
* Change the default stencil bitplanes to 1 to fix stencil shadows and various
  other stencil features - trepan
* Backport fix for /idbanlist and /hostbanlist crashes - trepan
* Add support for gcc-4.4 and libtool-2.2 - Jeff Makey
* Update to Microsoft Visual C++ 9 from 8.0 - Jeff Myers
* Update to directInput 8 from 7 - Jeff Myers
* Fix player ghosting failure - Steven Mertens
* Provide API support for using bz_moveFlag on team flags - Scott Wichser
* Add pushstats plugin for future statistics gathering system - Jeff Myers
* Increase restrictions on incompletely joined players - Jeff Myers, Scott W.
* Announce saved file name in recordmatch plugin - Jeff Makey
* Fix buffer overflow in menu subsystem - Jeff Myers
* Fully support glob-style wildcards in hostbans and make name comparisons
  case insensitive - Bryan Jennings
* Properly limit maximum message size in /showgroup command - Jeff Makey
* Reset team scores in case of a capture during a countdown - Jeff Makey
* Block spoofed /me messages - Scott Wichser
* Keep flags within the world boundary - Jeff Makey
* Add the "roamView" BZDB variable - trepan
* Change fonts to DejaVu - Jeff Myers, Tim Riker
* Source cleanup - Tim Riker


(obache)
diff -r1.36 -r1.37 pkgsrc/games/bzflag/Makefile
diff -r1.9 -r1.10 pkgsrc/games/bzflag/PLIST
diff -r1.12 -r1.13 pkgsrc/games/bzflag/distinfo
diff -r1.4 -r1.5 pkgsrc/games/bzflag/patches/patch-ad

cvs diff -r1.36 -r1.37 pkgsrc/games/bzflag/Makefile (expand / switch to unified diff)

--- pkgsrc/games/bzflag/Makefile 2010/01/17 12:02:17 1.36
+++ pkgsrc/games/bzflag/Makefile 2010/07/25 13:13:25 1.37
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.36 2010/01/17 12:02:17 wiz Exp $ 1# $NetBSD: Makefile,v 1.37 2010/07/25 13:13:25 obache Exp $
2 2
3DISTNAME= bzflag-2.0.12 3DISTNAME= bzflag-2.0.16
4PKGREVISION= 1 
5CATEGORIES= games x11 4CATEGORIES= games x11
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bzflag/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bzflag/}
7 6
8MAINTAINER= blymn@NetBSD.org 7MAINTAINER= blymn@NetBSD.org
9HOMEPAGE= http://www.bzflag.org/ 8HOMEPAGE= http://www.bzflag.org/
10COMMENT= OpenGL tank game 9COMMENT= OpenGL tank game
11 10
12PKG_DESTDIR_SUPPORT= user-destdir 11PKG_DESTDIR_SUPPORT= user-destdir
13 12
14GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
15USE_TOOLS+= gmake perl 14USE_TOOLS+= gmake perl
16USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
17USE_LIBTOOL= yes 16USE_LIBTOOL= yes
@@ -29,17 +28,16 @@ SUBST_SED.fixme+= -e "s|@LINUX_FALSE@| @@ -29,17 +28,16 @@ SUBST_SED.fixme+= -e "s|@LINUX_FALSE@|
29 28
30CONFIGURE_ARGS+= --with-ncurses 29CONFIGURE_ARGS+= --with-ncurses
31 30
32CHECK_PORTABILITY_SKIP+= debian/* 31CHECK_PORTABILITY_SKIP+= debian/*
33 32
34.include "../../devel/SDL/buildlink3.mk" 33.include "../../devel/SDL/buildlink3.mk"
35.include "../../devel/ncurses/buildlink3.mk" 34.include "../../devel/ncurses/buildlink3.mk"
36.include "../../devel/zlib/buildlink3.mk" 35.include "../../devel/zlib/buildlink3.mk"
37.include "../../graphics/MesaLib/buildlink3.mk" 36.include "../../graphics/MesaLib/buildlink3.mk"
38.include "../../graphics/glew/buildlink3.mk" 37.include "../../graphics/glew/buildlink3.mk"
39.include "../../graphics/glu/buildlink3.mk" 38.include "../../graphics/glu/buildlink3.mk"
40.include "../../net/libcares/buildlink3.mk" 39.include "../../net/libcares/buildlink3.mk"
41.include "../../www/curl/buildlink3.mk" 40.include "../../www/curl/buildlink3.mk"
42.include "../../x11/libXi/buildlink3.mk" 
43.include "../../x11/libXxf86vm/buildlink3.mk" 41.include "../../x11/libXxf86vm/buildlink3.mk"
44.include "../../mk/pthread.buildlink3.mk" 42.include "../../mk/pthread.buildlink3.mk"
45.include "../../mk/bsd.pkg.mk" 43.include "../../mk/bsd.pkg.mk"

cvs diff -r1.9 -r1.10 pkgsrc/games/bzflag/PLIST (expand / switch to unified diff)

--- pkgsrc/games/bzflag/PLIST 2009/06/14 17:56:41 1.9
+++ pkgsrc/games/bzflag/PLIST 2010/07/25 13:13:25 1.10
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.9 2009/06/14 17:56:41 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.10 2010/07/25 13:13:25 obache Exp $
2bin/bzadmin 2bin/bzadmin
3bin/bzflag 3bin/bzflag
4bin/bzfs 4bin/bzfs
5man/man5/bzw.5 5man/man5/bzw.5
6man/man6/bzadmin.6 6man/man6/bzadmin.6
7man/man6/bzflag.6 7man/man6/bzflag.6
8man/man6/bzfquery.6 8man/man6/bzfquery.6
9man/man6/bzfs.6 9man/man6/bzfs.6
10share/bzflag/automatic_icon.png 10share/bzflag/automatic_icon.png
11share/bzflag/blend_flash.png 11share/bzflag/blend_flash.png
12share/bzflag/blue_basetop.png 12share/bzflag/blue_basetop.png
13share/bzflag/blue_basewall.png 13share/bzflag/blue_basewall.png
14share/bzflag/blue_bolt.png 14share/bzflag/blue_bolt.png
@@ -29,68 +29,61 @@ share/bzflag/caution.png @@ -29,68 +29,61 @@ share/bzflag/caution.png
29share/bzflag/clouds.png 29share/bzflag/clouds.png
30share/bzflag/dusty_flare.png 30share/bzflag/dusty_flare.png
31share/bzflag/explode1.png 31share/bzflag/explode1.png
32share/bzflag/explode2.png 32share/bzflag/explode2.png
33share/bzflag/explosion.wav 33share/bzflag/explosion.wav
34share/bzflag/fire.wav 34share/bzflag/fire.wav
35share/bzflag/flag.png 35share/bzflag/flag.png
36share/bzflag/flag_alert.wav 36share/bzflag/flag_alert.wav
37share/bzflag/flag_drop.wav 37share/bzflag/flag_drop.wav
38share/bzflag/flag_grab.wav 38share/bzflag/flag_grab.wav
39share/bzflag/flag_lost.wav 39share/bzflag/flag_lost.wav
40share/bzflag/flag_won.wav 40share/bzflag/flag_won.wav
41share/bzflag/flap.wav 41share/bzflag/flap.wav
42share/bzflag/fonts/LuxiMono_12.fmt 42share/bzflag/fonts/DejaVu.License
43share/bzflag/fonts/LuxiMono_12.png 43share/bzflag/fonts/DejaVuSansCondensedBold_12.fmt
44share/bzflag/fonts/LuxiMono_16.fmt 44share/bzflag/fonts/DejaVuSansCondensedBold_12.png
45share/bzflag/fonts/LuxiMono_16.png 45share/bzflag/fonts/DejaVuSansCondensedBold_16.fmt
46share/bzflag/fonts/LuxiMono_32.fmt 46share/bzflag/fonts/DejaVuSansCondensedBold_16.png
47share/bzflag/fonts/LuxiMono_32.png 47share/bzflag/fonts/DejaVuSansCondensedBold_24.fmt
48share/bzflag/fonts/LuxiMono_6.fmt 48share/bzflag/fonts/DejaVuSansCondensedBold_24.png
49share/bzflag/fonts/LuxiMono_6.png 49share/bzflag/fonts/DejaVuSansCondensedBold_32.fmt
50share/bzflag/fonts/LuxiMono_8.fmt 50share/bzflag/fonts/DejaVuSansCondensedBold_32.png
51share/bzflag/fonts/LuxiMono_8.png 51share/bzflag/fonts/DejaVuSansCondensedBold_6.fmt
52share/bzflag/fonts/ProFont_12.fmt 52share/bzflag/fonts/DejaVuSansCondensedBold_6.png
53share/bzflag/fonts/ProFont_12.png 53share/bzflag/fonts/DejaVuSansCondensedBold_8.fmt
54share/bzflag/fonts/ProFont_16.fmt 54share/bzflag/fonts/DejaVuSansCondensedBold_8.png
55share/bzflag/fonts/ProFont_16.png 55share/bzflag/fonts/DejaVuSansMonoBold_12.fmt
56share/bzflag/fonts/ProFont_6.fmt 56share/bzflag/fonts/DejaVuSansMonoBold_12.png
57share/bzflag/fonts/ProFont_6.png 57share/bzflag/fonts/DejaVuSansMonoBold_16.fmt
58share/bzflag/fonts/ProFont_8.fmt 58share/bzflag/fonts/DejaVuSansMonoBold_16.png
59share/bzflag/fonts/ProFont_8.png 59share/bzflag/fonts/DejaVuSansMonoBold_24.fmt
60share/bzflag/fonts/TogaSansBold_12.fmt 60share/bzflag/fonts/DejaVuSansMonoBold_24.png
61share/bzflag/fonts/TogaSansBold_12.png 61share/bzflag/fonts/DejaVuSansMonoBold_6.fmt
62share/bzflag/fonts/TogaSansBold_16.fmt 62share/bzflag/fonts/DejaVuSansMonoBold_6.png
63share/bzflag/fonts/TogaSansBold_16.png 63share/bzflag/fonts/DejaVuSansMonoBold_8.fmt
64share/bzflag/fonts/TogaSansBold_32.fmt 64share/bzflag/fonts/DejaVuSansMonoBold_8.png
65share/bzflag/fonts/TogaSansBold_32.png 65share/bzflag/fonts/DejaVuSerifBold_12.fmt
66share/bzflag/fonts/TogaSansBold_6.fmt 66share/bzflag/fonts/DejaVuSerifBold_12.png
67share/bzflag/fonts/TogaSansBold_6.png 67share/bzflag/fonts/DejaVuSerifBold_16.fmt
68share/bzflag/fonts/TogaSansBold_8.fmt 68share/bzflag/fonts/DejaVuSerifBold_16.png
69share/bzflag/fonts/TogaSansBold_8.png 69share/bzflag/fonts/DejaVuSerifBold_24.fmt
70share/bzflag/fonts/TogaSerifBold_12.fmt 70share/bzflag/fonts/DejaVuSerifBold_24.png
71share/bzflag/fonts/TogaSerifBold_12.png 71share/bzflag/fonts/DejaVuSerifBold_32.fmt
72share/bzflag/fonts/TogaSerifBold_16.fmt 72share/bzflag/fonts/DejaVuSerifBold_32.png
73share/bzflag/fonts/TogaSerifBold_16.png 73share/bzflag/fonts/DejaVuSerifBold_6.fmt
74share/bzflag/fonts/TogaSerifBold_32.fmt 74share/bzflag/fonts/DejaVuSerifBold_6.png
75share/bzflag/fonts/TogaSerifBold_32.png 75share/bzflag/fonts/DejaVuSerifBold_8.fmt
76share/bzflag/fonts/VeraMonoBold_12.fmt 76share/bzflag/fonts/DejaVuSerifBold_8.png
77share/bzflag/fonts/VeraMonoBold_12.png 
78share/bzflag/fonts/VeraMonoBold_16.fmt 
79share/bzflag/fonts/VeraMonoBold_16.png 
80share/bzflag/fonts/VeraMonoBold_6.fmt 
81share/bzflag/fonts/VeraMonoBold_6.png 
82share/bzflag/fonts/VeraMonoBold_8.fmt 
83share/bzflag/fonts/VeraMonoBold_8.png 
84share/bzflag/fonts/readme 77share/bzflag/fonts/readme
85share/bzflag/frog.png 78share/bzflag/frog.png
86share/bzflag/green_basetop.png 79share/bzflag/green_basetop.png
87share/bzflag/green_basewall.png 80share/bzflag/green_basewall.png
88share/bzflag/green_bolt.png 81share/bzflag/green_bolt.png
89share/bzflag/green_icon.png 82share/bzflag/green_icon.png
90share/bzflag/green_laser.png 83share/bzflag/green_laser.png
91share/bzflag/green_super_bolt.png 84share/bzflag/green_super_bolt.png
92share/bzflag/green_tank.png 85share/bzflag/green_tank.png
93share/bzflag/hunt.wav 86share/bzflag/hunt.wav
94share/bzflag/hunt_select.wav 87share/bzflag/hunt_select.wav
95share/bzflag/hunter_tank.png 88share/bzflag/hunter_tank.png
96share/bzflag/jump.wav 89share/bzflag/jump.wav

cvs diff -r1.12 -r1.13 pkgsrc/games/bzflag/distinfo (expand / switch to unified diff)

--- pkgsrc/games/bzflag/distinfo 2008/10/13 03:14:40 1.12
+++ pkgsrc/games/bzflag/distinfo 2010/07/25 13:13:26 1.13
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.12 2008/10/13 03:14:40 dsainty Exp $ 1$NetBSD: distinfo,v 1.13 2010/07/25 13:13:26 obache Exp $
2 2
3SHA1 (bzflag-2.0.12.tar.gz) = 3ef1739cbdd8b888dc93efe42560a4fdfc2a2174 3SHA1 (bzflag-2.0.16.tar.gz) = 5d4c949038c4a0a873d58f656fab8f9288cb73ff
4RMD160 (bzflag-2.0.12.tar.gz) = bab171233d3c56ecc6bce1909196f68344c25308 4RMD160 (bzflag-2.0.16.tar.gz) = 93393b8cc0afd3922706b9e7e0e7fa99e8ac17e7
5Size (bzflag-2.0.12.tar.gz) = 12071712 bytes 5Size (bzflag-2.0.16.tar.gz) = 12146215 bytes
6SHA1 (patch-ad) = 75e49c8e78e421f5b495a49a13ac2cdc51ef85e1 6SHA1 (patch-ad) = 626ff20e3b73f77734995732f34869550f590d5e

cvs diff -r1.4 -r1.5 pkgsrc/games/bzflag/patches/patch-ad (expand / switch to unified diff)

--- pkgsrc/games/bzflag/patches/patch-ad 2005/06/02 14:24:04 1.4
+++ pkgsrc/games/bzflag/patches/patch-ad 2010/07/25 13:13:26 1.5
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1$NetBSD: patch-ad,v 1.4 2005/06/02 14:24:04 blymn Exp $ 1$NetBSD: patch-ad,v 1.5 2010/07/25 13:13:26 obache Exp $
2--- configure.orig Tue Jan 18 17:13:36 2005 2--- configure.orig 2010-04-01 05:53:25.000000000 +0000
3+++ configure Tue Jan 18 17:16:43 2005 3+++ configure
4@@ -63,7 +63,7 @@ 4@@ -975,7 +975,7 @@ no_recursion=
5 prefix=NONE 5 prefix=NONE
6 program_prefix=NONE 6 program_prefix=NONE
7 program_suffix=NONE 7 program_suffix=NONE
8-program_transform_name=s,x,x, 8-program_transform_name=s,x,x,
9+program_transform_name= 9+program_transform_name=
10 silent= 10 silent=
11 site= 11 site=
12 srcdir= 12 srcdir=