Date: Sun, 22 Aug 2004 03:57:28 +0900 From: Norikatsu Shigemura <nork@FreeBSD.org> To: avleeuwen@piwebs.com Cc: ports@FreeBSD.org Subject: Re: HAVE_UNISYS_LICENSE on graphics/ImageMagick Message-ID: <20040822035728.490e027b.nork@FreeBSD.org> In-Reply-To: <200408211049.i7LAnQga097833@sakura.ninth-nine.com> References: <200408211049.i7LAnQga097833@sakura.ninth-nine.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 21 Aug 2004 19:49:27 +0900 (JST) Norikatsu Shigemura <nork@ninth-nine.com> wrote: > Do you need following option? > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > # Produce standard (small) GIFs > .if defined(HAVE_UNISYS_LICENSE) || \ > (defined(USA_RESIDENT) && ${USA_RESIDENT} == "YES") > CONFIGURE_ARGS+= --enable-lzw > .endif > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > And, this was already updated to 6.0.5-3. Do you have > any paches? May I commit OK? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/ImageMagick/Makefile,v retrieving revision 1.190 diff -u -r1.190 Makefile --- Makefile 24 Jun 2004 07:05:17 -0000 1.190 +++ Makefile 21 Aug 2004 18:34:31 -0000 @@ -6,7 +6,7 @@ # PORTNAME= ImageMagick -PORTVERSION= 6.0.2.7 +PORTVERSION= 6.0.5.3 CATEGORIES= graphics perl5 MASTER_SITES= ftp://ftp.imagemagick.org/pub/%SUBDIR%/ \ ftp://gd.tuwien.ac.at/pub/graphics/%SUBDIR%/ \ @@ -36,7 +36,7 @@ USE_LIBTOOL_VER=13 LIBTOOLFLAGS= # none CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CONFIGURE_ARGS= --enable-shared +CONFIGURE_ARGS= --enable-shared --enable-lzw INSTALLS_SHLIB= yes MAN1= ImageMagick.1 Magick++-config.1 Magick-config.1 Wand-config.1 \ @@ -78,12 +78,6 @@ PLIST_SUB+= QBIT='Q16' .endif -# Produce standard (small) GIFs -.if defined(HAVE_UNISYS_LICENSE) || \ - (defined(USA_RESIDENT) && ${USA_RESIDENT} == "YES") -CONFIGURE_ARGS+= --enable-lzw -.endif - .if defined(WITH_WINDOWS_FONT_DIR) CONFIGURE_ARGS+= --with-windows-font-dir=${WITH_WINDOWS_FONT_DIR} .endif Index: distinfo =================================================================== RCS file: /home/ncvs/ports/graphics/ImageMagick/distinfo,v retrieving revision 1.89 diff -u -r1.89 distinfo --- distinfo 24 Jun 2004 07:05:17 -0000 1.89 +++ distinfo 21 Aug 2004 18:32:01 -0000 @@ -1,2 +1,2 @@ -MD5 (ImageMagick-6.0.2-7.tar.bz2) = 9df2e3f89d6e3a449512dab04b2ea563 -SIZE (ImageMagick-6.0.2-7.tar.bz2) = 5707002 +MD5 (ImageMagick-6.0.5-3.tar.bz2) = 538cacd117f79d3740b5ea74cf15ec3d +SIZE (ImageMagick-6.0.5-3.tar.bz2) = 5748636 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040822035728.490e027b.nork>