aboutsummaryrefslogtreecommitdiff
path: root/games/bzflag
Commit message (Collapse)AuthorAgeFilesLines
* Unbrore with threaded Mesa.Maxim Sobolev2001-08-152-4/+32
| | | | | | | | PR: 29594 Submitted by: Patrick Li <pat@databits.net> Notes: svn path=/head/; revision=46268
* Update to 1.7e2. Add USB Joystick support.Nick Sayer2001-04-215-221/+371
| | | | Notes: svn path=/head/; revision=41751
* Pointy hat time. The previous patch didn't accomplish the goal. ThisNick Sayer2001-04-152-19/+11
| | | | | | | will, though it does not use the IP_PORTRANGE option. Notes: svn path=/head/; revision=41440
* Make udp networking more firewall friendly. Bump PORTREVISION.Nick Sayer2001-04-152-0/+20
| | | | Notes: svn path=/head/; revision=41439
* Revert last change. I now understand where the PORT prefixed variablesNick Sayer2001-03-283-26/+8
| | | | | | | | come from. Pass the pointy hat. But I cleaned out RELENG_3 support in the patch before, so finish the job in Makefile. Notes: svn path=/head/; revision=40501
* Respect CFLAGS, CXXFLAGS and PREFIXNick Sayer2001-03-282-7/+25
| | | | Notes: svn path=/head/; revision=40500
* More patch housecleaning. patch-aa replaces the separate patches. It isNick Sayer2001-03-284-68/+219
| | | | | | | | | | | a version from the author that will be merged in a future version. Putting it in a single file like this will make it easy to get rid of in the next release. Also, clean up the config file a bit, including respect for ${X11BASE} Notes: svn path=/head/; revision=40497
* 1. Properly disable the half rate audio hack.Nick Sayer2001-03-272-6/+15
| | | | | | | | | 2. Fix the XF86 video mode switching code. 3. Respect CC and CXX. Notes: svn path=/head/; revision=40460
* Add wwwNick Sayer2001-03-261-0/+2
| | | | Notes: svn path=/head/; revision=40413
* portlintNick Sayer2001-03-261-1/+1
| | | | Notes: svn path=/head/; revision=40403
* 1. Update to 1.7e.1. d.9 is no longer interoperable.Nick Sayer2001-03-268-60/+82
| | | | | | | | | | | | | | | | | | 2. Get rid of half-speed audio flag. It breaks audio on Yamaha chipsets. 3. The program maintainer has a bad habit of morphing the distfile and WRKSRC name. Grr. 4. Some patches were subsumed and thus deleted. Other stuff has come up though and thus must be patched. 5. Take over MAINTAINERship. PR: ports/26112 Approved by: nbm Notes: svn path=/head/; revision=40402
* Use USE_MESA instead of LIB_DEPENDS on GL.14 to allow packages to buildNeil Blakey-Milner2000-11-031-2/+1
| | | | | | | | | and not fail to install Mesa twice. Noticed by: bento Notes: svn path=/head/; revision=34795
* Get bzflag to compile on 3.x. (sys/soundcard.h to machine/soundcard.h,Neil Blakey-Milner2000-08-183-5/+16
| | | | | | | | | | socklen_t to int for 3.x, and no -fno-exceptions for 3.x g++) Bothered by: Barry Irwin <bvi@rucus.ru.ac.za> Bothered by: Matthew West <mwest@uct.ac.za> Notes: svn path=/head/; revision=31739
* Attempt to work around what seems to be a make time-dependency issueNeil Blakey-Milner2000-08-122-0/+45
| | | | | | | | | | | | | (ie, 1 second granularity) and explicitly run the man target in post-build. Also, add the data files to the PLIST, which I missed in my last commit. Noticed by: jkh Debugging help: green Notes: svn path=/head/; revision=31588
* Make bzflag depend on X and Mesa, and don't hardcode /usr/local for dataNeil Blakey-Milner2000-08-122-3/+12
| | | | | | | directory. Notes: svn path=/head/; revision=31547
* Add bzflag, a multiplayer 3D tank battle game.Neil Blakey-Milner2000-08-1210-0/+233
Notes: svn path=/head/; revision=31546