aboutsummaryrefslogtreecommitdiff
path: root/games/bzflag
Commit message (Collapse)AuthorAgeFilesLines
* - Update to version 1.10.0Kirill Ponomarev2003-12-1110-95/+135
| | | | | | | | PR: 60139 Submitted by: Ports Fury Notes: svn path=/head/; revision=95601
* update games/bzflag: 1.7g.0 --> 1.7g.2Daichi GOTO2003-07-0212-308/+119
| | | | | | | | PR: 53767 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=84026
* Fix build on -CURRENT; usbhid issue.Matthew N. Dodd2003-05-043-15/+46
| | | | Notes: svn path=/head/; revision=80117
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75954
* upgrade to 1.7g0Ying-Chieh Liao2003-01-037-58/+27
| | | | | | | | PR: 46586 Submitted by: Ports Fury Notes: svn path=/head/; revision=72461
* Forgot another 0 byte file.Tilman Keskinoz2002-11-241-0/+0
| | | | | | | Submitted by: ijliao Notes: svn path=/head/; revision=71015
* Remove the 0 byte files i added.Tilman Keskinoz2002-11-244-0/+0
| | | | | | | Pointy hat to: arved: Notes: svn path=/head/; revision=71010
* Fix Build on CurrentTilman Keskinoz2002-11-2410-0/+78
| | | | | | | Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at> Notes: svn path=/head/; revision=71009
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Release all my ports.Nick Sayer2002-10-211-1/+1
| | | | | | | | kris made it clear that by his measure I'm not doing my job as a port maintainer. Far be it from me to be an obstruction to the project. Notes: svn path=/head/; revision=68468
* Fix bzflag and remove BROKEN. This has been broken since joe MFC'd theWill Andrews2002-09-192-5/+31
| | | | | | | | | change from libusb.h to libusbhid.h at least, which is five months. The patch committed here may not be correct, but it compiles and I don't have a USB joystick to test with, and 4.7-R ports freeze is in two days... Notes: svn path=/head/; revision=66676
* BROKEN: does not buildKris Kennaway2002-09-191-0/+2
| | | | Notes: svn path=/head/; revision=66668
* Oops. Forgot to update the packing list.Nick Sayer2002-07-181-1/+11
| | | | Notes: svn path=/head/; revision=63174
* Update to 1.7e6Nick Sayer2002-07-183-5/+3
| | | | Notes: svn path=/head/; revision=63165
* Update to e.4. USB Joystick functionality has been merged. Huzzah!Nick Sayer2002-01-266-373/+21
| | | | | | | | PR: ports/34303 Submitted by: EliteNecrosan@hotmail.com Notes: svn path=/head/; revision=53794
* 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