aboutsummaryrefslogtreecommitdiff
path: root/graphics/cegui
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistBaptiste Daroussin2014-10-201-37/+0
| | | | Notes: svn path=/head/; revision=371283
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Update CMake to 3.0.1.Raphael Kubo da Costa2014-09-022-0/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The 3.0 series is an incremental improvement over the previous 2.8 series despite the major version number change. A list of important changes is available at http://www.cmake.org/cmake/help/v3.0/release/3.0.0.html On the porting side * The minimum FreeBSD release we have to support in the ports tree is now recent enough that ports/168671 can finally be committed: instead of building and using CMake's own copies of bzip2, curl, expat, libarchive, liblzma and zlib, we use the versions in ports and/or the base system. * CMake's documentation system has been changed and vastly improved at the cost of now depending on Sphinx. We still generate only man pages, but can start generating the HTML documentation in the future if desired. * devel/cmake-gui now uses Qt5 instead of Qt4 and does not needlessly build the ncurses UI that is installed by devel/cmake itself. * CMake commit 3816cd2 fixes a longstanding issue in the detection of the Python interpreter and its libraries, but requires us to revert a workaround for that in Mk/Uses/python.mk itself, effectively reverting the patch introduced by ports/168159. * Similarly, a few ports had to be fixed manually due to CMake being stricter when parsing some files or the ports detecting Python the wrong way. Fortunately, they all had been fixed upstream so I just grabbed the appropriate commits and pointed to them in the patches. science/gnudatalanguage had to have its PORTREVISION bumped because switching to USES=cmake:outsource removed a few files from the plist that were not supposed to have been installed in the first place. PR: 168671 PR: 192644 Notes: svn path=/head/; revision=366996
* converters/fribidi:Tijl Coosemans2014-08-311-1/+1
| | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip Notes: svn path=/head/; revision=366746
* Upgrade OpenEXR and ilmbase to 2.2.0.Matthias Andree2014-08-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so GCC-based systems will upgrade to the default ports compiler (GCC 4.7 currently.) Add two patches to OpenEXR to permit building it in a live system with the older OpenEXR version installed. Bug report filed to upstream Github at https://github.com/openexr/openexr/issues/130 Couple OpenEXR more tightly to ilmbase and require its exact .so version. Add UPDATING note, and bump PORTREVISION of all dependent ports. Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer. Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports) Notes: svn path=/head/; revision=365038
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-131-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357654
* Attempt to fix LIB_DEPENDSAntoine Brodin2014-06-081-1/+1
| | | | Notes: svn path=/head/; revision=356991
* Fix lua optionBaptiste Daroussin2014-05-261-2/+2
| | | | Notes: svn path=/head/; revision=355410
* - OPTIONize. This adds support for more features, fixes multiple hidden ↵Dmitry Marakasov2014-05-148-104/+235
| | | | | | | | | | | | | | | dependencies and fixes build in presence of boost-python-libs (won't compile if cegui picks it up). Default options set to match what cegui currently builds with + TINYXML option - Enable TINYXML by default, needed for games/secretmaryochronicles - Use canonical names for patches - Fix freetype detection - Fix linking with libexecinfo (link it with the library, not just add it to pkgconfig file) - Add LICENSE Approved by: oliver (maintainer) Notes: svn path=/head/; revision=354016
* - Use new LIB_DEPENDS syntaxDmitry Marakasov2014-05-121-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=353893
* - After recent graphics/devil soversion bump its PORTREVISION was not ↵Dmitry Marakasov2014-05-091-1/+1
| | | | | | | | | bumped, so bump it properly now and also bump all dependent ports again Submitted by: tijl Notes: svn path=/head/; revision=353521
* - Switch graphics/devil to USES=libtoolDmitry Marakasov2014-05-082-3/+2
| | | | | | | | | | | | | | | | | | Since this changes shared lib version number, bump PORTREVISION on all dependent ports: - devel/love - devel/love07 - devel/love5 - games/arx-libertatis - games/pink-pony - games/spring - graphics/cegui - graphics/graphviz While here, fix graphics/cegui plist to not remove mtree directory. Notes: svn path=/head/; revision=353354
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* make STAGEfulOliver Lehmann2014-03-231-5/+2
| | | | Notes: svn path=/head/; revision=348856
* delete files I added by misstakeOliver Lehmann2014-03-232-27/+0
| | | | Notes: svn path=/head/; revision=348852
* update ogre to 1.9.0Oliver Lehmann2014-03-239-451/+570
| | | | | | | update cegui to 0.8.3 Notes: svn path=/head/; revision=348845
* Remove trailing whitespaces from category graphicsEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345412
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-021-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326084
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-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) Notes: svn path=/head/; revision=314640
* update cegui to 0.7.9Oliver Lehmann2013-01-193-36/+34
| | | | Notes: svn path=/head/; revision=310642
* Update PCRE to 8.32Martin Matuska2012-12-101-1/+2
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* update cegui to 0.7.7Oliver Lehmann2012-06-243-26/+26
| | | | Notes: svn path=/head/; revision=299903
* update cegui to 0.7.6Oliver Lehmann2012-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] Notes: svn path=/head/; revision=299838
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Enable null renderer in ceguiDmitry Marakasov2012-05-282-23/+34
| | | | | | | | | | | - Fix cegui library versioning scheme PR: 167831 Submitted by: myself Approved by: maintainer timeout (oliver, 2 weeks) Notes: svn path=/head/; revision=297589
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-2/+2
| | | | Notes: svn path=/head/; revision=291338
* update ogre to 1.7.4Oliver Lehmann2012-01-261-3/+3
| | | | | | | bump PORTREVISION on affected ports Notes: svn path=/head/; revision=289829
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-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 Notes: svn path=/head/; revision=282282
* update graphics/ogre3d to 1.7.3Oliver Lehmann2011-08-011-2/+3
| | | | | | | bump PORTREVISION of affected ports Notes: svn path=/head/; revision=278688
* graphics/cegui: update to 0.7.5Oliver Lehmann2011-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 Notes: svn path=/head/; revision=270598
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with G Notes: svn path=/head/; revision=240070
* update to 0.6.2bOliver Lehmann2009-07-112-6/+5
| | | | Notes: svn path=/head/; revision=237602
* - Chase devil shlib bumpMartin Wilke2009-02-201-2/+2
| | | | Notes: svn path=/head/; revision=228738
* update cegui to 0.6.2Oliver Lehmann2008-12-063-9/+9
| | | | | | | bump PORTREVISION for the affected ports Notes: svn path=/head/; revision=223853
* force the use of lua 5.1Oliver Lehmann2008-07-131-3/+3
| | | | | | | bump portrevision Notes: svn path=/head/; revision=216785
* update cegui to 0.6.1Oliver Lehmann2008-07-023-9/+9
| | | | | | | bump PORTREVISION for the affected ports Notes: svn path=/head/; revision=216170
* fix if lua 5.1 is installedOliver Lehmann2008-06-301-3/+0
| | | | | | | | PR: ports/125107 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Notes: svn path=/head/; revision=216039
* update to 0.6.0Oliver Lehmann2008-06-013-13/+29
| | | | Notes: svn path=/head/; revision=214087
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-241-3/+3
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209735
* 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