From owner-freebsd-ports@FreeBSD.ORG Sat Aug 21 17:39:34 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 5DC6316A4CE for ; Sat, 21 Aug 2004 17:39:34 +0000 (GMT) Received: from mps2.plala.or.jp (c145240.vh.plala.or.jp [210.150.145.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EC0543D5A for ; Sat, 21 Aug 2004 17:39:33 +0000 (GMT) (envelope-from sf@FreeBSD.org) Received: from i169110.ap.plala.or.jp ([218.47.169.110]) by mps2.plala.or.jp with ESMTP <20040821173932.KUKM12570.mps2.plala.or.jp@i169110.ap.plala.or.jp>; Sun, 22 Aug 2004 02:39:32 +0900 Date: Sun, 22 Aug 2004 02:39:29 +0900 Message-ID: <86acwobdbi.wl%sf@FreeBSD.org> From: FUJISHIMA Satsuki To: Norikatsu Shigemura In-Reply-To: <200408211049.i7LAnQga097833@sakura.ninth-nine.com> References: <200408211049.i7LAnQga097833@sakura.ninth-nine.com> Mail-Followup-To: Norikatsu Shigemura , avleeuwen@piwebs.com, ports@FreeBSD.org, sf@FreeBSD.org User-Agent: Wanderlust/2.11.30 (Wonderwall) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/20.7 (i386--freebsd) MULE/4.1 (AOI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII cc: ports@FreeBSD.org cc: avleeuwen@piwebs.com 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 17:39:34 -0000 At 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 > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - No, we don't need to have. The LZW patent has been expired a month ago any place in the world. After ImageMagick 6.0.3-3, LZW was enabled by default. http://studio.imagemagick.org/magick/viewtopic.php?t=123