graphics/php-magickwand: unbreak, update 1.0.9 -> 1.0.9-2
- Add support for MagickStatisticImage() (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=10&t=22757). - Fixes build with newer ImageMagick - Fixes build when ImageMagick is installed in non-standard location - Add support for MagickSetImageEndian(). - MagickWand for PHP no longer fails to build in ZTS mode. PR: 204620 Reviewed by: Richard Toohey <knightofthecode@gmail.com>
This commit is contained in:
parent
b652a4d8c8
commit
87eae71299
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401803
2 changed files with 6 additions and 8 deletions
|
@ -3,19 +3,15 @@
|
|||
|
||||
PORTNAME= magickwand
|
||||
PORTVERSION= 1.0.9
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.magickwand.org/download/php/
|
||||
PKGNAMEPREFIX= php-
|
||||
DISTNAME= MagickWandForPHP-${PORTVERSION}
|
||||
DISTNAME= MagickWandForPHP-${PORTVERSION}-2
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= PHP extension to manipulate images
|
||||
|
||||
BROKEN= No public distfiles
|
||||
DEPRECATED= Broken for more than 6 months
|
||||
EXPIRATION_DATE= 2015-11-26
|
||||
|
||||
LIB_DEPENDS= libMagickWand-6.so:${PORTSDIR}/graphics/ImageMagick
|
||||
|
||||
USES= pkgconfig
|
||||
|
@ -24,6 +20,8 @@ USE_PHPEXT= yes
|
|||
|
||||
CONFIGURE_ARGS= --with-magickwand=${LOCALBASE}
|
||||
|
||||
WRKSRC= ${WRKDIR}/MagickWandForPHP-${PORTVERSION}
|
||||
|
||||
pre-configure:
|
||||
@${REINPLACE_CMD} -e 's|-lMagickWand|-lMagickWand-6|g' \
|
||||
-e 's|-lMagickCore|-lMagickCore-6|g' \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (MagickWandForPHP-1.0.9.tar.gz) = 30c48fdb56f46f2c911197e556dc0a22ce45033e43e59ce57a96a5cadf1c072c
|
||||
SIZE (MagickWandForPHP-1.0.9.tar.gz) = 82178
|
||||
SHA256 (MagickWandForPHP-1.0.9-2.tar.gz) = da92e8145146ab9c7ff4f54f24c0a57361d1628a3b7354aca9eabfbe377d9721
|
||||
SIZE (MagickWandForPHP-1.0.9-2.tar.gz) = 156611
|
||||
|
|
Loading…
Reference in a new issue