aboutsummaryrefslogtreecommitdiff
path: root/games/exult
Commit message (Collapse)AuthorAgeFilesLines
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-5/+3
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-1/+1
| | | | Notes: svn path=/head/; revision=208952
* Fix compile on 64bit CPUsTilman Keskinoz2007-07-311-0/+20
| | | | | | | Obtained from: Upstream CVS (r1.30) via Gentoo Notes: svn path=/head/; revision=196834
* - Fix build with gcc4Martin Wilke2007-06-196-8/+59
| | | | | | | | | | - Support SUB_FILES PR: 113768 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=193865
* BROKEN with gcc 4.2Kris Kennaway2007-05-271-1/+7
| | | | Notes: svn path=/head/; revision=191950
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Respect X11BASE.Frank J. Laszlo2006-11-301-0/+1
| | | | | | | | Approved by: flz (mentor) Reported by: pointyhat Notes: svn path=/head/; revision=178395
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-201-0/+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 bouncing maintainer address ip@doom.homeunix.org. We hope to see himMark Linimon2006-07-221-1/+1
| | | | | | | | | back soon. Hat: portmgr Notes: svn path=/head/; revision=168445
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154152
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Change maintainer's emailKirill Ponomarev2004-08-021-1/+1
| | | | | | | Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer) Notes: svn path=/head/; revision=115293
* Update to 1.2 release.Alex Dupre2004-06-123-4/+5
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=111368
* - Doh, remove old SIZE entry.Kirill Ponomarev2004-03-311-1/+0
| | | | Notes: svn path=/head/; revision=105802
* - Update to version 1.1.10.r2Kirill Ponomarev2004-03-317-56/+48
| | | | | | | | PR: ports/64995 Submitted by: maintainer Notes: svn path=/head/; revision=105800
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* 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
* - Give maintainership to Igor Pokrovsky <tiamat@comset.net>Kirill Ponomarev2004-01-242-2/+2
| | | | | | | | PR: 61813 61814 61815 61816 61817 61818 61819 Submitted by: Igor Pokrovsky <tiamat@comset.net> Notes: svn path=/head/; revision=98941
* - Fix build on -currentKirill Ponomarev2003-10-185-43/+57
| | | | | | | | | | - Utilize USE_SDL PR: 58219 Submitted by: Ports Fury Notes: svn path=/head/; revision=91586
* BROKEN on 5.x: does not compileKris Kennaway2003-10-161-1/+7
| | | | Notes: svn path=/head/; revision=91384
* - ECHO -> ECHO_MSGEdwin Groothuis2003-09-271-4/+4
| | | | | | | | | | | for some ports: - pre-fetch -> pre-everything PR: ports/56785-56799 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89490
* Reset bouncing maintainer address.Kris Kennaway2003-08-161-1/+1
| | | | | | | Submitted by: Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=87025
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76034
* Update version number of SDL shared library.Maxim Sobolev2003-01-021-1/+1
| | | | Notes: svn path=/head/; revision=72210
* Maintainer update to version 1.00Edwin Groothuis2002-11-232-3/+2
| | | | | | | | PR: ports/45473 Submitted by: Igor Pokrovsky <igor.pokrovsky@cnrm.meteo.fr> Notes: svn path=/head/; revision=70786
* Upgrade to 0.991RC2Vanilla I. Shu2002-07-212-4/+5
| | | | | | | | PR: ports/40135 Submitted by: maintainer Notes: svn path=/head/; revision=63300
* Add exult 0.96, an Ultima VII engine.Will Andrews2002-06-276-0/+92
PR: 35102 Submitted by: Igor Pokrovsky <tiamat@telegraph.spb.ru> Notes: svn path=/head/; revision=62112