mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
Closer investigation shows, that ImageMagick stopped supporting HDF
format on or before July 2002: http://studio.imagemagick.org/pipermail/magick-users/2002-July/003703.html Indeed, the HDF bits are commented out in the package's configure/autoconf and none of the utilities installed by the port actually link with HDF. Rather than bump PORTREVISION, upgrade to the 5.5.7.16 (from .15). Prompted by: troubles with HDF and amd64
This commit is contained in:
parent
80db9726c4
commit
9e3d9a8de4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100884
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= ImageMagick
|
||||
PORTVERSION= 5.5.7.15
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 5.5.7.16
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
ftp://gd.tuwien.ac.at/pub/graphics/%SUBDIR%/ \
|
||||
@ -118,12 +117,6 @@ CONFIGURE_ARGS+= --without-tiff
|
||||
CONFIGURE_ARGS+= --without-bzlib
|
||||
.endif
|
||||
|
||||
# HDF (Hierarchical Data Format) images
|
||||
.if !defined(WITHOUT_IMAGEMAGICK_HDF) && (${MACHINE_ARCH:L} != amd64)
|
||||
LIB_DEPENDS+= df.1:${PORTSDIR}/graphics/hdf
|
||||
CONFIGURE_ARGS+= --with-hdf
|
||||
.endif
|
||||
|
||||
# FPX (FlashPIX) images
|
||||
.if !defined(WITHOUT_IMAGEMAGICK_FPX)
|
||||
LIB_DEPENDS+= fpx.1:${PORTSDIR}/graphics/libfpx
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (ImageMagick-5.5.7-15.tar.bz2) = 80144cc67bb9888b26f9704362269487
|
||||
SIZE (ImageMagick-5.5.7-15.tar.bz2) = 4218283
|
||||
MD5 (ImageMagick-5.5.7-16.tar.bz2) = 3fa45042694e709917f1b196d977b9f0
|
||||
SIZE (ImageMagick-5.5.7-16.tar.bz2) = 4563159
|
||||
|
@ -443,9 +443,11 @@ libdata/pkgconfig/ImageMagick++.pc
|
||||
libdata/pkgconfig/ImageMagick.pc
|
||||
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/Image/Magick.pm
|
||||
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Magick/.packlist
|
||||
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Magick/Magick.a
|
||||
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Magick/Magick.bs
|
||||
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Magick/Magick.so
|
||||
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Magick/autosplit.ix
|
||||
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Magick/extralibs.ld
|
||||
share/ImageMagick-5.5.7/Copyright.txt
|
||||
share/ImageMagick-5.5.7/QuickStart.txt
|
||||
%%PORTDOCS%%share/doc/ImageMagick/images/background.gif
|
||||
|
Loading…
Reference in New Issue
Block a user