From owner-freebsd-ports Wed Feb 23 0:33: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A367137B594 for ; Wed, 23 Feb 2000 00:33:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA80350; Wed, 23 Feb 2000 00:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 23 Feb 2000 00:30:02 -0800 (PST) Message-Id: <200002230830.AAA80350@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Maxim Sobolev Subject: Re: ports/16913: [PATCH] Update of ImageMagick and Gimp ports Reply-To: Maxim Sobolev Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/16913; it has been noted by GNATS. From: Maxim Sobolev To: Will Andrews Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/16913: [PATCH] Update of ImageMagick and Gimp ports Date: Wed, 23 Feb 2000 10:21:34 +0200 Will Andrews wrote: > On Tue, Feb 22, 2000 at 07:47:31PM +0200, sobomax@altavista.net wrote: > > -CONFIGURE_ARGS= --prefix=${PREFIX} --enable-lzw --enable-shared --with-perl=${PERL5} > > +CONFIGURE_ARGS= --prefix=${PREFIX} --enable-lzw --enable-shared --with-perl=${PERL5} \ > > + --enable-16bit-pixel > > IIRC, --enable-lzw should be disabled unless the user has a LZW license. > Did you look at this carefully? Ok, I think following know will make it clearer: --- /tmp/ImageMagick/Makefile Wed Feb 23 10:11:02 2000 +++ Makefile Wed Feb 23 10:14:48 2000 @@ -34,8 +34,12 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} HAS_CONFIGURE= YES -CONFIGURE_ARGS= --prefix=${PREFIX} --enable-lzw --enable-shared --with-perl=${PERL5} \ - --enable-16bit-pixel +CONFIGURE_ARGS= --prefix=${PREFIX} --enable-shared --with-perl=${PERL5} --enable-16bit-pixel + +.if defined(YES_I_REALLY_HAVE_UNISYS_LICENSE) +CONFIGURE_ARGS+=--enable-lzw +.endif + USE_PERL5= YES CONFIGURE_ENV= LDFLAGS="$(LDFLAGS) -L${WRKSRC}/magick/.libs" post-install: > > +VERSION= `${ECHO} ${DISTNAME} | ${SED} 's/gimp-//'` > > Heh. Clever. :-) Glad to hear ;). BTW it seems that this VERSION variable doesn't really used, so probably we could even remove it. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message