pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/rid This needs libpcap. Do not bump revision...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d574d417281
branches:  trunk
changeset: 461896:2d574d417281
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Tue Sep 23 13:15:17 2003 +0000

description:
This needs libpcap.  Do not bump revision since the package does not change
where it already built fine.  From Jonathan Perkin in PR pkg/22913.

diffstat:

 security/rid/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r c156678aeb4b -r 2d574d417281 security/rid/Makefile
--- a/security/rid/Makefile     Tue Sep 23 12:30:32 2003 +0000
+++ b/security/rid/Makefile     Tue Sep 23 13:15:17 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/07/17 22:53:13 grant Exp $
+# $NetBSD: Makefile,v 1.5 2003/09/23 13:15:17 jmmv Exp $
 #
 
 DISTNAME=      rid-1.11
@@ -12,6 +12,7 @@
 COMMENT=       Remote Intrusion Detection to track down compromised hosts
 
 GNU_CONFIGURE= YES
+USE_BUILDLINK2=        YES
 USE_PKGINSTALL=        YES
 
 CONF_FILES=    ${PREFIX}/share/examples/rid/rid.conf ${PKG_SYSCONFDIR}/rid.conf
@@ -30,4 +31,5 @@
        ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/rid
        ${INSTALL_DATA} ${WRKSRC}/rid.conf ${PREFIX}/share/examples/rid
 
+.include "../../net/libpcap/buildlink2.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index