Date: Mon, 18 Feb 2002 15:28:16 -0800 (PST) From: KATO Tsuguru <tkato@prontomail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/35093: Update port: graphics/ImageMagick to 5.4.2.3 Message-ID: <200202182328.g1INSGn57642@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 35093 >Category: ports >Synopsis: Update port: graphics/ImageMagick to 5.4.2.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 18 15:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 5.4.2-3 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/ImageMagick/Makefile graphics/ImageMagick/Makefile --- /usr/ports/graphics/ImageMagick/Makefile Tue Jan 22 19:03:53 2002 +++ graphics/ImageMagick/Makefile Sun Feb 10 01:34:24 2002 @@ -6,7 +6,7 @@ # PORTNAME= ImageMagick -PORTVERSION= 5.4.1.2 +PORTVERSION= 5.4.2.3 CATEGORIES= graphics perl5 MASTER_SITES= http://imagemagick.sourceforge.net/http/ \ ftp://ftp.yggdrasil.com/mirrors/site/ftp.simplesystems.org/pub/%SUBDIR%/ \ @@ -31,21 +31,22 @@ MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX -LIB_DEPENDS= fpx:${PORTSDIR}/graphics/libfpx \ - jbig:${PORTSDIR}/graphics/jbigkit \ - jpeg:${PORTSDIR}/graphics/jpeg \ - lcms:${PORTSDIR}/graphics/lcms \ - png:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= fpx.1:${PORTSDIR}/graphics/libfpx \ + jbig.1:${PORTSDIR}/graphics/jbigkit \ + jpeg.9:${PORTSDIR}/graphics/jpeg \ + lcms.1:${PORTSDIR}/graphics/lcms \ + png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ - freetype:${PORTSDIR}/print/freetype2 \ - xml2:${PORTSDIR}/textproc/libxml2 + freetype.8:${PORTSDIR}/print/freetype2 \ + xml2.5:${PORTSDIR}/textproc/libxml2 .if !exists(/usr/bin/bzip2) -LIB_DEPENDS+= bz2:${PORTSDIR}/archivers/bzip2 +LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 .endif WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} USE_PERL5= yes +USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" @@ -54,7 +55,7 @@ INSTALLS_SHLIB= yes MAN1= ImageMagick.1 Magick++-config.1 Magick-config.1 \ - composite.1 convert.1 identify.1 mogrify.1 montage.1 + composite.1 conjure.1 convert.1 identify.1 mogrify.1 montage.1 MAN3= Image::Magick.3 MAN4= miff.4 MAN5= quantize.5 @@ -100,7 +101,7 @@ CONFIGURE_ARGS+= --without-x --without-mpeg2 --without-wmf PLIST_SUB+= X11='@comment ' .else -LIB_DEPENDS+= mpeg2:${PORTSDIR}/graphics/libmpeg2 \ +LIB_DEPENDS+= mpeg2.0:${PORTSDIR}/graphics/libmpeg2 \ wmf.2:${PORTSDIR}/graphics/libwmf BUILD_DEPENDS+= gs:${PORTSDIR}/print/ghostscript-gnu RUN_DEPENDS+= gs:${PORTSDIR}/print/ghostscript-gnu diff -urN /usr/ports/graphics/ImageMagick/distinfo graphics/ImageMagick/distinfo --- /usr/ports/graphics/ImageMagick/distinfo Sun Jan 6 00:39:15 2002 +++ graphics/ImageMagick/distinfo Thu Jan 31 04:38:12 2002 @@ -1 +1 @@ -MD5 (ImageMagick-5.4.1-2.tar.gz) = 9715a75360f8915bf13ea07c0b6f60a1 +MD5 (ImageMagick-5.4.2-3.tar.gz) = 9ad38870f4d3711e496cb2a630e70fbc diff -urN /usr/ports/graphics/ImageMagick/pkg-plist graphics/ImageMagick/pkg-plist --- /usr/ports/graphics/ImageMagick/pkg-plist Sun Jan 6 00:39:15 2002 +++ graphics/ImageMagick/pkg-plist Sun Feb 10 06:08:16 2002 @@ -2,6 +2,7 @@ bin/Magick-config %%X11%%bin/animate bin/composite +bin/conjure bin/convert %%X11%%bin/display bin/identify @@ -118,10 +119,12 @@ %%MODULES%%lib/ImageMagick/modules/coders/mono.so %%MODULES%%lib/ImageMagick/modules/coders/mpc.la %%MODULES%%lib/ImageMagick/modules/coders/mpc.so -%%MODULES%%lib/ImageMagick/modules/coders/mpr.la -%%MODULES%%lib/ImageMagick/modules/coders/mpr.so %%MODULES%%lib/ImageMagick/modules/coders/mpeg.la %%MODULES%%lib/ImageMagick/modules/coders/mpeg.so +%%MODULES%%lib/ImageMagick/modules/coders/mpr.la +%%MODULES%%lib/ImageMagick/modules/coders/mpr.so +%%MODULES%%lib/ImageMagick/modules/coders/msl.la +%%MODULES%%lib/ImageMagick/modules/coders/msl.so %%MODULES%%lib/ImageMagick/modules/coders/mtv.la %%MODULES%%lib/ImageMagick/modules/coders/mtv.so %%MODULES%%lib/ImageMagick/modules/coders/mvg.la @@ -342,6 +345,7 @@ share/ImageMagick/www/cd.html share/ImageMagick/www/color.html share/ImageMagick/www/composite.html +share/ImageMagick/www/conjure.html share/ImageMagick/www/convert.html share/ImageMagick/www/cvs.html share/ImageMagick/www/display.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202182328.g1INSGn57642>