Date: Fri, 20 Aug 2004 10:50:26 -0700 From: "Bruce A. Mah" <bmah@freebsd.org> To: "Lev A. Serebryakov" <lev@freebsd.org> Cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/devel/subversion Makefile pkg-plist patch-svnperl-memoryleak patch-svnperl-noruntime Message-ID: <1093024149.720.87.camel@localhost> In-Reply-To: <200408192040.i7JKeTwt050030@repoman.freebsd.org> References: <200408192040.i7JKeTwt050030@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
On Thu, 2004-08-19 at 13:40, Lev A. Serebryakov wrote:
> lev 2004-08-19 20:40:29 UTC
>
> FreeBSD ports repository
>
> Modified files:
> devel/subversion Makefile pkg-plist
> devel/subversion/files patch-book-Makefile
> Added files:
> devel/subversion/files patch-svnperl-memoryleak
> patch-svnperl-noruntime
One problem...there's a small bug introduced in the Makefile change:
+.if !defined(WITHOUT_NEON)
+LIB_DEPENDS+= neon.24:${PORTSDIR}/www/neon \
+CONFIGURE_ARGS+= --with-neon=${LOCALBASE}
+PLIST_SUB+= WITHOUT_NEON=""
+.else
+CONFIGURE_ARGS+= --without-neon
+PLIST_SUB+= WITHOUT_NEON="@comment "
+.endif
+
The backslash at the end of the LIB_DEPENDS line shouldn't be there...it
makes port installation (as well as probably many other things) behave
strangely.
Thanks for your continued work on this port!
Bruce.
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (FreeBSD)
iD8DBQBBJjmV2MoxcVugUsMRAt/2AKDBF0wxmK9ggM7Sm4oqIMtZPSAmoQCgvqRO
ryP4QMlnp3f6B8h3dLtROrE=
=KA0+
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1093024149.720.87.camel>
