summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsnj <snj>2004-05-11 04:40:59 +0000
committersnj <snj>2004-05-11 04:40:59 +0000
commit5fe3d74b91d776fad3cbd76c5a6d822f6a7d51df (patch)
tree392b3487435b3eef7e7b91cfc0385d5e0cfb7b17
parent4de52a93f81db4725845969a75f9465683238335 (diff)
downloadpkgsrc-5fe3d74b91d776fad3cbd76c5a6d822f6a7d51df.tar.gz
Convert to buildlink3.
-rw-r--r--databases/ruby-vapor/Makefile5
-rw-r--r--security/openssh+gssapi/Makefile14
-rw-r--r--security/p5-SSLeay/Makefile6
3 files changed, 13 insertions, 12 deletions
diff --git a/databases/ruby-vapor/Makefile b/databases/ruby-vapor/Makefile
index eead7093dab..05b7a357252 100644
--- a/databases/ruby-vapor/Makefile
+++ b/databases/ruby-vapor/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/03/16 02:01:10 taca Exp $
+# $NetBSD: Makefile,v 1.4 2004/05/11 04:40:59 snj Exp $
DISTNAME= vapor-0.7.0
PKGNAME= ${RUBY_PKGNAMEPREFIX}${DISTNAME}
@@ -14,6 +14,7 @@ DEPENDS+= ruby-rexml>=2.4.0:../../textproc/ruby-rexml
DEPENDS+= ruby-racc>=1.4.3:../../devel/ruby-racc
WRKSRC= ${WRKDIR}/vapor-0.70
+USE_BUILDLINK3= yes
USE_RUBY_SETUP= yes
RUBY_SETUP= install.rb
@@ -21,6 +22,6 @@ post-install:
${CP} -R ${WRKSRC}/doc ${RUBY_DOCDIR}/vapor
${LN} -s ${RUBY_DOCDIR}/vapor/examples ${RUBY_EXAMPLESDIR}/vapor
-.include "../../databases/postgresql-lib/buildlink2.mk"
+.include "../../databases/postgresql-lib/buildlink3.mk"
.include "../../lang/ruby-base/Makefile.common"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/openssh+gssapi/Makefile b/security/openssh+gssapi/Makefile
index dc683b68bf1..3320a6bf0ea 100644
--- a/security/openssh+gssapi/Makefile
+++ b/security/openssh+gssapi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/04/27 19:08:36 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2004/05/11 04:40:59 snj Exp $
# NOTE: This package is modeled on ../openssh, but does not share
# files with it as that package may update faster than the gssapi
@@ -55,7 +55,7 @@ MANDIR= man
PLIST_SUBST+= MANDIR=${MANDIR}
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_PKGINSTALL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
@@ -74,14 +74,14 @@ CPPFLAGS+= -I/usr/include/krb5 -I/usr/include/kerberosIV
# XXX: why yet. For the moment, disable PAM authentication.
#
#.if defined(USE_PAM)
-#.include "../../security/PAM/buildlink2.mk"
+#.include "../../security/PAM/buildlink3.mk"
#CONFIGURE_ARGS+= --with-pam
#PLIST_SRC+= ${.CURDIR}/PLIST.pam
#MESSAGE_SRC+= ${.CURDIR}/MESSAGE.pam
#.endif
.if (${OPSYS} == "Darwin") || (${OPSYS} == "SunOS")
-. include "../../security/skey/buildlink2.mk"
+. include "../../security/skey/buildlink3.mk"
CONFIGURE_ARGS+= --with-skey=${BUILDLINK_PREFIX.skey}
.elif ${OPSYS} == "NetBSD"
# XXX: NetBSD has 4 args (4: sslen) to skeychallenge instead of 3
@@ -154,9 +154,9 @@ post-install:
# ${INSTALL_DATA} ${WRKSRC}/contrib/sshd.pam.freebsd ${EGDIR}/sshd.pam
#.endif
-.include "../../devel/zlib/buildlink2.mk"
-.include "../../security/openssl/buildlink2.mk"
-.include "../../security/tcp_wrappers/buildlink2.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../security/tcp_wrappers/buildlink3.mk"
.include "../../mk/autoconf.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/p5-SSLeay/Makefile b/security/p5-SSLeay/Makefile
index 25c72d24aa4..d9f792543f4 100644
--- a/security/p5-SSLeay/Makefile
+++ b/security/p5-SSLeay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/03/26 02:27:53 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2004/05/11 04:40:59 snj Exp $
#
DISTNAME= Crypt-SSLeay-0.51
@@ -13,7 +13,7 @@ COMMENT= Crypt::SSLeay - OpenSSL glue that provides LWP https support
DEPENDS+= p5-libwww>=5.48:../../www/p5-libwww
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/SSLeay/.packlist
post-patch:
@@ -21,5 +21,5 @@ post-patch:
> Makefile.PL.tmp && ${MV} Makefile.PL.tmp Makefile.PL
.include "../../lang/perl5/module.mk"
-.include "../../security/openssl/buildlink2.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"