Date: Wed, 23 Feb 2000 00:30:02 -0800 (PST) From: Maxim Sobolev <sobomax@altavista.net> To: freebsd-ports@FreeBSD.org Subject: Re: ports/16913: [PATCH] Update of ImageMagick and Gimp ports Message-ID: <200002230830.AAA80350@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/16913; it has been noted by GNATS. From: Maxim Sobolev <sobomax@altavista.net> To: Will Andrews <andrews@technologist.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002230830.AAA80350>