aboutsummaryrefslogtreecommitdiff
path: root/graphics/GraphicsMagick13
Commit message (Collapse)AuthorAgeFilesLines
* Remove graphics/GraphicsMagick13, duplicate of unversionedRene Ladan2014-06-176-565/+0
| | | | | | | graphics/GraphicsMagick Notes: svn path=/head/; revision=358168
* - Update to 0.4.0Sunpoet Po-Chuan Hsieh2014-05-081-1/+1
| | | | | | | | | | | | | - Add LICENSE - Sort LIB_DEPENDS - Use USES=libtool - Do not silence installation message - Bump PORTREVISION for graphics/webp shlib change Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS Notes: svn path=/head/; revision=353249
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-1/+1
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* Don't hardcode libdir flag spec in GraphicsMagick++-config: withoutThierry Thomas2014-04-262-8/+76
| | | | | | | | that, ports depending on it (e.g. graphics/cimg) fail with the error: c++: error: unknown argument: '-R/usr/local/lib' Notes: svn path=/head/; revision=352257
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Fix the linkage problem, even with the default options.Thierry Thomas2014-03-071-7/+4
| | | | | | | Reviewed by: tijl Notes: svn path=/head/; revision=347344
* OPENMP implies compiler:openmp, hence Gcc46 (this could change in aThierry Thomas2014-03-061-2/+2
| | | | | | | | | | | | near future). This causes problems with the linker in some ports (e.g. graphics/cimg). Untill a better solution is found, don't enable OPENMP by default. Checked with CImg and Octave. Notes: svn path=/head/; revision=347261
* Remove TESTS from OPTIONS_DEFAULTAntoine Brodin2014-02-271-1/+2
| | | | | | | | This option brings webfonts which is restricted and prevents building around 100 ports on the package builders Notes: svn path=/head/; revision=346382
* - Update to 1.3.19Martin Wilke2014-02-075-111/+63
| | | | | | | | PR: 185935 Submitted by: Ports Fury Notes: svn path=/head/; revision=343233
* - On FreeBSD < 10, the linker adds -lXt with dps, but on 10 it doesThierry Thomas2013-12-272-4/+26
| | | | | | | | | | | not => force it; - Register Xext too; - rename patch-configure. Notes: svn path=/head/; revision=337729
* - don't register lpthread in GraphicsMagick-config andThierry Thomas2013-12-261-0/+1
| | | | | | | | | | | GraphicsMagick++-config - don't link with -pthread and -lpthread together. when GNU Pth is installed. Notes: svn path=/head/; revision=337523
* Update freetype to 2.5.2.Koop Mast2013-12-241-4/+13
| | | | | | | | | | | | | | | | | Remove patch to add -I/usr/local/include in freetype-config --cflags. If ports need extra headers they should look for them, and not get them via a side-effect. Freetype had a header resuffle in 2.5.1, patch ports to use the new header style. Thanks go to bdrewery for the two exp-runs and rakuco for helping me with some troublesome cmake ports. PR: ports/184587 Notes: svn path=/head/; revision=337385
* [Errno 11] Resource Temporarily UnavailableGreg Larkin2013-12-161-1/+1
| | | | | | | | | | Reassigning my ports back to the pool with the hope of freeing up to do more FreeBSD work in the future. Submitted by: glarkin Notes: svn path=/head/; revision=336656
* - Upgrade to 1.3.18.Thierry Thomas2013-11-304-91/+42
| | | | | | | | | | | - Since I'm there, pet portlint and stagify. PR: ports/183821 Submitted by: /me Approved by: maintainer's time-out Notes: svn path=/head/; revision=335296
* Fix badly set PKGNAMESUFFIXBaptiste Daroussin2013-11-081-1/+1
| | | | | | | Pointyhat to: bapt Notes: svn path=/head/; revision=333220
* Fix pkgname collisionBaptiste Daroussin2013-10-311-3/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=332222
* Do not arbitrary rename packagesBaptiste Daroussin2013-10-041-1/+0
| | | | Notes: svn path=/head/; revision=329271
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* - Added vendor patch to fix most recent vulnerabilityGreg Larkin2012-09-252-0/+56
| | | | | | | | | - Bumped PORTREVISION Security: 98690c45-0361-11e2-a391-000c29033c32 Notes: svn path=/head/; revision=304863
* - Updated to 1.3.16Greg Larkin2012-09-204-63/+27
| | | | | | | | | | | - Fixed X11-conditional dependency injection [1] - Converted to optionsNG PR: ports/171516 (based on) [1] Submitted by: Rainer Duffner <rainer@ultra-secure.de> [1] Notes: svn path=/head/; revision=304595
* - Incorporated upstream patch to fix failing test after PNG 1.5.10 updateGreg Larkin2012-06-122-1/+41
| | | | | | | | | - Bumped PORTREVISION Reported by: pointyhat (via pav) Notes: svn path=/head/; revision=299115
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+3
| | | | Notes: svn path=/head/; revision=297915
* - Updated to 1.3.15Greg Larkin2012-05-103-10/+18
| | | | | | | | PR: ports/166683 (based on) Submitted by: Sato Kuro <poyopoyo@puripuri.plala.or.jp> Notes: svn path=/head/; revision=296372
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-4/+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
* Clean up "current" versions of autotools components to further reduceAde Lovett2010-12-081-3/+2
| | | | | | | tree-churn on updates. Notes: svn path=/head/; revision=265861
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Updated to 1.3.12Greg Larkin2010-03-123-5/+5
| | | | Notes: svn path=/head/; revision=250966
* - Updated to 1.3.11Greg Larkin2010-03-083-5/+5
| | | | Notes: svn path=/head/; revision=250736
* - Updated to 1.3.10Greg Larkin2010-02-173-50/+26
| | | | | | | | Requested by: Peter Kieltyka <peter.kieltyka@nulayer.com> Feature safe: yes Notes: svn path=/head/; revision=250007
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Added PORTSCOUT variables to stop erroneous warningsGreg Larkin2009-12-301-0/+1
| | | | Notes: svn path=/head/; revision=246899
* - Added explicit X11 support optionGreg Larkin2009-11-151-3/+6
| | | | | | | | | | | | | | | - Fixed LDFLAGS handling when OpenMP is enabled and X11 support is disabled. The previous way it was handled caused optional image support (JPG, PNG, etc.) to fail NOTE: graphics/GraphicsMagick is not affected since it doesn't have OpenMP support PR: ports/139975 Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com> Notes: svn path=/head/; revision=244299
* - Updated to 1.3.7Greg Larkin2009-09-253-8/+22
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=242109
* - Updated MASTER_SITES to use new SFP macro and added MASTER_SITE_SUBDIRGreg Larkin2009-08-121-2/+2
| | | | Notes: svn path=/head/; revision=239414
* - Updated to 1.3.6Greg Larkin2009-08-113-14/+20
| | | | Notes: svn path=/head/; revision=239342
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-3/+3
| | | | | | | | | | | | | | | | | | | | | -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
* - update to jpeg7Dirk Meyer2009-07-181-0/+1
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - Update to 1.3.5Greg Larkin2009-01-272-4/+4
| | | | Notes: svn path=/head/; revision=226970
* - Updated to 1.3.3Greg Larkin2008-12-102-4/+4
| | | | Notes: svn path=/head/; revision=224073
* - Update to 1.3.2Greg Larkin2008-12-022-4/+4
| | | | Notes: svn path=/head/; revision=223715
* - Initial release of version 1.3.1Greg Larkin2008-11-204-173/+252
| | | | | | | - Turned on OpenMP by default Notes: svn path=/head/; revision=223096
* - Upgraded to 1.2.5Greg Larkin2008-09-028-328/+243
| | | | | | | | | | | | | | - Stylistic issues fixed in Makefile and added new options to help performance on certain architectures - Removed NOPORTDOCS support, pending upstream installation process support Reviewed by: beech, itetcu Approved by: beech (mentor, implicit) Notes: svn path=/head/; revision=219679
* Changed my MAINTAINER address toGreg Larkin2008-07-181-1/+1
| | | | | | | | | glarkin@FreeBSD.org. Approved by: beech (mentor) Notes: svn path=/head/; revision=217070
* - Downgrade to 1.1.12, new api not compatible with kofficeBeech Rintoul2008-06-288-91/+199
| | | | | | | - Bump PORTEPOCH Notes: svn path=/head/; revision=215854
* - Update to 1.2.3Beech Rintoul2008-06-258-199/+92
| | | | | | | | | | | | | | | | | | - Pass maintainership to submitter Added file(s): - files/patch-configure.in Removed file(s): - files/patch-configure - files/patch-magick_symbols.h - files/patch-newfpx PR: ports/124365 Submitted by: Greg Larkin <glarkin@sourcehosting.net> Notes: svn path=/head/; revision=215749
* Unfortunately, portmgr's policies -- no matter how bogus -- have core's fullMikhail Teterin2008-05-161-1/+1
| | | | | | | | | | | | | | | | backing as long as they apply to all. I refuse to obey a particular policy -- that of automatic bumping PORTREVISION of all ports lib-depending on mine. It is no longer possible to leave obeying a disagreable policy to those, who finds it acceptable, either -- portmgr gets really angry, threatening backouts and commit-bit suspensions. I thus have no other option but to relinquish maintainership of ports, which install shared libraries, which any other ports depend on -- starting with GraphicsMagick. Notes: svn path=/head/; revision=213167