aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ocaml-images
Commit message (Collapse)AuthorAgeFilesLines
* ocaml update 4/4: graphics/ocaml-images, update to version 4.0.1marino2014-03-2711-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)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | graphics)
* Compilation of ocaml-images is no longer broken (tested on multiple systems).johans2013-08-061-4/+0
| | | | | Possibly silently fixed through update of a dependency. Expiration notice removed.
* Use GHOSTSCRIPT instead of GS to use generic descriptionbapt2013-04-261-4/+3
| | | | Reported by: danfe
* In preparation of the removal of USE_FREETYPE from bsd.port.mk: removebapt2013-04-261-19/+14
| | | | | | USE_FREETYPE from all ports using it While here trim some headers, and do some conversion to new options framework.
* Mark as deprecated a bunch of ports that are marked as broken for more than 6bapt2013-02-051-6/+3
| | | | month without a fix
* Disable gtk1 support which depends on ocaml-lablgtk which is expiredbapt2012-10-281-14/+2
| | | | Feature safe: yes
* - Mark BROKEN: does not compilepav2012-06-181-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
* - update png to 1.5.10dinoex2012-06-013-2/+61
|
* - Switch from libungif to giflib to avoid conflictswills2012-02-261-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)
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-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
* -remove MD5ohauer2011-07-031-2/+0
|
* Over to new volunteerbapt2011-06-111-1/+1
| | | | Submitted by: Michael Grunewald <michael.grunewald@laposte.net> (new maintainer by mail)
* - Bump portrevisions on all ocaml libraries, as it appears that compiledstas2011-04-061-1/+1
| | | | | | | | interface files (.cmi) are not backward compatible with a newer ocaml version. PR: ports/156195 Suggested by: mandree
* 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 after tiff update to 4.0.0dinoex2010-08-283-5/+39
| | | | PR: 149611
* - Fix package building (previously not all files were included).stas2010-04-111-1/+2
|
* - Use proper libpng library version.stas2010-04-101-1/+1
| | | | Spotted by: QAT
* - Do not expose list_length. This prevents the library to be used instas2010-04-092-2/+13
| | | | | games/freetennis, which links sdl_image library that exposes the same symbol.
* - Enable Ghostscript by default (required by advi).stas2010-04-041-2/+2
| | | | - Bump PORTREVISION.
* - update to 1.4.1dinoex2010-03-281-2/+2
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - Commit other files CVS failed to commit by dying in the middle :-(stas2010-03-273-14/+31
|
* - Update to version 3.0.2.stas2010-03-273-48/+111
|
* - update to jpeg-8dinoex2010-02-051-1/+2
|
* - Fix of previously QATsylvio2009-11-271-1/+1
| | | | Approved by: miwi (mentor)
* - Returning commit previously modified, because the lastest version is the 2.2sylvio2009-11-212-5/+6
| | | | | | - Bump PORTPOCH Approved by: miwi (mentor)
* - Update to 2.12sylvio2009-11-082-7/+5
| | | | | | PR: ports/139777 Submitted by: sylvio@ (myself) Approved by: itetcu (mentor)
* - update to jpeg7dinoex2009-07-181-2/+2
| | | | Tested by: pav on pointyhat
* Bump portrevision due to upgrade of devel/gettext.edwin2008-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)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-5/+5
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gplrafan2007-09-241-8/+0
| | | | | | since version 8.57. The leading ghostscript is the -gpl one. Approved by: portmgr (pav)
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Reset marwan.burelle@lri.fr due to 6 months of inactivity, no response tolinimon2006-06-151-1/+1
| | | | | | email, and various maintainer-timeouts. Hat: portmgr
* - Fix LDFLAGSpav2006-06-112-2/+23
| | | | | | | | - Install documentation PR: ports/93270 Submitted by: Michael Winking <mwfp@foldl.net> <mwfp@alfa12.isp-service.biz> Approved by: maintainer timeout (4 months)
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-1/+1
| | | | | Discussed with: kris Approved by: portmgr (implicit)
* - Update graphics/libglut to 6.4.1.sem2006-01-121-0/+1
| | | | | | | | | | | - Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i <eri--@albabsd.org>
* - Update version to 2.2 (newer than actual 2.11), also solve build problemsgarga2005-12-066-54/+29
| | | | | | | | appears with OCaml 3.09 - Pass maintainership to submitter PR: ports/89965 Submitted by: Marwan Burelle <burelle@lri.fr>
* - Add SHA256pav2005-11-261-0/+1
|
* - Fix permission of ld.conf. It should be 0644 instead of 0444.sem2005-05-221-2/+0
| | | | - Unbreak unguilty ports.
* BROKEN: Changes permission of installed usr/local/lib/ocaml/ld.conf filekris2005-05-221-0/+2
|
* upgrade to 2.11ijliao2004-03-247-154/+37
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* SIZEify.trevor2004-01-291-0/+1
|
* Use the new ghostscript options.marcus2004-01-211-9/+3
| | | | Submitted by: linimon
* - ECHO -> ECHO_MSGedwin2003-09-271-5/+5
| | | | | | | | for some ports: - pre-fetch -> pre-everything PR: ports/56785-56799 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* [PATCH] graphics/ocaml-images: enable choose of ghostscript interpreteredwin2003-08-311-2/+16
| | | | | | | | This patch allows the admin of the machine to choose either print/ghostscript-gnu or print/ghostscript-afp1 PR: ports/54930 Submitted by: Jens Rehsack <rehsack@liwing.de>
* Change dependencies to depend on ghostscript-gnu instead ofarved2003-05-171-2/+3
| | | | | | | | | | | | | | | | | ghostscript-afpl. Bump PORTREVISION. ocaml-images depends on ocaml-lablgtk, which in the default configuration depends on some gnome components, which depend on some other gnome components, which depend on gnomeprint which depends on ghostscript-gnu. Because the two ghostscript versions conflict with each other, This port failed on bento. We probably need some bsd.port.mk magic to deal with the different ghostscript versions. Reported by: kris
* ftp.inria.fr was rearranged; update MASTER_SITES.petef2003-05-111-1/+1
| | | | Noticed by: fenner's portsurvey
* de-pkg-commentknu2003-02-212-1/+1
|
* add ocaml-images 2.10ijliao2003-02-089-0/+220
Objective Caml image processing library