diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-06-17 20:05:30 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-06-17 20:05:30 +0000 |
commit | cf906e5cf2da0bff3ceb35031773701fdd7f1f4b (patch) | |
tree | 19fdf9903e246669ee26860af412ddc0a2626107 /graphics/pecl-imagick | |
parent | fb4bc685a5a2fef540aa25f4d57c12b6a38e1135 (diff) | |
download | ports-cf906e5cf2da0bff3ceb35031773701fdd7f1f4b.tar.gz ports-cf906e5cf2da0bff3ceb35031773701fdd7f1f4b.zip |
Update to 6.8.9-3 [1][3].
Use USES=compiler:openmp for the OPENMP option[2]
Ditch the use of perl for patching etc [4] and silence perl threaded check [6]
-delay option spurious message should be fixed [5]
JASPER option was replace by JPEG2000 for JP2k support.
Put 16BIT_PIXEL and HDRI option separate option block. These options change
the library name, so the user needs to take this into consideration.
Use new LIB_DEPENDS syntax.
Use @sample for config files.
Sprinkle some USES=pkgconfig for some ports, since we don't pull it in
anymore at run-time.
PR: 185462 [1]
PR: 187548 [2]
PR: 182793 [3]
PR: 181746 [4]
PR: 176047 [5]
PR: 190814 [6]
Submitted by: c.petrik.sosa@gmail.com [1]
Matthieu Volat <mazhe@alkumuna.eu> [2]
free.bsd@webstyle.ch [3]
andrnils@gmail.com [4]
rfg@tristatelogic.com [5]
Michelle Sullivan <michelle@sorbs.net> [6]
Approved by: portmgr (blanket) (for NO_STAGED ports)
Notes
Notes:
svn path=/head/; revision=358176
Diffstat (limited to 'graphics/pecl-imagick')
-rw-r--r-- | graphics/pecl-imagick/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/pecl-imagick/Makefile b/graphics/pecl-imagick/Makefile index 8da1e1204d5b..8c67ef8ba883 100644 --- a/graphics/pecl-imagick/Makefile +++ b/graphics/pecl-imagick/Makefile @@ -3,6 +3,7 @@ PORTNAME= imagick DISTVERSION= 3.1.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -15,11 +16,12 @@ COMMENT= Provides a wrapper to the ImageMagick/GraphicsMagick library LICENSE= PHP301 .if !defined(WITHOUT_X11) -LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick .else -LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick-nox11 +LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick-nox11 .endif +USES= pkgconfig USE_PHP= yes USE_PHPEXT= yes |