aboutsummaryrefslogtreecommitdiff
path: root/graphics/ocaml-images
Commit message (Collapse)AuthorAgeFilesLines
* Ressurect devel/omake, graphics/ocaml-images and games/freetennis [1]Rene Ladan2016-07-2313-0/+500
| | | | | | | | | | | | | | | | | | | - devel/omake: - add new MASTER_SITES - regenerate patches [1] - graphics/ocaml-images: - add missing LIB_DEPENDS - pet portlint - bump PORTREVISION - games/freetennis: - add missing indirect depedencies [2] - bump PORTREVISION PR: 210853 [1] Submitted by: lightside@gmx.com [1] Reported by: poudriere testport [2] Notes: svn path=/head/; revision=418967
* Remove expired ports:Rene Ladan2016-07-0513-502/+0
| | | | | | | | | games/freetennis: depends on expired graphics/ocaml-images 2016-07-04 graphics/ocaml-images: Depends on expiring devel/omake 2016-07-04 devel/omake: Broken for more than 6 months Notes: svn path=/head/; revision=418101
* Deprecate ports broken for more than 6 monthsAntoine Brodin2016-06-031-0/+3
| | | | Notes: svn path=/head/; revision=416324
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-8/+8
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Make print/ghostscript9-agpl-base the default Ghostscript port. UpstreamTijl Coosemans2016-03-241-1/+1
| | | | | | | | | | | | | | | | | | | changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base is stuck at 9.06 which is almost 4 years old now. Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version on its own instead of as a variant of other versions. Fix print/ghostscript9-agpl-base to install eps2write. Update math/asymptote to 2.37 to support newer Ghostscript. PR: 208159 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=411798
* Update giflib to 5.1.1Antoine Brodin2015-12-031-1/+1
| | | | | | | PR: 204492 Notes: svn path=/head/; revision=402898
* Allow building with giflib 5.1Antoine Brodin2015-11-122-2/+26
| | | | | | | PR: 204492 Notes: svn path=/head/; revision=401387
* Remove trailing whitespace from Makefiles, A-L.Jimmy Olgeni2015-10-081-1/+1
| | | | Notes: svn path=/head/; revision=398832
* - Split ghostscript into X11-independent and -dependent parts:Hiroki Sato2015-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * print/ghostscript{7,8,9,9-agpl}-base Installs Ghostscript binary, libgs, and related files. These ports do not depend on X11 libraries (i.e. x11* devices are not available). USES=ghostscript will set dependency on one of them depending on GHOSTSCRIPT_DEFAULT. The default device is set to "display" or "bbox". * print/ghostscript{7,8,9,9-agpl}-x11 Installs a shared library which provides X11 support to the installed Ghostscript binaries. x11* devices will be enabled when the library is available. This depends on *-base (RUN_DEPENDS). USES=ghostscript:x11 will set dependency on one of them. - Fix integer overflow reported as CVE-2015-3228. - Update Uses/ghostscript.mk: * Add x11 keyword. nox11 keyword is now obsolete. * Use packagename in *_DEPENDS line to prevent relationship between -base and -x11 packages from being broken. - Fix x11/nox11 keyword and bump PORTREVISION in ports using USES=ghostscript to update dependency of pre-compiled packages. Notes: svn path=/head/; revision=395047
* Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.Koop Mast2015-07-161-4/+1
| | | | | | | | | | | | | Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection. Arguments supported: <empty>, build, run, nox11 and agpl PR: 201201 (exp-run) Approved by: portmgr (mat@) Exp run by: antione@ (previous patch) Differential Revision: https://reviews.freebsd.org/D2938 Notes: svn path=/head/; revision=392322
* Convert to USES=jpegAntoine Brodin2015-06-221-1/+1
| | | | Notes: svn path=/head/; revision=390310
* Update graphics/giflib to 5.0.5Antoine Brodin2015-01-141-1/+1
| | | | | | | | | | Differential Revision: https://reviews.freebsd.org/D1361 Submitted by: bapt Reviewed by: self Exp-run by: self Notes: svn path=/head/; revision=377033
* Allow building with either giflib 4.2 or 5.0Antoine Brodin2014-12-272-6/+42
| | | | Notes: svn path=/head/; revision=375667
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Cleanup plistBaptiste Daroussin2014-10-201-3/+0
| | | | Notes: svn path=/head/; revision=371283
* print/freetype:Tijl Coosemans2014-09-191-0/+1
| | | | | | | | - Remove old libtool patch - Remove :oldver from USES=libtool and bump dependent ports Notes: svn path=/head/; revision=368571
* ocaml update 4/4: graphics/ocaml-images, update to version 4.0.1John Marino2014-03-2611-115/+294
| | | | | | | | | | | | | | | | | | | | Ocaml 4.00 can't build ocaml-images 3.0.1, so the solution is to update the package to a newer version. This arrived from dports, but it has been heavily modified since then. It has also been staged. The pkg-plist needs work because it doesn't support all the options if they are turned off. GTK2 has been left OFF by default since it pulls in 136 packages when enabled. The Ocaml framework did not support staging at the time, so several knobs were turned off, especially the "WASH" function which disrupted pkg greatly. The options were cleaned up in a modern way too. An additional patch was addded to make clang happy so this builds on FreeBSD 10 inside poudriere. Urged by: portmgr(bapt) Notes: svn path=/head/; revision=349275
* 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
* Compilation of ocaml-images is no longer broken (tested on multiple systems).Johan van Selst2013-08-061-4/+0
| | | | | | | | Possibly silently fixed through update of a dependency. Expiration notice removed. Notes: svn path=/head/; revision=324318
* Use GHOSTSCRIPT instead of GS to use generic descriptionBaptiste Daroussin2013-04-261-4/+3
| | | | | | | Reported by: danfe Notes: svn path=/head/; revision=316614
* In preparation of the removal of USE_FREETYPE from bsd.port.mk: removeBaptiste Daroussin2013-04-261-19/+14
| | | | | | | | | USE_FREETYPE from all ports using it While here trim some headers, and do some conversion to new options framework. Notes: svn path=/head/; revision=316593
* Mark as deprecated a bunch of ports that are marked as broken for more than 6Baptiste Daroussin2013-02-051-6/+3
| | | | | | | month without a fix Notes: svn path=/head/; revision=311718
* Disable gtk1 support which depends on ocaml-lablgtk which is expiredBaptiste Daroussin2012-10-271-14/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306528
* - Mark BROKEN: does not compilePav Lucistnik2012-06-171-0/+2
| | | | | | | | | | | | | ocamlopt.opt -o crop.opt -I ../../src camlimages_core.cmxa unix.cmxa crop.cmx ../../src/libcamlimages_core.a(gifread.o)(.text+0x3ea): In function `dGifGetLine': : undefined reference to `PrintGifError' ../../src/libcamlimages_core.a(gifwrite.o)(.text+0x2f3): In function `eGifPutLine': : undefined reference to `PrintGifError' Reported by: pointyhat Notes: svn path=/head/; revision=299509
* - update png to 1.5.10Dirk Meyer2012-06-013-2/+61
| | | | Notes: svn path=/head/; revision=297915
* - Switch from libungif to giflib to avoid conflictSteve Wills2012-02-251-1/+2
| | | | | | | | | | | - Mark MAKE_JOBS_UNSAFE since this failed for me with MAKE_JOBS enabled PR: ports/165369 Submitted by: swills (myself) Approved by: <michael.grunewald@laposte.net> (maintainer) Notes: svn path=/head/; revision=292237
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+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 Notes: svn path=/head/; revision=282282
* -remove MD5Olli Hauer2011-07-031-2/+0
| | | | Notes: svn path=/head/; revision=276992
* Over to new volunteerBaptiste Daroussin2011-06-101-1/+1
| | | | | | | Submitted by: Michael Grunewald <michael.grunewald@laposte.net> (new maintainer by mail) Notes: svn path=/head/; revision=275313
* - Bump portrevisions on all ocaml libraries, as it appears that compiledStanislav Sedov2011-04-051-1/+1
| | | | | | | | | | | interface files (.cmi) are not backward compatible with a newer ocaml version. PR: ports/156195 Suggested by: mandree Notes: svn path=/head/; revision=272267
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Round one migration of ports from automake{19,110} to automake111Ade Lovett2010-10-051-1/+1
| | | | Notes: svn path=/head/; revision=262460
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* - fix after tiff update to 4.0.0Dirk Meyer2010-08-283-5/+39
| | | | | | | PR: 149611 Notes: svn path=/head/; revision=260120
* - Fix package building (previously not all files were included).Stanislav Sedov2010-04-111-1/+2
| | | | Notes: svn path=/head/; revision=252550
* - Use proper libpng library version.Stanislav Sedov2010-04-101-1/+1
| | | | | | | Spotted by: QAT Notes: svn path=/head/; revision=252516
* - Do not expose list_length. This prevents the library to be used inStanislav Sedov2010-04-092-2/+13
| | | | | | | | games/freetennis, which links sdl_image library that exposes the same symbol. Notes: svn path=/head/; revision=252475
* - Enable Ghostscript by default (required by advi).Stanislav Sedov2010-04-041-2/+2
| | | | | | | - Bump PORTREVISION. Notes: svn path=/head/; revision=252194
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Commit other files CVS failed to commit by dying in the middle :-(Stanislav Sedov2010-03-263-14/+31
| | | | Notes: svn path=/head/; revision=251551
* - Update to version 3.0.2.Stanislav Sedov2010-03-263-48/+111
| | | | Notes: svn path=/head/; revision=251550
* - update to jpeg-8Dirk Meyer2010-02-051-1/+2
| | | | Notes: svn path=/head/; revision=249285
* - Fix of previously QATSylvio Cesar Teixeira2009-11-261-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=244806
* - Returning commit previously modified, because the lastest version is the 2.2Sylvio Cesar Teixeira2009-11-212-5/+6
| | | | | | | | | - Bump PORTPOCH Approved by: miwi (mentor) Notes: svn path=/head/; revision=244574
* - Update to 2.12Sylvio Cesar Teixeira2009-11-072-7/+5
| | | | | | | | | PR: ports/139777 Submitted by: sylvio@ (myself) Approved by: itetcu (mentor) Notes: svn path=/head/; revision=243944
* - update to jpeg7Dirk Meyer2009-07-181-2/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* 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