summaryrefslogtreecommitdiff
path: root/games/xsoldier (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Really delete the mastersite.Mark Linimon2003-11-041-1/+1
| | | | Notes: svn path=/head/; revision=93040
* Per distfile survey, reset mastersite that disappeared in December 2002.Mark Linimon2003-11-042-2/+1
| | | | Notes: svn path=/head/; revision=93038
* Reset maintainer on ports owned by the following committers who haveKris Kennaway2003-11-031-1/+1
| | | | | | | | | | been inactive for over 12 months and did not respond to my email confirming their status: keith, nakai, torstenb Reviewed by: portmgr Notes: svn path=/head/; revision=92908
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* fix X manpage error with XFree86-4FUJISHIMA Satsuki2001-01-092-152/+107
| | | | | | | PR: 23435 Notes: svn path=/head/; revision=37041
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm Notes: svn path=/head/; revision=31272
* Convert to PORTNAME/PORTVERSION. The following ports hand invalid versionSatoshi Asami2000-04-141-2/+2
| | | | | | | | strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles. Notes: svn path=/head/; revision=27515
* Rechange strncpy to strlcpy.Yukihiro Nakai2000-01-231-2/+2
| | | | | | | | | When you can't find strlcpy, update your FreeBSD... :) Submitted by: John Baldwin <jhb@FreeBSD.org> Notes: svn path=/head/; revision=24969
* Fix the ports.Yukihiro Nakai2000-01-223-9/+9
| | | | | | | | | | There is not 'strlcpy' function here or in system. So I replaced to strncpy. Submitted by: Tsuguru Kato <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=24923
* Change MAINTAINER address from nacai@iname.comYukihiro Nakai2000-01-071-1/+1
| | | | | | | to nakai@FreeBSD.org Notes: svn path=/head/; revision=24498
* Install the binaries setuid games instead of setuid root.Steve Price1999-12-251-2/+32
| | | | | | | | PR: 15518 Submitted by: AnarCat <beaupran@iro.umontreal.ca> Notes: svn path=/head/; revision=24024
* Plug root exploit.Satoshi Asami1999-12-161-0/+19
| | | | | | | Submitted by: imp Notes: svn path=/head/; revision=23783
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20948
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* (Null Cowit Mewwage)Tim Vanderhoek1999-05-021-4/+1
| | | | Notes: svn path=/head/; revision=18348
* Change maitainer's email address,Vanilla I. Shu1999-01-122-3/+2
| | | | | | | and BROKEN some gnome ports until I upgrade it. Notes: svn path=/head/; revision=16018
* Remove empty directories on deinstall.Steve Price1998-09-281-0/+1
| | | | Notes: svn path=/head/; revision=13505
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itSatoshi Asami1998-09-171-2/+2
| | | | | | | in the first place. Notes: svn path=/head/; revision=13190
* libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13144
* Making x11 category more useful project part 1: take out "x11" ofSatoshi Asami1998-07-271-2/+2
| | | | | | | | | ports that are mere users of X. Partial list submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=12173
* Correct the MASTER_SITE.Vanilla I. Shu1998-02-131-2/+2
| | | | Notes: svn path=/head/; revision=9706
* For some strange reason the updated Makefile wans't committed ...Andreas Klemm1997-06-103-8/+7
| | | | | | | | Hope this commit solves the problems Satoshi detected. Submitted by: Satoshi Notes: svn path=/head/; revision=6850
* - Updated the xsoldier port from 0.95 to 0.96.Andreas Klemm1997-06-092-128/+118
| | | | | | | | | - Got complete ports files from the author. - contributed patch-ab myself, removed one unnecessary inclusion of malloc.h from manage.c Notes: svn path=/head/; revision=6819
* moved fire key back from 'z' to 'Left-Shift'.Andreas Klemm1997-02-161-0/+24
| | | | | | | | | | | | Better for german keyboards. Added my highscore to scorefile ;-) Cool game. Makes really fun to play ;-)) Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=5646
* replaced spaces by tabsAndreas Klemm1997-02-161-10/+10
| | | | | | | | | Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=5644
* Added xsoldier port. Closes PR 2721.Andreas Klemm1997-02-167-0/+213
This is a really nice _blaster_everything_away_ game under x11 ;-) Notes: svn path=/head/; revision=5641