aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/cegui
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | graphics)
* Add an explicit dependency on pkgconfantoine2013-09-031-1/+1
| | | | Approved by: portmgr (bapt)
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.eadler2013-03-191-1/+1
| | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi)
* update cegui to 0.7.9oliver2013-01-193-36/+34
|
* Update PCRE to 8.32mm2012-12-111-1/+2
| | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports
* update cegui to 0.7.7oliver2012-06-253-26/+26
|
* update cegui to 0.7.6oliver2012-06-243-28/+28
| | | | | | | ignore tinyxml when installed and always use local copy [1] PR: ports/164547 [1] Submitted by: Yanhui Shen <shen.elf@gmail.com> [1]
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* - Enable null renderer in ceguiamdmi32012-05-282-23/+34
| | | | | | | | - Fix cegui library versioning scheme PR: 167831 Submitted by: myself Approved by: maintainer timeout (oliver, 2 weeks)
* Bump pcre library dependency due to 8.30 updatemm2012-02-141-2/+2
|
* update ogre to 1.7.4oliver2012-01-261-3/+3
| | | | bump PORTREVISION on affected ports
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-3/+3
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* update graphics/ogre3d to 1.7.3oliver2011-08-011-2/+3
| | | | bump PORTREVISION of affected ports
* graphics/cegui: update to 0.7.5oliver2011-03-103-51/+236
| | | | | | | | | | graphics/ogre3d: update to 1.7.2 games/ember: update to 0.6.0 games/freeorion: update to 0.3.13.3795 games/vegastrike: Bump PORTREVISION x11-toolkits/gigi: Bump PORTREVISION PR: 153817, 153818
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-0/+1
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with G
* update to 0.6.2boliver2009-07-112-6/+5
|
* - Chase devil shlib bumpmiwi2009-02-211-2/+2
|
* update cegui to 0.6.2oliver2008-12-063-9/+9
| | | | bump PORTREVISION for the affected ports
* force the use of lua 5.1oliver2008-07-141-3/+3
| | | | bump portrevision
* update cegui to 0.6.1oliver2008-07-033-9/+9
| | | | bump PORTREVISION for the affected ports
* fix if lua 5.1 is installedoliver2008-07-011-3/+0
| | | | | PR: ports/125107 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
* update to 0.6.0oliver2008-06-013-13/+29
|
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-251-3/+3
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* fix DevIL support and other thingsoliver2008-02-012-27/+38
| | | | | | | bump PORTREVISION PR: 120178 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
* fix the removing of the "Samples" SUBDIR from the ports Makefile by usingoliver2007-09-241-1/+1
| | | | | | | a propper regexp. PR: ports/116499 Submitted by: amdmi3@amdmi3.ru
* update to 0.5.0oliver2007-09-193-61/+80
| | | | do not force the usage of gcc 3.4, the ports are now gcc 4 ready
* bump PORTREVISION because of recent USE_GCC=3.4 changeoliver2007-06-101-1/+1
|
* the header files deployed by devil are not compatible with gcc 4.0oliver2007-06-031-0/+1
| | | | cegui uses devil, so force gcc 3.4 until devil is fixed
* move from X11BASE to LOCALBASEoliver2007-05-261-3/+2
| | | | bump PORTREVISION
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+2
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Remove USE_REINPLACE for categories starting with a Gedwin2006-05-081-1/+0
|
* Post libtool-conversion fixupsade2006-02-262-7/+1
| | | | | Submitted by: pointyhat Approved by: portmgr (implicit)
* Conversion to a single libtool environment.ade2006-02-231-2/+0
| | | | Approved by: portmgr (kris)
* update to 0.4.1oliver2005-11-272-5/+6
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* remove xerces-c 2.0 dependency and use the included TinyXML as parseroliver2005-10-061-1/+2
|
* fix build on FreeBSD 4 by switching from libtool 1.5 to 1.3oliver2005-10-042-1/+8
|
* Crazy Eddie's GUI System is a free library providing windowing and widgets foroliver2005-10-044-0/+255
graphics APIs / engines where such functionality is not natively available, or severely lacking. WWW: http://www.cegui.org.uk/