From owner-freebsd-ports@FreeBSD.ORG Sat Aug 21 18:57:29 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E02C516A4CE for ; Sat, 21 Aug 2004 18:57:29 +0000 (GMT) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48B1C43D31 for ; Sat, 21 Aug 2004 18:57:29 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.12.11/8.12.11/NinthNine) with ESMTP id i7LIvSht009519; Sun, 22 Aug 2004 03:57:28 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sun, 22 Aug 2004 03:57:28 +0900 From: Norikatsu Shigemura To: avleeuwen@piwebs.com Message-Id: <20040822035728.490e027b.nork@FreeBSD.org> In-Reply-To: <200408211049.i7LAnQga097833@sakura.ninth-nine.com> References: <200408211049.i7LAnQga097833@sakura.ninth-nine.com> X-Mailer: Sylpheed version 0.9.12-gtk2-20040622 (GTK+ 2.4.7; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.6 (sakura.ninth-nine.com [219.127.74.121]); Sun, 22 Aug 2004 03:57:28 +0900 (JST) cc: ports@FreeBSD.org Subject: Re: HAVE_UNISYS_LICENSE on graphics/ImageMagick X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Aug 2004 18:57:30 -0000 On Sat, 21 Aug 2004 19:49:27 +0900 (JST) Norikatsu Shigemura 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 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -