summaryrefslogtreecommitdiff
path: root/graphics/GraphicsMagick/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* graphics/GraphicsMagick: remove optional dependency on expired x11/dgsRene Ladan2018-12-211-19/+0
|
* Use USES=pathfix where applicable.Mathieu Arnold2016-10-211-9/+0
| | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093
* graphics/GraphicsMagick: Upgrade version 1.3.20 => 1.3.21John Marino2015-10-102-11/+11
| | | | | | | | The shared library versions changed, so bump all the ports that depend on GraphicsMagick by default too. PR: 200304 Submitted by: ports fury
* Update www/GraphicsMagick to 1.3.19 and bump PORTREVISION for consumers.Rene Ladan2014-06-1712-453/+119
| | | | | | | | | | | | | | | | | | | | | | | | Note that graphics/GraphicsMagick12 was removed on 2014-05-20 because it is no longer maintained upstream. Detailed/other changes: * graphics/GraphicsMagick : - Copy contents from graphics/GraphicsMagick13 - Remove PORTREVISION and PKGNAMESUFFIX - Keep original pkg-descr, do not copy whitespace-only changes. * graphics/pecl-gmagick : - Use modern LIB_DEPENDS * graphics/vips : - Stage support - Use modern LIB_DEPENDS - USES libtool, pathfix * multimedia/bombono : - Update BUILD_DEPENDS and RUN_DEPENDS * textproc/htmltolatex : - Use modern LIB_DEPENDS Phabric: D108 162 Approved by: portmgr (antoine, bapt)
* Update freetype to 2.5.2.Koop Mast2013-12-241-5/+34
| | | | | | | | | | | | | | 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
* - update png to 1.5.10Dirk Meyer2012-06-011-16/+51
|
* - fix build for png-1.4.1Dirk Meyer2010-03-282-0/+217
| | | | PR: 145111
* - Updated CONFLICTS to add GM 1.3Greg Larkin2008-11-201-0/+20
| | | | - Added NOPORTDOCS support
* - Upgraded to 1.1.14.Greg Larkin2008-09-029-103/+113
| | | | | | | | | | | | | | - Made various stylistic fixes to Makefile. - Broke files/patch-* files into individiual patch files and used "make makepatch" to name them all correctly. - Removed NOPORTDOCS support, pending support in upstream package installation process. Reviewed by: beech, itetcu Approved by: beech (mentor, implicit)
* - Downgrade to 1.1.12, new api not compatible with kofficeBeech Rintoul2008-06-285-34/+145
| | | | - Bump PORTEPOCH
* - Update to 1.2.3Beech Rintoul2008-06-255-145/+34
| | | | | | | | | | | | | | | - 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>
* Update from 1.1.7 to 1.1.10. FPX-support is now in (and no longer anMikhail Teterin2007-11-023-34/+32
| | | | | | | | | OPTION). Add support for running bundled self-tests after building. Do not run the self-tests by default, in order to be able to secure portmgr's approval, but advise the user to do so before installing. The self-tests will be turned on, when port-freeze is over. Approved by: portmgr (pav)
* - Do not redefine GraphicsMagick symbols, since it causes problems withStanislav Sedov2007-07-161-0/+19
| | | | | | | | | | | some ports, that expect standard Magick symbols to be present (that is revert revision 1.6). Redefine only the GetToken symbol instead just to get rid of ports/94905 - Use correct path for windows fonts [1] - Add a knob to depend on windows fonts conditionally. PR: ports/114036 [1] Submitted by: Roderick van Domburg <r.s.a.vandomburg@nedforce.nl>
* - Fix build when libpng is compiled with assembler code support.Rong-En Fan2006-12-231-0/+22
| | | | | | | | | | | | | For example, setting CPUTYPE to p3 or above triggers this. This is the same bug happened in ImageMagick, and the original patch can be found at http://www.imagemagick.org/pipermail/magick-developers/2006-April/002550.html In fact, this patch was submitted in PR 101361, but a wrong version was committed. PR: ports/107086 Obtained from: GraphicsMagick cvs
* Fix build on 4.xMichael Nottebrock2006-12-122-60/+0
|
* - Update to 1.1.7Pav Lucistnik2006-11-292-95/+0
| | | | | PR: ports/106025 Submitted by: Nick Muerdter <spam@nickm.org>
* - fix buildCheng-Lung Sung2006-08-211-0/+39
| | | | - bump PORTREVISION
* Remove some hunks from patch-Makefile.in -- these changes really belongMikhail Teterin2005-07-272-28/+23
| | | | | to the configure script. This ensures, magick.mgk and friends are properly found at run-time.
* A fork of a better-known ImageMagick emphasizing user convenienceMikhail Teterin2005-07-274-0/+233
and API stability. The port does not build nor install the Perl and Tcl APIs -- these will be added by separate ports. PR: ports/83932 Submitted by: Ron van Daal (maintainer to be)