Date: Wed, 26 Jan 2000 07:04:23 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: ports/16378: Update port: graphics/ImageMagick to 5.1.1 Message-ID: <20000126150423.1CBB214BDB@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 16378 >Category: ports >Synopsis: Update port: graphics/ImageMagick to 5.1.1 >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: Wed Jan 26 07:10:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 5.1.1 - Remove obsolete MASTER_SITES >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 Tue Jan 25 03:40:33 2000 @@ -1,24 +1,21 @@ # 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 \ +LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ png.3:${PORTSDIR}/graphics/png \ jbig.1:${PORTSDIR}/graphics/jbigkit \ ttf.4:${PORTSDIR}/print/freetype @@ -27,17 +24,20 @@ 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_LIBTOOL= YES +CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include -I${X11BASE}/include' \ + LIBS='-L${LOCALBASE}/lib -L${X11BASE}/lib' +CONFIGURE_ARGS= --prefix=${PREFIX} --enable-lzw --enable-shared \ + --with-bzlib=no --with-dps=no --with-fpx=no --with-hdf=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 Tue Jan 25 01:52:38 2000 @@ -1 +1 @@ -MD5 (ImageMagick-4.2.9.tar.gz) = 178704017a82af18f5f2d08b985e9140 +MD5 (ImageMagick-5.1.1.tar.gz) = 9dbcb8b9c1f21f26026dea80c6e407dc 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?20000126150423.1CBB214BDB>