cvs commit: ports/security/vscan Makefile pkg-plist
Kris Kennaway
kris at obsecurity.org
Sat Nov 20 21:45:03 GMT 2004
On Sat, Nov 20, 2004 at 07:38:28PM +0000, James E. Housley wrote:
> jeh 2004-11-20 19:38:28 UTC
>
> FreeBSD ports repository
>
> Modified files:
> security/vscan Makefile pkg-plist
> 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+= 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-ports/attachments/20041120/9a0b627d/attachment.bin
More information about the cvs-ports
mailing list