aboutsummaryrefslogtreecommitdiff
path: root/graphics/cegui
Commit message (Collapse)AuthorAgeFilesLines
* fix DevIL support and other thingsOliver Lehmann2008-01-312-27/+38
| | | | | | | | | | bump PORTREVISION PR: 120178 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Notes: svn path=/head/; revision=206526
* fix the removing of the "Samples" SUBDIR from the ports Makefile by usingOliver Lehmann2007-09-231-1/+1
| | | | | | | | | | a propper regexp. PR: ports/116499 Submitted by: amdmi3@amdmi3.ru Notes: svn path=/head/; revision=200000
* update to 0.5.0Oliver Lehmann2007-09-193-61/+80
| | | | | | | do not force the usage of gcc 3.4, the ports are now gcc 4 ready Notes: svn path=/head/; revision=199761
* bump PORTREVISION because of recent USE_GCC=3.4 changeOliver Lehmann2007-06-101-1/+1
| | | | Notes: svn path=/head/; revision=193151
* the header files deployed by devil are not compatible with gcc 4.0Oliver Lehmann2007-06-021-0/+1
| | | | | | | cegui uses devil, so force gcc 3.4 until devil is fixed Notes: svn path=/head/; revision=192593
* move from X11BASE to LOCALBASEOliver Lehmann2007-05-251-3/+2
| | | | | | | bump PORTREVISION Notes: svn path=/head/; revision=191817
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+2
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* Post libtool-conversion fixupsAde Lovett2006-02-252-7/+1
| | | | | | | | Submitted by: pointyhat Approved by: portmgr (implicit) Notes: svn path=/head/; revision=156789
* Conversion to a single libtool environment.Ade Lovett2006-02-231-2/+0
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* update to 0.4.1Oliver Lehmann2005-11-272-5/+6
| | | | Notes: svn path=/head/; revision=149666
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-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. Notes: svn path=/head/; revision=148323
* remove xerces-c 2.0 dependency and use the included TinyXML as parserOliver Lehmann2005-10-051-1/+2
| | | | Notes: svn path=/head/; revision=144346
* fix build on FreeBSD 4 by switching from libtool 1.5 to 1.3Oliver Lehmann2005-10-032-1/+8
| | | | Notes: svn path=/head/; revision=144106
* Crazy Eddie's GUI System is a free library providing windowing and widgets forOliver Lehmann2005-10-034-0/+255
graphics APIs / engines where such functionality is not natively available, or severely lacking. WWW: http://www.cegui.org.uk/ Notes: svn path=/head/; revision=144093