Date: Mon, 30 Oct 2000 12:08:34 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: ports/22423: Update port: graphics/ImageMagick to 5.2.5 (fix ports/21575) Message-ID: <20001030200834.4037437B479@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 22423 >Category: ports >Synopsis: Update port: graphics/ImageMagick to 5.2.5 (fix ports/21575) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 30 12:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.1.1-RELEASE i386 >Organization: >Environment: >Description: - Update to version 5.2.5 Note: support for sixteen-bit pixel quantums should be disabled by default, since generated EPS file is incompatible with Ghostscript. This PR supersedes ports/21575. >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/ImageMagick/Makefile graphics/ImageMagick/Makefile --- /usr/ports/graphics/ImageMagick/Makefile Tue Oct 3 22:48:57 2000 +++ graphics/ImageMagick/Makefile Tue Oct 31 05:05:38 2000 @@ -6,7 +6,7 @@ # PORTNAME= ImageMagick -PORTVERSION= 5.2.3 +PORTVERSION= 5.2.5 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_LOCAL} \ ftp://ftp.wizards.dupont.com/pub/ImageMagick/ \ @@ -41,9 +41,13 @@ USE_AUTOCONF= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --enable-shared --enable-16bit-pixel --without-modules \ +CONFIGURE_ARGS= --enable-shared --without-modules \ --with-perl=${PERL5} --without-xml INSTALLS_SHLIB= yes + +.if defined(WITH_16BIT_PIXEL) +CONFIGURE_ARGS+= --enable-16bit-pixel +.endif .if defined(HAVE_UNISYS_LICENSE) CONFIGURE_ARGS+= --enable-lzw diff -urN /usr/ports/graphics/ImageMagick/distinfo graphics/ImageMagick/distinfo --- /usr/ports/graphics/ImageMagick/distinfo Thu Aug 24 06:20:20 2000 +++ graphics/ImageMagick/distinfo Tue Oct 31 03:21:53 2000 @@ -1 +1 @@ -MD5 (ImageMagick-5.2.3.tar.gz) = 98d1a57c155aa017ed67505b6ca36a86 +MD5 (ImageMagick-5.2.5.tar.gz) = babb1a9984779b889a5ba86895b5b398 diff -urN /usr/ports/graphics/ImageMagick/pkg-plist graphics/ImageMagick/pkg-plist --- /usr/ports/graphics/ImageMagick/pkg-plist Wed Jul 19 22:08:38 2000 +++ graphics/ImageMagick/pkg-plist Tue Oct 31 04:55:51 2000 @@ -1,10 +1,12 @@ bin/Magick-config bin/animate +bin/cgimagick bin/combine bin/convert bin/display bin/identify bin/import +bin/iptcutil bin/mogrify bin/montage include/magick/PreRvIcccm.h @@ -17,6 +19,7 @@ include/magick/compress.h include/magick/config.h include/magick/delegates.h +include/magick/draw.h include/magick/error.h include/magick/gems.h include/magick/image.h >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?20001030200834.4037437B479>