aboutsummaryrefslogtreecommitdiff
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
* Fix build on -current (machine/joystick.h -> sys/joystick.h)Kris Kennaway2002-10-221-5/+6
| | | | Notes: svn path=/head/; revision=68603
* Update to 1.4.1Tilman Keskinoz2002-10-222-2/+2
| | | | | | | | PR 43431 Approved by: kris (mentor) Notes: svn path=/head/; revision=68595
* Fix argument to chown(8).Garrett Wollman2002-10-211-1/+1
| | | | Notes: svn path=/head/; revision=68550
* Upgrade to 2.8.0.Oliver Braun2002-10-214-7/+30
| | | | | | | | PR: 44347 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=68539
* Use correct syntax for chown(8).Garrett Wollman2002-10-211-1/+1
| | | | Notes: svn path=/head/; revision=68537
* Move patch-al to its proper place. (oops!)Mike Silbersack2002-10-211-0/+0
| | | | | | | patch-al fixes PR ports/43473, in a slightly simpler fashion. Notes: svn path=/head/; revision=68515
* Stop abusing IPPORT_USERRESERVED. This fixes builds on 5.0.Mike Silbersack2002-10-211-0/+11
| | | | Notes: svn path=/head/; revision=68470
* 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
* Update to 1.32 point releasePatrick Li2002-10-206-48/+264
| | | | Notes: svn path=/head/; revision=68428
* gcc3 patches that I've had in my tree for far too long. I think itWarner Losh2002-10-201-0/+179
| | | | | | | will still work with 4.x, but haven't tested it in a while. Notes: svn path=/head/; revision=68426
* Fix the build on -current (patch-aa)Jean-Marc Zucconi2002-10-193-21/+21
| | | | | | | | Compile all targets in the do-build phase, fix install with XFree86-4, honor CFLAGS Notes: svn path=/head/; revision=68389
* Upgrade to solarwolf 1.1Neil Blakey-Milner2002-10-194-63/+11
| | | | | | | Approved by: sobomax (maintainer) Notes: svn path=/head/; revision=68377
* Fix MASTER_SITES.Oliver Braun2002-10-181-2/+1
| | | | | | | | PR: 44226 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=68292
* Fix two patches that I've forgot to update before committing.Maxim Sobolev2002-10-183-9/+30
| | | | Notes: svn path=/head/; revision=68269
* Update to 1.10.2.Maxim Sobolev2002-10-1824-153/+223
| | | | Notes: svn path=/head/; revision=68268
* Change maintainership on all my ports.Adam Weinberger2002-10-184-2/+6
| | | | | | | | | adam@vectors.cx -> adam@FreeBSD.org Approved by: pat (mentor) Notes: svn path=/head/; revision=68248
* Upgrade to version 1.16. New maintainer.Martin Blapp2002-10-173-14/+14
| | | | | | | Submitted by: pgfb@imp.ch Notes: svn path=/head/; revision=68206
* Fix build error on 5-current.Motoyuki Konno2002-10-151-0/+12
| | | | Notes: svn path=/head/; revision=68084
* Add a duplicate md5 sum (different email address in usenet article source)Kris Kennaway2002-10-121-0/+1
| | | | Notes: svn path=/head/; revision=67895
* - Fix MASTER_SITESYing-Chieh Liao2002-10-121-1/+1
| | | | | | | | PR: 43966 Submitted by: Ports Fury Notes: svn path=/head/; revision=67875
* upgrade to 0.2.0Ying-Chieh Liao2002-10-123-2/+20
| | | | | | | | PR: 43965 Submitted by: Ports Fury Notes: svn path=/head/; revision=67874
* upgrade to 1.0.14Ying-Chieh Liao2002-10-123-4/+6
| | | | | | | | PR: 43964 Submitted by: Ports Fury Notes: svn path=/head/; revision=67873
* - Add MASTER_SITE_SUNSITE to MASTER_SITESYing-Chieh Liao2002-10-122-29/+8
| | | | | | | | | | - Support install macros PR: 43963 Submitted by: Ports Fury Notes: svn path=/head/; revision=67871
* upgrade to 3.0.1Ying-Chieh Liao2002-10-123-16/+4
| | | | | | | | PR: 43962 Submitted by: Ports Fury Notes: svn path=/head/; revision=67870
* add one more checksum (the author's harddisk crash)Ying-Chieh Liao2002-10-111-0/+1
| | | | | | | | | | | I've checked these two tarballs, and they are identical PR: 43908 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer Notes: svn path=/head/; revision=67812
* 1. Removed comments from pkg-plist files per will's request.Alan Eldridge2002-10-114-24/+2
| | | | | | | | 2. This completes the KDE 3.0.4 commit. It's here, folks! Now /. those cvsup servers (in about an hour or so)! Notes: svn path=/head/; revision=67803
* CC, CXX, CFLAGS, PTHREAD_CFLAGS and PTHREAD_LIBS may contain `/' inAkinori MUSHA2002-10-101-1/+1
| | | | | | | | them when using a non-default compiler/linker, so do not use `/' as delimiter for s///. (I picked `|' instead) Notes: svn path=/head/; revision=67737
* Make sure that it doesn't attempt to fclose a NULL pointer if ~/.xpilotrcYing-Chieh Liao2002-10-101-2/+11
| | | | | | | | | | | is not present. PR: 38001 Submitted by: Pierre-Paul Lavoie <ppl@nbnet.nb.ca> Approved by: maintainer timeout Notes: svn path=/head/; revision=67727
* Update to the zooty new 5.04 and drop maintainership.Mark Murray2002-10-075-156/+7
| | | | Notes: svn path=/head/; revision=67545
* 1. fix buildYing-Chieh Liao2002-10-071-3/+2
| | | | | | | | | | 2. switch mastersite PR: 40306 (1), 43757 (2) Submitted by: Richard Kiss <kiss@gizzywump.com> (1), Kimura Fuyuki <fuyuki@hadaly.org> (2) Notes: svn path=/head/; revision=67540
* BROKEN: Does not compileKris Kennaway2002-10-051-0/+2
| | | | Notes: svn path=/head/; revision=67436
* Add missing dependency on libjpegKris Kennaway2002-10-051-1/+2
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=67394
* o Sync with NetBSD's latest versionMaxime Henrion2002-10-052-3/+3
| | | | | | | o Update my email in the Whom: field while I'm here Notes: svn path=/head/; revision=67383
* C++ fixes for GCC3: remove duplicate declarations of default arguments.Christian Weisgerber2002-09-2912-2/+347
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=67253
* Fix build (remove duplicate *alloc declarations)Kris Kennaway2002-09-291-0/+11
| | | | Notes: svn path=/head/; revision=67240
* find->${FIND},xargs->${XARGS}Ying-Chieh Liao2002-09-292-2/+2
| | | | | | | | PR: 40791 Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx> Notes: svn path=/head/; revision=67236
* Fix build [1] and add missing manpageKris Kennaway2002-09-291-3/+3
| | | | | | | | Submitted by: La Temperanza <temperanza@softhome.net> [1] PR: ports/42297 Notes: svn path=/head/; revision=67233
* Remove -Werror from CFLAGS to fix buildKris Kennaway2002-09-291-0/+11
| | | | Notes: svn path=/head/; revision=67228
* Fix patch after recent GNOMENG conversion.Joe Marcus Clarke2002-09-282-13/+0
| | | | | | | | PR: 43429 Submitted by: Tilman Linneweh <tilman@arved.de> Notes: svn path=/head/; revision=67177
* Add dependency to jpeg.9Alexander Langer2002-09-241-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=67092
* Fixing a build error listed on bentoDirk Meyer2002-09-231-0/+11
| | | | | | | | PR: 43276 Submitted by: edwin@mavetju.org Notes: svn path=/head/; revision=67047
* Fix buffer overflowPatrick Li2002-09-232-0/+21
| | | | | | | | Submitted by: Niels Heinen <niels.heinen@ubizen.com> Approved by: kris Notes: svn path=/head/; revision=67046
* add missing man pageYing-Chieh Liao2002-09-222-0/+6
| | | | | | | | PR: 43252 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=67038
* Project site moved to nongnu.orgPatrick Li2002-09-212-2/+2
| | | | | | | | PR: ports/43161 Submitted by: maintainer Notes: svn path=/head/; revision=67023
* Update to 2.65Patrick Li2002-09-214-22/+163
| | | | | | | Noticed by: lioux Notes: svn path=/head/; revision=67011
* Update to 3.1Patrick Li2002-09-213-11/+7
| | | | Notes: svn path=/head/; revision=67010
* Sorry. It won't even configure. Needs new admin dir, I think.Alan Eldridge2002-09-206-87/+0
| | | | | | | No kde3 version. He's dead, Jim. Notes: svn path=/head/; revision=66929
* BROKEN: Does not patchKris Kennaway2002-09-201-0/+2
| | | | Notes: svn path=/head/; revision=66915
* Update to 1.0.3Patrick Li2002-09-202-2/+3
| | | | Notes: svn path=/head/; revision=66880
* Re-enable auto fetching instead of requesting user to manually fetchMario Sergio Fujikawa Ferreira2002-09-201-9/+3
| | | | | | | it Notes: svn path=/head/; revision=66865