summaryrefslogtreecommitdiff
path: root/games/egoboo (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-06-01- update png to 1.5.10Dirk Meyer1-1/+1
Notes: svn path=/head/; revision=297915
2012-02-18- Update devel/sdl12 to 1.2.15Marcus von Appen1-1/+1
- Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav Notes: svn path=/head/; revision=291667
2011-07-03-remove MD5Olli Hauer1-2/+0
Notes: svn path=/head/; revision=276993
2010-08-11- Update graphics/sdl_ttf to version 2.0.10Marcus von Appen1-1/+1
- Bump portrevisions for all ports depending on graphics/sdl_ttf - Update Mk/bsd.sdl.mk for the new shared library version. Notes: svn path=/head/; revision=259098
2010-03-28- update to 1.4.1Dirk Meyer1-1/+1
Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
2010-02-05- update to jpeg-8Dirk Meyer1-1/+1
Notes: svn path=/head/; revision=249285
2010-01-30- Update devel/sdl12 to version 1.2.14.Marcus von Appen1-1/+1
- Update audio/sdl_mixer to version 1.2.11. - Update graphics/sdl_gfx to version 2.0.20. - Update graphics/sdl_image to version 1.2.10. - Bump portrevisions for all ports depending on audio/sdl_mixer and graphics/sdl_image. - Update Mk/bsd.sdl.mk accordingly for the new shared lib versions. PR: ports/142147 ports/142248 ports/142249 Approved by: miwi (mentor implicit) Notes: svn path=/head/; revision=248835
2009-08-22- Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov1-1/+1
starting with G Notes: svn path=/head/; revision=240070
2009-07-31- bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer1-1/+1
bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
2008-06-19Update my email address in 132 ports.Dmitry Marakasov1-1/+1
Approved by: miwi (mentor) Notes: svn path=/head/; revision=215297
2008-03-13- Chase devel/sdl12 shlib version bumpMartin Wilke1-0/+1
Notes: svn path=/head/; revision=208952
2008-02-12- Update to 2.7.5Martin Wilke8-5029/+9998
- Pass maintainership to submitter PR: 120335 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Notes: svn path=/head/; revision=207116
2007-05-19- Welcome X.org 7.2 \o/.Florent Thoumie1-1/+1
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
2006-12-11- Respect X11BASERong-En Fan1-2/+2
Reported by: pointyhat Notes: svn path=/head/; revision=179496
2006-09-20 - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov1-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
2006-09-04Reset inactive maintainer who has not responded to email.Mark Linimon1-1/+1
Hat: portmgr Notes: svn path=/head/; revision=172134
2006-05-07Remove USE_REINPLACE for categories starting with a GEdwin Groothuis1-1/+0
Notes: svn path=/head/; revision=161663
2006-01-22SHA256ifyEdwin Groothuis1-0/+1
Approved by: krion@ Notes: svn path=/head/; revision=154152
2006-01-12- Update graphics/libglut to 6.4.1.Sergey Matveychuk1-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
2004-06-02- Unbreak: gmake is needed for patch stagePav Lucistnik1-1/+1
PR: ports/67491 Submitted by: Jan Stocker <Jan.Stocker@t-online.de> (maintainer) Notes: svn path=/head/; revision=110700
2004-05-21BROKEN: gmake is a BUILD_DEPENDS but is used in the patch phaseKris Kennaway1-0/+2
Notes: svn path=/head/; revision=109577
2004-03-18Add size data, approved by maintainers.Trevor Johnson1-0/+1
Notes: svn path=/head/; revision=104520
2004-03-16Chase library bump of libSDL-1.1 for all ports which were dependingEdwin Groothuis1-1/+1
on sdl12-1.2.5 Notes: svn path=/head/; revision=104132
2004-03-08Properly use SDL everywhere:Edwin Groothuis1-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
2004-02-04Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke1-1/+1
(Part 2) Notes: svn path=/head/; revision=99920
2004-01-20- Use new knobs from bsd.sdl.mkKirill Ponomarev1-3/+1
Approved by: portmgr Notes: svn path=/head/; revision=98675
2003-11-13Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson1-1/+1
Notes: svn path=/head/; revision=93890
2003-08-24- fix pkg-plistKirill Ponomarev2-60/+357
- remove CVS directories from pkg-plist - bump PORTREVISION PR: 55902 Submitted by: maintainer Notes: svn path=/head/; revision=87617
2003-05-19Don't use -ffast-math. This breaks the build on alpha.Tilman Keskinoz1-1/+1
Submitted by: kris Notes: svn path=/head/; revision=81368
2003-05-18Add egoboo, an SDL based 3d dungeon crawling adventureTilman Keskinoz6-0/+4748
PR: 51503 Submitted by: Jan Stocker <Jan.Stocker@t-online.de> Notes: svn path=/head/; revision=81185