Skip site navigation (1)Skip section navigation (2)
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

--=-HZCS4xtZw2lLmBezCm6S
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Thu, 2004-08-19 at 13:40, Lev A. Serebryakov wrote:
> lev         2004-08-19 20:40:29 UTC
>=20
>   FreeBSD ports repository
>=20
>   Modified files:
>     devel/subversion     Makefile pkg-plist=20
>     devel/subversion/files patch-book-Makefile=20
>   Added files:
>     devel/subversion/files patch-svnperl-memoryleak=20
>                            patch-svnperl-noruntime=20

One problem...there's a small bug introduced in the Makefile change:

+.if !defined(WITHOUT_NEON)
+LIB_DEPENDS+=3D  neon.24:${PORTSDIR}/www/neon \
+CONFIGURE_ARGS+=3D       --with-neon=3D${LOCALBASE}
+PLIST_SUB+=3D            WITHOUT_NEON=3D""
+.else
+CONFIGURE_ARGS+=3D       --without-neon
+PLIST_SUB+=3D            WITHOUT_NEON=3D"@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.


--=-HZCS4xtZw2lLmBezCm6S
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (FreeBSD)

iD8DBQBBJjmV2MoxcVugUsMRAt/2AKDBF0wxmK9ggM7Sm4oqIMtZPSAmoQCgvqRO
ryP4QMlnp3f6B8h3dLtROrE=
=KA0+
-----END PGP SIGNATURE-----

--=-HZCS4xtZw2lLmBezCm6S--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1093024149.720.87.camel>