aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ogre3d
Commit message (Collapse)AuthorAgeFilesLines
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-011-0/+1
|
* update to 1.2.5oliver2007-01-273-6/+5
|
* update to 1.2.4oliver2006-11-212-5/+5
|
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-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)
* update ogre3d to 1.2.3oliver2006-09-193-6/+6
|
* update to 1.2.2.p1oliver2006-09-113-17/+36
| | | | PR: ports/101052 (partly)
* Bump zziplib version.ale2006-04-261-1/+2
|
* update to 1.0.7oliver2006-04-233-5/+5
|
* unbreak after libtool mega-patcholiver2006-03-052-18/+12
| | | | Approved by: portmgr
* Conversion to a single libtool environment.ade2006-02-231-2/+0
| | | | Approved by: portmgr (kris)
* update to 1.0.6oliver2005-11-223-7/+7
|
* 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.
* - fix build for other 64bit platforms then amd64 (remove NOT_FOR_ARCH)oliver2005-10-111-2/+6
| | | | | - fix a problem which made 2 libraries only linked in a static version and no dynamic.
* does not compile on alphaoliver2005-10-101-0/+1
| | | | NOT_FOR_ARCHS= alpha
* fix an error so the plugin libs are generated as shared libs and not asoliver2005-10-062-5/+13
| | | | | static ones bump PORTREVISION
* replace one remaining -lpthread with PTHREAD_LIBSoliver2005-10-041-0/+2
|
* OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented, flexibleoliver2005-10-044-0/+303
3D engine written in C++ designed to make it easier and more intuitive for developers to produce games and demos utilising 3D hardware. WWW: http://www.cegui.org.uk/