Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jan 2001 04:48:45 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/24602: Update port: graphics/ImageMagick
Message-ID:  <200101241248.f0OCmiP34099@freefall.freebsd.org>

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

>Number:         24602
>Category:       ports
>Synopsis:       Update port: graphics/ImageMagick
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 24 04:50:02 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Increment PORTREVISION to reflect previous modification
  (It seems to be required when default configuration is changed)
- Update checksum
  (Only diffence is addition of 'ltdl/configure', which has nothing to do with our port)

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/graphics/ImageMagick/Makefile graphics/ImageMagick/Makefile
--- /usr/ports/graphics/ImageMagick/Makefile	Wed Jan 24 21:06:40 2001
+++ graphics/ImageMagick/Makefile	Wed Jan 24 21:11:40 2001
@@ -7,7 +7,7 @@
 
 PORTNAME=	ImageMagick
 PORTVERSION=	5.2.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics perl5
 MASTER_SITES=	ftp://ftp.simplesystems.org/pub/ImageMagick/ \
 		ftp://ftp.cdrom.com/pub/ImageMagick/ \
@@ -45,17 +45,18 @@
 CONFIGURE_ARGS=	--enable-shared --without-modules \
 		--without-magick-plus-plus \
 		--with-perl=${PERL5} --without-xml
+INSTALLS_SHLIB=	yes
+
 .if defined(PERL_THREADED) && ${PERL_THREADED} == "true"
-CONFIGURE_ARGS+= --with-threads
+CONFIGURE_ARGS+=	--with-threads
 .endif
-INSTALLS_SHLIB=	yes
 
 .if defined(WITH_16BIT_PIXEL)
-CONFIGURE_ARGS+= --enable-16bit-pixel
+CONFIGURE_ARGS+=	--enable-16bit-pixel
 .endif
 
 .if defined(HAVE_UNISYS_LICENSE)
-CONFIGURE_ARGS+= --enable-lzw
+CONFIGURE_ARGS+=	--enable-lzw
 .endif
 
 MAN1=		ImageMagick.1 Magick-config.1 animate.1 combine.1 convert.1 \
diff -urN /usr/ports/graphics/ImageMagick/distinfo graphics/ImageMagick/distinfo
--- /usr/ports/graphics/ImageMagick/distinfo	Thu Jan 11 20:42:24 2001
+++ graphics/ImageMagick/distinfo	Tue Jan 23 00:38:17 2001
@@ -1 +1 @@
-MD5 (ImageMagick-5.2.7.tar.gz) = 2f0cf45da38e5613b7d8d426a5ddcd3a
+MD5 (ImageMagick-5.2.7.tar.gz) = df997328774872982b0249f66bc7b8ff


>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?200101241248.f0OCmiP34099>