summaryrefslogtreecommitdiff
path: root/games/battalion/patches
AgeCommit message (Collapse)AuthorFilesLines
2007-08-01Don't use malloc.h.joerg1-0/+13
2006-04-28Remove silly ${OSS} in compile target. Fix errno. Annoate DragonFlyjoerg2-6/+46
need of -lcompat.
2005-02-13Make this package build on Linux. This fixes PR pkg/29357.minskim1-2/+2
- Use -lcompat on NetBSD only. - Define LINUXVERSION on Linux.
2003-07-22Do not install into X11BASE, as requested in PR pkg/21685 by Soren Jacobsen.jmmv1-11/+2
While here, honor the value of the CC variable while building and remove an unused chunk from a patch file. Bump PKGREVISION to 2.
2003-03-09Bump PKGREVISION due to upgrade of Mesa and friends.jschauma1-3/+3
Only include Mesa/buildlink2.mk if the package requires all three of MesaLib, glu and glut - else only include the necessary buildlink2s.
2000-09-03add RCS Idwiz1-0/+1
2000-04-12remove patch -lGL -> -lMesaGL, this fails with Mesa-3.1 (and wasn'tdrochner1-15/+2
necessary before) from Sean Doran <smd@ebone.net> per PR pkg/9862
1998-09-13Now that I've screwed up the RCSID's fix them.garbled2-0/+2
1998-09-13Make this pkg use /var/games for scorefiles. (all games should do thisgarbled2-18/+52
eventually)
1998-08-27Remove a ton of cruft relating to ELF building of pkgs. The trick I hadgarbled1-3/+3
previously used with OBJECT_FMT is not necc. with the revelation that -Wl,-R works. Also fixed alot of PREFIX -> X11BASE typos.
1998-08-07Add NetBSD RCS Ids.agc2-0/+4
1998-08-06Initial addition of battalion-1.4, a virtual reality 3D GL game for X11.frueauf2-0/+78
Closes pr 5849 by Tim Rightnour.