aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/devil
Commit message (Collapse)AuthorAgeFilesLines
* - Disable EXR by default, as with it library cannot be used from plain C ↵amdmi32014-03-061-2/+3
| | | | | | | programs PR: 186432 Submitted by: dt71 <dt71@gmx.com>
* - Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as ↵amdmi32013-12-171-1/+1
| | | | suggested by Porter's Handbook
* - Bump dependent ports' revisions (graphics/ilmbase and graphics/OpenEXR)nemysis2013-11-201-1/+1
| | | | Approved by: wg (mentor)
* graphics/ilmbasenemysis2013-10-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update to 2.0.1 - Change master sites to SAVANNAH - Change maintainer email to @FreeBSD.org - Remove conflict with non existent Port - USES pathfix pkgconfig - Add executable - Add DOCS Option - Support STAGEDIR and add OPTIONS_SUB - Use pathfix instead of simple patches - Adjust patches - Change WWW graphics/OpenEXR - Update to 2.0.1 - Change master sites to SAVANNAH - Change maintainer email to @FreeBSD.org - Use the new format for LIB_DEPENDS - USES gmake pathfix pkgconfig - Add DOCS and EXAMPLES Options - Support STAGEDIR and add OPTIONS_SUB - Change REINPLACE_CMD - Add extra patch for EXAMPLES - Remove obsolete patches - Bump dependent ports' revisions Approved by: pawel / wg (mentors)
* - Disable squish option for now: it breaks dependent ports, at least ↵amdmi32013-10-231-6/+7
| | | | devel/love07
* - Add patch forgotten in previous commitamdmi32013-10-182-1/+20
| | | | - Bump PORTREVISION
* - Support stagingamdmi32013-10-182-73/+42
| | | | | | | | - Use new OPTIONS features - Use new LIB_DEPENDS syntax - Fix NVTT option - Add missing SQUISH option - Enable all options by default as upstream does
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | graphics)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* - Trim Makefile headersamdmi32013-07-125-6/+6
| | | | | | | | | - Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful - Canonicalize patch names - Fix DOS line endings in patch files
* - OptionsNGamdmi32013-01-312-45/+44
| | | | | - Trim header - Don't install empty directory
* Force numerous ports that fail to build with clang over to instead alwayslinimon2012-10-101-0/+1
| | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings.
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenkwm2012-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | developed in years and has been dropped from the MESA 8.0 distribution. Freeglut is a rewrite of glut and is actively developed and is used by many linux distributions instead of libglut. Bump all ports that directly depend on libglut because of the shlib version change. There are some extra items in this patch. *) Because freeglut doesn't have the same dependancies as libglut, some ports need extra dependencies added to USE_XORG to make them build. *) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped with libglut. *) Remove option for libglut/freeglut selection in games/cake, only freeglut remains now. *) While here fix a png related build issue games/vegastrike. Thanks to miwi for running the exp-run. Approved by: portmgr (miwi) Collaboration with: zeising@ Obtained from: xorg-dev staging area.
* - update png to 1.5.10dinoex2012-06-011-2/+2
|
* - Update devel/sdl12 to 1.2.15mva2012-02-181-1/+1
| | | | | | | | | | | | | - Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-3/+2
| | | | | | | | | - 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
* -remove MD5ohauer2011-07-031-1/+0
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Punt autoconf267->autoconf268ade2010-10-161-1/+1
|
* Round one migration of ports from automake{19,110} to automake111ade2010-10-061-1/+1
|
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-2/+2
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* - fix build for png-1.4.1dinoex2010-03-292-0/+31
|
* - update to 1.4.1dinoex2010-03-281-2/+2
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-2/+2
|
* - Remove unneeded LDFLAGS after OpenEXR has been fixedamdmi32009-09-081-1/+0
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+1
| | | | starting with G
* - Add SIMD knobamdmi32009-08-061-3/+7
| | | | | PR: 137363 Submitted by: Anonymous <swell.k@gmail.com>
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* - update to jpeg7dinoex2009-07-181-2/+2
| | | | Tested by: pav on pointyhat
* - Add nvidia-texture-tools supportamdmi32009-04-022-4/+23
| | | | - Mark MAKE_JOBS_SAFE
* - Disable nvtt so it doesn't pick up newly added nvidia-texture-tools and ↵amdmi32009-03-191-2/+4
| | | | fail to build
* - Update to version 1.7.8amdmi32009-03-184-14/+9
| | | | | PR: 132748 Submitted by: KATO Tsuguru <tkato432 at yahoo dot com>
* - Update to 1.7.7miwi2009-02-215-9/+70
| | | | | PR: 131830 Submitted by: Ports Fury
* - Add OPTIONSmiwi2009-01-187-308/+103
| | | | | | | - Update to 1.7.5 PR: 130435 Submitted by: Ports Fury
* - Revert to 1.6.7, update breaks dependenciesbeech2008-08-287-27/+299
|
* - Update to 1.7.0beech2008-08-277-298/+27
| | | | | PR: ports/126802 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-1/+1
|
* - Drop Maintainershipmiwi2007-10-091-1/+1
|
* make the port compile with gcc 4 and allow the same foroliver2007-09-193-1/+252
| | | | | | | | its dependent ports. Bump PORTREVISION Submitted by: maintainer Approved by: maintainer
* - Disable allegro in case it's found (causes problems on some libraries likealepulver2007-08-291-0/+1
| | | | | | | | "x11-toolkits/gigi", also in that case a dependency is missing). PR: ports/115111 Submitted by: alepulver (myself) Approved by: miwi (maintainer)
* - Add USE_GL (since the last xorg update it has been built without OpenGL,alepulver2007-07-251-13/+9
| | | | | | | | thus ports like "x11-toolkits/gigi" can't find some functions they need). - Remove unneeded SDL hacks. - Bump PORTREVISION. Approved by: miwi (maintainer)
* - Update WWWmiwi2007-04-272-2/+2
| | | | - switch to USE_LDCONFIG
* - Take maintainership.miwi2007-03-121-1/+1
| | | | Approved by: Andreas Kohn (old maintainer)
* Use libtool port instead of included version to avoid a.out objformat botchkris2007-01-302-0/+4
|
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-09-201-1/+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)
* Remove USE_REINPLACE for categories starting with a Gedwin2006-05-081-1/+0
|
* Conversion to a single libtool environment.ade2006-02-232-5/+5
| | | | Approved by: portmgr (kris)
* Unmark BROKEN (suspect a race between the fix and BROKEN commits).lawrance2006-02-121-2/+0
| | | | | PR: ports/93222 Submitted by: Andreas Kohn <andreas@syndrom23.de> (maintainer)
* - SHA256ifyedwin2006-01-301-0/+1
| | | | - remove double SIZE entry for kipi-plugins
* BROKEN: Does not buildkris2006-01-141-0/+2
|
* - Fix buildsem2006-01-111-0/+11
| | | | | PR: ports/91601 Submitted by: Andreas Kohn (maintainer)
* 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.
* s/PATCHREVISION/PORTREVISION/oliver2005-10-071-1/+1
| | | | | Noted by: maintainer Approved by: maintainer
* - enable SDL support on request (OPTIONS)oliver2005-10-062-1/+37
| | | | | | | | | | - fill CONFIGURE_ENV to detect more libraries which are installed because of LIB_DEPENDS anyway e.g. libpng (until that change, devil had no png support - even if libpng was installed) - fix a png-support bug for 64bit systems. - bump PORTREVISION Approved by: maintainer
* - Fix CATEGORIESpav2004-10-291-1/+1
| | | | | Reported by: eik's minion Pointy hat to: pav
* - Add DevIL Imaging Library.pav2004-10-294-0/+64
PR: ports/70176 Submitted by: Andreas Kohn <andreas@syndrom23.de>