Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Sep 2000 15:12:34 -0700 (PDT)
From:      KATO@FreeBSD.ORG, Tsuguru@FreeBSD.ORG
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/21575: Update port: graphics/ImageMagick to 5.2.4
Message-ID:  <20000926221234.4E58E37B440@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         21575
>Category:       ports
>Synopsis:       Update port: graphics/ImageMagick to 5.2.4
>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:   Tue Sep 26 15:20:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     tkato@prontomail.ne.jp
>Release:        4.1-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 5.2.4

Note:
support for sixteen-bit pixel quantums should be disabled by default,
since generated EPS file is imcompatible with Ghostscript.

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/graphics/ImageMagick/Makefile graphics/ImageMagick/Makefile
--- /usr/ports/graphics/ImageMagick/Makefile	Fri Aug 25 19:13:40 2000
+++ graphics/ImageMagick/Makefile	Wed Sep 27 02:09:50 2000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ImageMagick
-PORTVERSION=	5.2.3
+PORTVERSION=	5.2.4
 CATEGORIES=	graphics perl5
 MASTER_SITES=	${MASTER_SITE_LOCAL} \
 		ftp://ftp.wizards.dupont.com/pub/ImageMagick/ \
@@ -37,9 +37,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/files/md5 graphics/ImageMagick/files/md5
--- /usr/ports/graphics/ImageMagick/files/md5	Fri Aug 25 19:13:40 2000
+++ graphics/ImageMagick/files/md5	Wed Sep 27 00:41:00 2000
@@ -1 +1 @@
-MD5 (ImageMagick-5.2.3.tar.gz) = 98d1a57c155aa017ed67505b6ca36a86
+MD5 (ImageMagick-5.2.4.tar.gz) = 9acbad1c7a384c22c9a74c317bec05c5


>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?20000926221234.4E58E37B440>