aboutsummaryrefslogtreecommitdiffstats
path: root/games/egoboo
Commit message (Collapse)AuthorAgeFilesLines
* Update my email address in 132 ports.amdmi32008-06-201-1/+1
| | | | Approved by: miwi (mentor)
* - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-0/+1
|
* - Update to 2.7.5miwi2008-02-138-5029/+9998
| | | | | | | - Pass maintainership to submitter PR: 120335 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Respect X11BASErafan2006-12-111-2/+2
| | | | Reported by: pointyhat
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-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)
* Reset inactive maintainer who has not responded to email.linimon2006-09-041-1/+1
| | | | Hat: portmgr
* Remove USE_REINPLACE for categories starting with a Gedwin2006-05-081-1/+0
|
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* - Update graphics/libglut to 6.4.1.sem2006-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>
* - Unbreak: gmake is needed for patch stagepav2004-06-031-1/+1
| | | | | PR: ports/67491 Submitted by: Jan Stocker <Jan.Stocker@t-online.de> (maintainer)
* BROKEN: gmake is a BUILD_DEPENDS but is used in the patch phasekris2004-05-211-0/+2
|
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
|
* Chase library bump of libSDL-1.1 for all ports which were dependingedwin2004-03-161-1/+1
| | | | on sdl12-1.2.5
* Properly use SDL everywhere:edwin2004-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>
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* - Use new knobs from bsd.sdl.mkkrion2004-01-211-3/+1
| | | | Approved by: portmgr
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.trevor2003-11-131-1/+1
|
* - fix pkg-plistkrion2003-08-252-60/+357
| | | | | | | | - remove CVS directories from pkg-plist - bump PORTREVISION PR: 55902 Submitted by: maintainer
* Don't use -ffast-math. This breaks the build on alpha.arved2003-05-191-1/+1
| | | | Submitted by: kris
* Add egoboo, an SDL based 3d dungeon crawling adventurearved2003-05-186-0/+4748
PR: 51503 Submitted by: Jan Stocker <Jan.Stocker@t-online.de>