Version: 2.4.22, Package name: bzflag-2.4.22 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description BZFlag is a 3D multi-player tank battle game that allows users to play against each other in a networked environment. There are five teams: red, green, blue, purple and rogue (rogue tanks are black). Destroying a player on another team scores a win, while being destroyed or destroying a teammate scores a loss. Rogues have no teammates (not even other rogues), so they cannot shoot teammates and they do not have a team score. There are two main styles of play: capture-the-flag and free-for-all. In capture-the-flag, each team (except rogues) has a team base and each team with at least one player has a team flag. The object is to capture an enemy team's flag by bringing it to your team's base. This destroys every player on the captured team, subtracts one from that team's score, and adds one to your team's score. In free-for-all, there are no team flags or team bases. The object is simply to get as high a score as possible. |
Filesize: 13836.991 KB |
Version History (View Complete History) |
|
2020-03-20 10:44:29 by Christian Weisgerber | Files touched by this commit (135) |
Log message: Make use of "find -exec {} +" (which is POSIX) and "find -delete" (which is not) throughout the ports Makefiles. * Replace find|xargs with find -exec {} + * Replace -exec {} \; with -exec {} + if applicable. * Use the -delete operator to remove files and empty directories. * Combine and tweak some find(1) invocations while here. ok kn@ rsadowski@ espie@ |
2019-07-12 15:02:30 by Stuart Henderson | Files touched by this commit (339) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-09-15 13:26:50 by Brian Callahan | Files touched by this commit (2) |
Log message: Update bzflag to 2.4.14 From Charlene Wendling While here, update license marker and COMPILER comment. |
2018-09-04 06:46:28 by Marc Espie | Files touched by this commit (918) |
Log message: convert to PKGSTEM |
2018-06-27 15:04:25 by Marc Espie | Files touched by this commit (1411) |
Log message: first tag: update-desktop-database |
2017-12-17 03:31:10 by Kirill Bychkov | Files touched by this commit (1) |
Log message: patch no longer needed |
2017-12-16 03:40:01 by Kirill Bychkov | Files touched by this commit (5) |
Log message: update to bzflag-2.4.12 tweaks and ok bentley@ |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-05-04 15:38:05 by Marc Espie | Files touched by this commit (1) |
Log message: clang nitpicky |
2017-04-10 05:45:29 by Stuart Henderson | Files touched by this commit (281) |
Log message: use LIBCXX |
2016-11-04 05:35:21 by Stuart Henderson | Files touched by this commit (100) |
Log message: sync WANTLIB (and in one case, add gettext to LIB_DEPENDS) in dependent ports now that internationalised domain name support has been removed from net/curl |
2016-03-18 15:38:26 by Christian Weisgerber | Files touched by this commit (82) |
Log message: remove SHARED_ONLY from simple ports that use the gettext or libiconv module |
2016-03-11 13:28:34 by Christian Weisgerber | Files touched by this commit (247) |
Log message: garbage collect CONFIGURE_SHARED |
2016-01-17 10:29:12 by Stuart Henderson | Files touched by this commit (75) |
Log message: sync WANTLIB |
2015-10-30 06:47:41 by Stuart Henderson | Files touched by this commit (43) |
Log message: sync WANTLIB (curl+nghttp2) |
2015-08-28 09:35:24 by Christian Weisgerber | Files touched by this commit (1) |
Log message: Do not configure bundled software we don't use. This also avoids build failures from those configures picking up dependencies that happen to be temporarily installed during part of the configure run. |
2014-11-05 04:44:00 by Stuart Henderson | Files touched by this commit (26) |
Log message: sync WANTLIB |
2010-11-16 04:23:29 by Marc Espie | Files touched by this commit (200) |
Log message: new depends |
2010-11-11 05:43:26 by David Coppa | Files touched by this commit (3) |
Log message: Some further clean up of the port and garbage collect two useless local patches. From Brad OK dcoppa@, landry@, jasper@ |
2010-11-08 06:51:52 by Marc Espie | Files touched by this commit (18) |
Log message: new WANTLIB |
2010-10-24 15:19:03 by Antoine Jacoutot | Files touched by this commit (143) |
Log message: Remove USE_X11. |
2010-10-18 15:50:39 by Stuart Henderson | Files touched by this commit (48) |
Log message: fix tabs |
2010-10-18 12:00:20 by Marc Espie | Files touched by this commit (155) |
Log message: USE_GROFF=Yes |
2010-07-25 11:14:35 by Jolan Luff | Files touched by this commit (5) |
Log message: update to bzflag-2.0.16; from brad |
2009-12-22 09:28:01 by Antoine Jacoutot | Files touched by this commit (64) |
Log message: Use @unexec-delete instead of @unexec for the *-update-* goos. prodded by espie@ discussed with espie@ sthen@ landry@ |
2009-09-02 02:52:22 by Stuart Henderson | Files touched by this commit (19) |
Log message: Update bzflag to 2.0.12; from Brad with some tweaks from ajacoutot and myself. Amongst other things, this fixes some 64-bit issues. ok ajacoutot@ |
2009-08-10 00:31:45 by Matthias Kilian | Files touched by this commit (221) |
Log message: WANTLIB changes after xcb addition and bump. |
2009-04-13 17:29:44 by Stuart Henderson | Files touched by this commit (2) |
Log message: - use GLEW (which allows detection of GL features, in this case it's used to detect whether anisotropic filtering is supported); from Brad - regen PLIST |
2009-01-31 03:11:38 by Jacob Meuser | Files touched by this commit (2) |
Log message: use the audio buffer size the author really wants; makes sound much smoother ok sthen |
2009-01-28 09:56:41 by Stuart Henderson | Files touched by this commit (1) |
Log message: from Brad: - if libcares is installed when bzflag is built, the resulting binary and package are broken (not just LIB_DEPENDS). workaround by preventing configure from picking it up. - configure doesn't use --disable-adns any more, garbage-collect - sync WANTLIB - better license marker also: - prevent configure from picking up and linking libbind, it doesn't use it anyway. reads fine to ajacoutot@, and gives him an idea. |
2007-11-13 07:54:32 by Steven Mestdagh | Files touched by this commit (51) |
Log message: fix WANTLIB |
2007-09-15 12:01:04 by Simon Bertrang | Files touched by this commit (140) |
Log message: remove surrounding quotes from COMMENT/BROKEN/PERMIT_* |
2007-05-14 14:40:15 by Christian Weisgerber | Files touched by this commit (4) |
Log message: chase wantlib changes introduced by curl update |
2007-04-05 09:38:13 by Marc Espie | Files touched by this commit (1270) |
Log message: base64 distinfo with SHA256 |
2006-09-30 06:45:16 by Steven Mestdagh | Files touched by this commit (6) |
Log message: make it use our libz instead of building its own. from Deanna Phillips <deanna at sdf.lonestar.org> |
2006-09-25 16:16:30 by Steven Mestdagh | Files touched by this commit (1) |
Log message: USE_LIBTOOL |
2006-09-23 07:54:09 by Kurt Miller | Files touched by this commit (1) |
Log message: unbreak build when ccache is installed by disabling it. from Deanna Phillips <deanna at sdf.lonestar.org> |
2006-09-21 21:57:38 by Peter Valchev | Files touched by this commit (1) |
Log message: zap unnecessary file (autoconf w/ configure.ac used) |
2006-09-21 21:42:57 by Peter Valchev | Files touched by this commit (17) |
Log message: Update to bzflag-2.0.8 and unbreak this port by switching it to use its own zlib (breaks with ours, someone should check) from Deanna Phillips <deanna@sdf.lonestar.org> |
2006-08-02 03:36:20 by Marc Espie | Files touched by this commit (26) |
Log message: more newstyle lib-depends |
2005-08-09 23:24:10 by Jolan Luff | Files touched by this commit (11) |
Log message: update to 2.0.2 |
2005-01-05 10:41:20 by Christian Weisgerber | Files touched by this commit (126) |
Log message: SIZE |
2004-10-21 00:10:45 by Jolan Luff | Files touched by this commit (5) |
Log message: sigh, this too |
2004-10-20 23:39:35 by Jolan Luff | Files touched by this commit (1) |
Log message: update to 1.10.8 but keep BROKEN ;( |
2004-02-24 19:35:18 by Christian Weisgerber | Files touched by this commit (52) |
Log message: The sparc64 compiler is gcc3 now; don't require the gcc3 module. |
2004-02-19 23:51:01 by Jolan Luff | Files touched by this commit (1) |
Log message: this wasn't supposed to go. |
2004-02-19 23:49:11 by Jolan Luff | Files touched by this commit (21) |
Log message: update to 1.10.4 and mark as BROKEN pending resolution of some issues. the old version (1.7g0) is incompatible with 1.10.x+ so you would have gotten a BROKEN either way unfortunately. |
2003-12-15 14:42:44 by Christian Weisgerber | Files touched by this commit (507) |
Log message: remove WWW lines |
2003-05-12 02:23:48 by Jolan Luff | Files touched by this commit (34) |
Log message: update e-mail address, ok brad@ |
2003-02-03 00:25:13 by Peter Valchev | Files touched by this commit (2) |
Log message: simplify cpp logic |