Update from 6.1.9-2 to 6.1.9-4 and re-enable the FPX support. The vendor

flipped the `--without-fpx' into `--with-fpx' some time ago, but we did
not notice.
This commit is contained in:
Mikhail Teterin 2005-02-17 15:39:00 +00:00
parent b0e9a943d9
commit fa725d714b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129093
2 changed files with 4 additions and 5 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= ImageMagick
PORTVERSION= 6.1.9.2
PORTVERSION= 6.1.9.4
CATEGORIES= graphics perl5
MASTER_SITES= ftp://ftp.nluug.nl/pub/ImageMagick/ \
${MASTER_SITE_LOCAL:S/%SUBDIR%/pav/}
@ -105,8 +105,7 @@ CONFIGURE_ARGS+= --without-bzlib
# FPX (FlashPIX) images
.if !defined(WITHOUT_IMAGEMAGICK_FPX)
LIB_DEPENDS+= fpx.1:${PORTSDIR}/graphics/libfpx
.else
CONFIGURE_ARGS+= --without-fpx
CONFIGURE_ARGS+= --with-fpx
.endif
# JBIG images (lossless compression for bi-level images)

View File

@ -1,2 +1,2 @@
MD5 (ImageMagick-6.1.9-2.tar.bz2) = 8323f9f24ae940214388d7dfe6a0d86b
SIZE (ImageMagick-6.1.9-2.tar.bz2) = 4616623
MD5 (ImageMagick-6.1.9-4.tar.bz2) = 9b2da5cfc898b6ab6015eaa96703b39c
SIZE (ImageMagick-6.1.9-4.tar.bz2) = 4617422