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/abec8e855a02
branches: trunk
changeset: 473266:abec8e855a02
user: snj <snj%pkgsrc.org@localhost>
date: Sun Apr 18 05:10:15 2004 +0000
description:
Convert to buildlink3.
diffstat:
games/tads/Makefile | 6 +++---
mail/qpopper/Makefile | 6 +++---
mail/safecat/Makefile | 4 ++--
mail/sendmail811/Makefile | 14 +++++++-------
4 files changed, 15 insertions(+), 15 deletions(-)
diffs (113 lines):
diff -r 6c74ad553da7 -r abec8e855a02 games/tads/Makefile
--- a/games/tads/Makefile Sun Apr 18 05:09:28 2004 +0000
+++ b/games/tads/Makefile Sun Apr 18 05:10:15 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/01/20 12:15:41 agc Exp $
+# $NetBSD: Makefile,v 1.3 2004/04/18 05:18:35 snj Exp $
#
DISTNAME= tads23-unix
@@ -14,10 +14,10 @@
ONLY_FOR_PLATFORM= NetBSD-*-*
WRKSRC= ${WRKDIR}/tads
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
NO_CONFIGURE= yes
BUILD_DIRS= ${WRKSRC}/tads2 ${WRKSRC}/tads3
MAKEFILE= makefile
-.include "../../devel/ncurses/buildlink2.mk"
+.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 6c74ad553da7 -r abec8e855a02 mail/qpopper/Makefile
--- a/mail/qpopper/Makefile Sun Apr 18 05:09:28 2004 +0000
+++ b/mail/qpopper/Makefile Sun Apr 18 05:10:15 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2004/03/26 02:27:44 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2004/04/18 05:15:26 snj Exp $
#
DISTNAME= qpopper${VERSION}
@@ -17,7 +17,7 @@
.include "Makefile.common"
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_PKGINSTALL= yes
CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
@@ -35,5 +35,5 @@
${INSTALL_DATA} ${WRKSRC}/samples/qpopper.config \
${PREFIX}/share/examples
-.include "../../security/openssl/buildlink2.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 6c74ad553da7 -r abec8e855a02 mail/safecat/Makefile
--- a/mail/safecat/Makefile Sun Apr 18 05:09:28 2004 +0000
+++ b/mail/safecat/Makefile Sun Apr 18 05:10:15 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/08/15 09:50:03 zuntum Exp $
+# $NetBSD: Makefile,v 1.2 2004/04/18 05:13:35 snj Exp $
#
DISTNAME= safecat-1.11
@@ -9,7 +9,7 @@
HOMEPAGE= http://budney.homeunix.net:8080/users/budney/linux/software/safecat.html
COMMENT= Write data safely to a directory (using Bernstein's maildir algorithm)
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
ALL_TARGET= #
INSTALL_TARGET= setup check
diff -r 6c74ad553da7 -r abec8e855a02 mail/sendmail811/Makefile
--- a/mail/sendmail811/Makefile Sun Apr 18 05:09:28 2004 +0000
+++ b/mail/sendmail811/Makefile Sun Apr 18 05:10:15 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/03/07 10:20:06 grant Exp $
+# $NetBSD: Makefile,v 1.16 2004/04/18 05:10:15 snj Exp $
DISTNAME= sendmail.8.11.6
PKGNAME= sendmail-8.11.6
@@ -32,7 +32,7 @@
LICENSE= no-profit
WRKSRC= ${WRKDIR}/${PKGNAME:C/nb[0-9]+$//}
-USE_BUILDLINK2= # defined
+USE_BUILDLINK3= yes
MAKE_ENV+= BSD_BINOWN="${BINOWN}" BSD_BINGRP="${BINGRP}" \
BSD_MANOWN="${MANOWN}" BSD_MANGRP="${MANGRP}" \
BUILDLINK_DIR="${BUILDLINK_DIR}"
@@ -52,24 +52,24 @@
USE_DB2?= NO
.endif
.if ${USE_DB2} == "YES"
-. include "../../databases/db/buildlink2.mk"
+. include "../../databases/db/buildlink3.mk"
.endif
.if defined(USE_LDAP) && (${USE_LDAP} == "YES")
-. include "../../databases/openldap/buildlink2.mk"
+. include "../../databases/openldap/buildlink3.mk"
.endif
.if defined(USE_SASL) && (${USE_SASL} == "YES")
-. include "../../security/cyrus-sasl/buildlink2.mk"
+. include "../../security/cyrus-sasl/buildlink3.mk"
.endif
.if defined(USE_STARTTLS) && (${USE_STARTTLS} == "YES")
-. include "../../security/openssl/buildlink2.mk"
+. include "../../security/openssl/buildlink3.mk"
.endif
USE_TCPWRAPPERS?= YES
.if ${USE_TCPWRAPPERS} == "YES"
-. include "../../security/tcp_wrappers/buildlink2.mk"
+. include "../../security/tcp_wrappers/buildlink3.mk"
.endif
post-patch:
Home |
Main Index |
Thread Index |
Old Index