From owner-cvs-all@FreeBSD.ORG Fri Aug 20 17:51:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED3D816A4CE; Fri, 20 Aug 2004 17:51:42 +0000 (GMT) Received: from a.mail.sonic.net (a.mail.sonic.net [64.142.16.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAFBB43D39; Fri, 20 Aug 2004 17:51:42 +0000 (GMT) (envelope-from bmah@freebsd.org) Received: from [192.168.0.85] (dns.packetdesign.com [65.192.41.10]) (authenticated bits=0) by a.mail.sonic.net (8.12.11/8.12.11) with ESMTP id i7KHpfKx016161 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Fri, 20 Aug 2004 10:51:42 -0700 From: "Bruce A. Mah" To: "Lev A. Serebryakov" In-Reply-To: <200408192040.i7JKeTwt050030@repoman.freebsd.org> References: <200408192040.i7JKeTwt050030@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-HZCS4xtZw2lLmBezCm6S" Message-Id: <1093024149.720.87.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 20 Aug 2004 10:50:26 -0700 cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/devel/subversion Makefile pkg-plist patch-svnperl-memoryleak patch-svnperl-noruntime X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2004 17:51:43 -0000 --=-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--