cvs commit: ports/devel/subversion Makefile pkg-plist patch-svnperl-memoryleak patch-svnperl-noruntime

Bruce A. Mah bmah at freebsd.org
Fri Aug 20 10:51:43 PDT 2004


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.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/cvs-ports/attachments/20040820/cd5e704c/attachment-0001.bin


More information about the cvs-ports mailing list