HAVE_UNISYS_LICENSE on graphics/ImageMagick

Norikatsu Shigemura nork at FreeBSD.org
Sat Aug 21 11:57:30 PDT 2004


On Sat, 21 Aug 2004 19:49:27 +0900 (JST)
Norikatsu Shigemura <nork at 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
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


More information about the freebsd-ports mailing list