aboutsummaryrefslogtreecommitdiff
path: root/graphics/pfstools
Commit message (Collapse)AuthorAgeFilesLines
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenKoop Mast2012-08-041-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. Notes: svn path=/head/; revision=302037
* Update ImageMagick to 6.7.2-10 (shlib bumped to .5)Martin Matuska2011-10-111-2/+2
| | | | Notes: svn path=/head/; revision=283359
* - 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
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Update ImageMagick to 6.6.2-10Martin Matuska2010-07-241-2/+2
| | | | Notes: svn path=/head/; revision=258173
* - Bump Magick++, MagickWand or MagickCore dependencyMartin Matuska2010-03-281-2/+2
| | | | Notes: svn path=/head/; revision=251659
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowGerald Pfeifer2009-09-131-1/+1
| | | | | | | | | implies lang/gcc44 up from lang/gcc43. Approved by: portmgr Notes: svn path=/head/; revision=241308
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-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 Notes: svn path=/head/; revision=238781
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update ImageMagick to 6.4.9.2Martin Matuska2009-02-101-2/+2
| | | | | | | | - Libraries Magick++, MagickCore and MagickWand bumped to 2 - Update all ports using libraries above Notes: svn path=/head/; revision=228018
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.Gerald Pfeifer2009-01-071-1/+1
| | | | Notes: svn path=/head/; revision=225403
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Chase graphics/ImageMagick shlib version bumpMartin Wilke2008-04-221-1/+2
| | | | | | | Pointyhat to: mi@ Notes: svn path=/head/; revision=211761
* - Update to 1.6.4Rong-En Fan2008-04-045-54/+84
| | | | | | | | | | | | | | | - Use macro from bsd.sites.mk - Make configure finds correct bash instead of patching ourselves - Fix OPTIONS syntax error - Add extra patch for octave 3.0 - Use octave base in pkg-plist PR: ports/121862 Submitted by: Iouri V. Ivliev <ii at any.com.ru> Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=210488
* - Fix INDEXRong-En Fan2008-01-281-1/+1
| | | | Notes: svn path=/head/; revision=206318
* - Disable OCTAVE by default as it's broken (on octave-forge side)Rong-En Fan2008-01-282-63/+168
| | | | | | | | | | | - Add more OPTIONS: PPM, EXR, TIFF, QT, IM, GL PR: ports/118389 Submitted by: Iouri V. Ivliev <ii at any.com.ru> Approved by: Daniel O'Connor <darius at dons.net.au> (maintainer) Notes: svn path=/head/; revision=206314
* Mark BROKEN: does not buildErwin Lansing2008-01-261-0/+2
| | | | Notes: svn path=/head/; revision=206234
* - Add missed dependency on glut and fix plistPav Lucistnik2007-12-052-1/+3
| | | | | | | | Reported by: pointyhat Approved by: portmgr (hat) Notes: svn path=/head/; revision=202912
* Apparently the Octave dependency needs Fortran. Add USE_FORTRAN for thatMark Linimon2007-11-231-0/+1
| | | | | | | | | | case. Discussed with: maintainer Approved by: portmgr (self) Notes: svn path=/head/; revision=202808
* Chase OpenEXR library version bumped.Norikatsu Shigemura2007-10-071-1/+2
| | | | Notes: svn path=/head/; revision=201056
* PREFIX -> LOCALBASEEdwin Groothuis2007-10-021-1/+1
| | | | Notes: svn path=/head/; revision=200607
* New port graphics/pfstoolsEdwin Groothuis2007-10-025-0/+146
A set of command line (and one GUI) programs for reading, writing, manipulating and viewing high-dynamic range (HDR) images and video frames. WWW: http://www.mpi-inf.mpg.de/resources/pfstools/ PR: ports/116653 Submitted by: "Daniel J. O'Connor" <darius@dons.net.au> Notes: svn path=/head/; revision=200604