Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Feb 2000 05:22:26 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/16864: Update port: graphics/ImageMagick to 5.1.1 (fix ports/16378)
Message-ID:  <200002211322.FAA16789@freefall.freebsd.org>

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

>Number:         16864
>Category:       ports
>Synopsis:       Update port: graphics/ImageMagick to 5.1.1 (fix ports/16378)
>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 21 05:30:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 3.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 5.1.1
- Remove obsolete MASTER_SITES

This PR supersedes ports/16378.

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/graphics/ImageMagick/Makefile graphics/ImageMagick/Makefile
--- /usr/ports/graphics/ImageMagick/Makefile	Thu Nov 25 20:14:12 1999
+++ graphics/ImageMagick/Makefile	Mon Feb 21 21:38:39 2000
@@ -1,43 +1,44 @@
 # New ports collection makefile for:	ImageMagick
-# Version required:     4.2.9
+# Version required:	5.1.1
 # Date created:		15 November 1994
 # Whom:			torstenb
 #
 # $FreeBSD: ports/graphics/ImageMagick/Makefile,v 1.76 1999/11/25 03:41:57 jseger Exp $
 #
 
-DISTNAME=       ImageMagick-4.2.9
+DISTNAME=	ImageMagick-5.1.1
 CATEGORIES=	graphics perl5
 MASTER_SITES=	ftp://ftp.wizards.dupont.com/pub/ImageMagick/ \
 		ftp://ftp.u-aizu.ac.jp/pub/graphics/image/ImageMagick/ \
 		ftp://ftp.fifi.org/pub/ImageMagick/ \
-		ftp://gd.tuwien.ac.at/pub/graphics/ImageMagick/ \
-		ftp://ftp.ms.mff.cuni.cz/MIRRORS/ftp.wizards.dupont.com/pub/ImageMagick/ \
-		ftp://ftp.oce.nl/pub/Internet/audio+video/ImageMagick/
+		ftp://gd.tuwien.ac.at/pub/graphics/ImageMagick/
 
 MAINTAINER=	jseger@FreeBSD.org
 
-LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
-		tiff.4:${PORTSDIR}/graphics/tiff \
-		png.3:${PORTSDIR}/graphics/png \
+LIB_DEPENDS=	df.1:${PORTSDIR}/graphics/hdf \
 		jbig.1:${PORTSDIR}/graphics/jbigkit \
+		png.3:${PORTSDIR}/graphics/png \
+		tiff.4:${PORTSDIR}/graphics/tiff \
 		ttf.4:${PORTSDIR}/print/freetype
 BUILD_DEPENDS=	fig2dev:${PORTSDIR}/print/transfig \
 		picttoppm:${PORTSDIR}/graphics/netpbm \
 		mpeg2decode:${PORTSDIR}/graphics/mpeg2codec \
 		gs:${PORTSDIR}/print/ghostscript5
 
-MAN1=	ImageMagick.1 animate.1 combine.1 convert.1 display.1 identify.1 import.1 mogrify.1 montage.1 xtp.1
-MAN3=	Image::Magick.3
-MAN4=	miff.4
-MAN5=	quantize.5
+USE_PERL5=	YES
+USE_XLIB=	YES
+USE_AUTOCONF=	YES
+USE_LIBTOOL=	YES
+CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
+		LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
+CONFIGURE_ARGS=	--enable-shared --with-bzlib=no --with-dps=no --with-fpx=no \
+		--with-perl=${PERL5}
 
+MAN1=		ImageMagick.1 animate.1 combine.1 convert.1 display.1 \
+		identify.1 import.1 mogrify.1 montage.1
+MAN3=		Image::Magick.3
+MAN4=		miff.4
+MAN5=		quantize.5
 MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
-HAS_CONFIGURE=	YES
-CONFIGURE_ARGS=	--prefix=${PREFIX} --enable-lzw --enable-shared --with-perl=${PERL5}
-USE_PERL5=	YES
-CONFIGURE_ENV=  LDFLAGS="$(LDFLAGS) -L${WRKSRC}/magick/.libs"
-post-install:
-	${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
 
 .include <bsd.port.mk>
diff -urN /usr/ports/graphics/ImageMagick/files/md5 graphics/ImageMagick/files/md5
--- /usr/ports/graphics/ImageMagick/files/md5	Wed Oct 13 07:19:09 1999
+++ graphics/ImageMagick/files/md5	Mon Feb 21 19:53:47 2000
@@ -1 +1 @@
-MD5 (ImageMagick-4.2.9.tar.gz) = 178704017a82af18f5f2d08b985e9140
+MD5 (ImageMagick-5.1.1.tar.gz) = d05852644e34f9f0b25b374ef2da1004
diff -urN /usr/ports/graphics/ImageMagick/pkg/PLIST graphics/ImageMagick/pkg/PLIST
--- /usr/ports/graphics/ImageMagick/pkg/PLIST	Wed Oct 13 07:19:09 1999
+++ graphics/ImageMagick/pkg/PLIST	Tue Jan 25 03:16:20 2000
@@ -7,13 +7,13 @@
 bin/import
 bin/mogrify
 bin/montage
-bin/xtp
 include/magick/api.h
 include/magick/blob.h
+include/magick/cache.h
+include/magick/cache_io.h
 include/magick/classify.h
 include/magick/compress.h
 include/magick/config.h
-include/magick/defines.h
 include/magick/delegates.h
 include/magick/error.h
 include/magick/gems.h
@@ -22,22 +22,23 @@
 include/magick/memory.h
 include/magick/monitor.h
 include/magick/quantize.h
+include/magick/timer.h
 include/magick/utility.h
 include/magick/version.h
+include/magick/xwindows.h
 lib/libMagick.a
-lib/libMagick.la
 lib/libMagick.so
-lib/libMagick.so.4
+lib/libMagick.so.5
+@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
+@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
 lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Image/Magick.pm
 lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Image/Magick/.packlist
 lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Image/Magick/Magick.bs
 lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Image/Magick/Magick.so
 lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Image/Magick/autosplit.ix
 share/ImageMagick/delegates.mgk
-@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
-@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
 @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Image/Magick
 @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Image
 @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Image
-@dirrm include/magick
 @dirrm share/ImageMagick
+@dirrm include/magick


>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?200002211322.FAA16789>