Date: Sat, 20 Nov 2004 13:48:42 -0800 From: Kris Kennaway <kris@obsecurity.org> To: "James E. Housley" <jeh@FreeBSD.org> Cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/vscan Makefile pkg-plist Message-ID: <20041120214842.GA71865@xor.obsecurity.org> In-Reply-To: <200411201938.iAKJcSaK061852@repoman.freebsd.org> References: <200411201938.iAKJcSaK061852@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--/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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041120214842.GA71865>