aboutsummaryrefslogtreecommitdiff
path: root/games/egoboo
Commit message (Collapse)AuthorAgeFilesLines
* - Respect X11BASERong-En Fan2006-12-111-2/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=179496
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-201-1/+1
| | | | | | | | | | | | | | | | | | | structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor) Notes: svn path=/head/; revision=173460
* Reset inactive maintainer who has not responded to email.Mark Linimon2006-09-041-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=172134
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154152
* - Update graphics/libglut to 6.4.1.Sergey Matveychuk2006-01-121-2/+2
| | | | | | | | | | | | | | - Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i <eri--@albabsd.org> Notes: svn path=/head/; revision=153347
* - Unbreak: gmake is needed for patch stagePav Lucistnik2004-06-021-1/+1
| | | | | | | | PR: ports/67491 Submitted by: Jan Stocker <Jan.Stocker@t-online.de> (maintainer) Notes: svn path=/head/; revision=110700
* BROKEN: gmake is a BUILD_DEPENDS but is used in the patch phaseKris Kennaway2004-05-211-0/+2
| | | | Notes: svn path=/head/; revision=109577
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* Chase library bump of libSDL-1.1 for all ports which were dependingEdwin Groothuis2004-03-161-1/+1
| | | | | | | on sdl12-1.2.5 Notes: svn path=/head/; revision=104132
* Properly use SDL everywhere:Edwin Groothuis2004-03-081-1/+1
| | | | | | | | | | | | | | | USE_SDL=yes -> USE_SDL=sdl (good examles everywhere) WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...) See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL. PR: follow-ups of ports/55494, ports/61877 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=103247
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* - Use new knobs from bsd.sdl.mkKirill Ponomarev2004-01-201-3/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=98675
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson2003-11-131-1/+1
| | | | Notes: svn path=/head/; revision=93890
* - fix pkg-plistKirill Ponomarev2003-08-242-60/+357
| | | | | | | | | | | - remove CVS directories from pkg-plist - bump PORTREVISION PR: 55902 Submitted by: maintainer Notes: svn path=/head/; revision=87617
* Don't use -ffast-math. This breaks the build on alpha.Tilman Keskinoz2003-05-191-1/+1
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=81368
* Add egoboo, an SDL based 3d dungeon crawling adventureTilman Keskinoz2003-05-186-0/+4748
PR: 51503 Submitted by: Jan Stocker <Jan.Stocker@t-online.de> Notes: svn path=/head/; revision=81185