pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Convert to buildlink3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/34f746695577
branches:  trunk
changeset: 473952:34f746695577
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Apr 25 03:20:40 2004 +0000

description:
Convert to buildlink3.

diffstat:

 security/rid/Makefile   |  6 +++---
 sysutils/asapm/Makefile |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (50 lines):

diff -r e97ed97c7ad1 -r 34f746695577 security/rid/Makefile
--- a/security/rid/Makefile     Sun Apr 25 03:20:25 2004 +0000
+++ b/security/rid/Makefile     Sun Apr 25 03:20:40 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/09/23 13:15:17 jmmv Exp $
+# $NetBSD: Makefile,v 1.6 2004/04/25 03:20:40 snj Exp $
 #
 
 DISTNAME=      rid-1.11
@@ -12,7 +12,7 @@
 COMMENT=       Remote Intrusion Detection to track down compromised hosts
 
 GNU_CONFIGURE= YES
-USE_BUILDLINK2=        YES
+USE_BUILDLINK3=        YES
 USE_PKGINSTALL=        YES
 
 CONF_FILES=    ${PREFIX}/share/examples/rid/rid.conf ${PKG_SYSCONFDIR}/rid.conf
@@ -31,5 +31,5 @@
        ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/rid
        ${INSTALL_DATA} ${WRKSRC}/rid.conf ${PREFIX}/share/examples/rid
 
-.include "../../net/libpcap/buildlink2.mk"
+.include "../../net/libpcap/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r e97ed97c7ad1 -r 34f746695577 sysutils/asapm/Makefile
--- a/sysutils/asapm/Makefile   Sun Apr 25 03:20:25 2004 +0000
+++ b/sysutils/asapm/Makefile   Sun Apr 25 03:20:40 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/04/24 22:46:11 jlam Exp $
+# $NetBSD: Makefile,v 1.26 2004/04/25 03:21:16 snj Exp $
 #
 
 DISTNAME=              asapm-2.11
@@ -15,7 +15,7 @@
 PKG_SKIP_REASON=       "APM is not available for ${MACHINE_PLATFORM}"
 .endif
 
-USE_BUILDLINK2=                YES
+USE_BUILDLINK3=                YES
 USE_X11=               YES
 GNU_CONFIGURE=         YES
 CONFIGURE_ARGS+=       --disable-jpeg  # there actually is no JPEG support
@@ -23,5 +23,5 @@
 CONFIGURE_ARGS+=       --with-xpm-includes=${BUILDLINK_PREFIX.xpm}/include
 CONFIGURE_ARGS+=       --with-xpm-library=${BUILDLINK_PREFIX.xpm}/lib
 
-.include "../../graphics/xpm/buildlink2.mk"
+.include "../../graphics/xpm/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index