From owner-cvs-all@FreeBSD.ORG Sat Nov 20 21:45:03 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 26AB016A4CE; Sat, 20 Nov 2004 21:45:03 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED17943D4C; Sat, 20 Nov 2004 21:45:02 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C315151290; Sat, 20 Nov 2004 13:48:42 -0800 (PST) Date: Sat, 20 Nov 2004 13:48:42 -0800 From: Kris Kennaway To: "James E. Housley" Message-ID: <20041120214842.GA71865@xor.obsecurity.org> References: <200411201938.iAKJcSaK061852@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/04w6evG8XlLl3ft" Content-Disposition: inline In-Reply-To: <200411201938.iAKJcSaK061852@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/vscan Makefile pkg-plist 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: Sat, 20 Nov 2004 21:45:03 -0000 --/04w6evG8XlLl3ft Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Nov 20, 2004 at 07:38:28PM +0000, James E. Housley wrote: > jeh 2004-11-20 19:38:28 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > security/vscan Makefile pkg-plist=20 > Log: > - uvscan depends on libm.so.2 > - utilize PORTDOCS > - add INSTALLS_SHLIB and makes portlint happier > - bump PORTREVISION > | +.if !defined(COMPAT4X) > | +.if !exists(/usr/lib/libm.so.2) && !exists(/lib/libm.so.2) > | +LIB_DEPENDS+=3D m.2:${PORTSDIR}/misc/compat4x > | +.endif > | +.endif This won't work for package builds since libm.so.2 may or may not exist on the machine that builds indexes and dispatches package builds, but the package should depend on compat4x for 5.x and 6.x package builds. Use an OSVERSION test instead to decide whether libm.so.2 was included in that version of FreeBSD. Kris --/04w6evG8XlLl3ft Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBn7u6Wry0BWjoQKURAusfAKCbmpT5p6XxLDKqtqSeuin/Orb3cwCfZEJP 0miR1yIBJunLuaf7jF+Lb70= =OY+x -----END PGP SIGNATURE----- --/04w6evG8XlLl3ft--