aboutsummaryrefslogtreecommitdiffstats
path: root/games/bzflag
Commit message (Collapse)AuthorAgeFilesLines
* Update to e.4. USB Joystick functionality has been merged. Huzzah!nsayer2002-01-276-373/+21
| | | | | PR: ports/34303 Submitted by: EliteNecrosan@hotmail.com
* Unbrore with threaded Mesa.sobomax2001-08-152-4/+32
| | | | | PR: 29594 Submitted by: Patrick Li <pat@databits.net>
* Update to 1.7e2. Add USB Joystick support.nsayer2001-04-215-221/+371
|
* Pointy hat time. The previous patch didn't accomplish the goal. Thisnsayer2001-04-162-19/+11
| | | | will, though it does not use the IP_PORTRANGE option.
* Make udp networking more firewall friendly. Bump PORTREVISION.nsayer2001-04-162-0/+20
|
* Revert last change. I now understand where the PORT prefixed variablesnsayer2001-03-293-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.
* Respect CFLAGS, CXXFLAGS and PREFIXnsayer2001-03-292-7/+25
|
* More patch housecleaning. patch-aa replaces the separate patches. It isnsayer2001-03-294-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}
* 1. Properly disable the half rate audio hack.nsayer2001-03-282-6/+15
| | | | | | 2. Fix the XF86 video mode switching code. 3. Respect CC and CXX.
* Add wwwnsayer2001-03-271-0/+2
|
* portlintnsayer2001-03-271-1/+1
|
* 1. Update to 1.7e.1. d.9 is no longer interoperable.nsayer2001-03-278-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
* Use USE_MESA instead of LIB_DEPENDS on GL.14 to allow packages to buildnbm2000-11-041-2/+1
| | | | | | and not fail to install Mesa twice. Noticed by: bento
* Get bzflag to compile on 3.x. (sys/soundcard.h to machine/soundcard.h,nbm2000-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>
* Attempt to work around what seems to be a make time-dependency issuenbm2000-08-132-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
* Make bzflag depend on X and Mesa, and don't hardcode /usr/local for datanbm2000-08-122-3/+12
| | | | directory.
* Add bzflag, a multiplayer 3D tank battle game.nbm2000-08-1210-0/+233