summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/exim/Makefile.common6
-rw-r--r--mail/jchkmail/Makefile8
-rw-r--r--mail/libmilter/Makefile4
-rw-r--r--mail/sendmail/Makefile16
-rw-r--r--mail/sendmail/Makefile.common4
-rw-r--r--www/p5-Apache-DBILogConfig/Makefile4
-rw-r--r--www/p5-Apache-DBILogger/Makefile4
-rw-r--r--www/p5-Apache-Session/Makefile4
8 files changed, 25 insertions, 25 deletions
diff --git a/mail/exim/Makefile.common b/mail/exim/Makefile.common
index 22372cd627f..188a93fb8fc 100644
--- a/mail/exim/Makefile.common
+++ b/mail/exim/Makefile.common
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.5 2004/05/07 17:47:32 abs Exp $
+# $NetBSD: Makefile.common,v 1.6 2004/05/09 21:14:42 snj Exp $
MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \
ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \
ftp://ftp.esat.net/pub/networking/mail/mta/exim/exim4/
USE_PERL5= yes
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_PKGINSTALL= yes
MAKE_ENV+= SSLBASE=${SSLBASE:Q}
@@ -69,5 +69,5 @@ post-install:
${INSTALL_DATA} ${WRKDIR}/mailer.conf ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/doc/exim.8 ${PREFIX}/man/man8/exim.8
-.include "../../security/openssl/buildlink2.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/mail/jchkmail/Makefile b/mail/jchkmail/Makefile
index 5680224e6fe..e8e98477d96 100644
--- a/mail/jchkmail/Makefile
+++ b/mail/jchkmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/04/06 14:01:51 tv Exp $
+# $NetBSD: Makefile,v 1.5 2004/05/09 21:14:42 snj Exp $
#
DISTNAME= jchkmail-1.3.1a
@@ -9,13 +9,13 @@ MAINTAINER= manu@NetBSD.org
HOMEPAGE= http://j-chkmail.ensmp.fr/
COMMENT= Behavior-based virus and spam milter for Sendmail
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-rc-dir=${LOCALBASE}/etc/rc.d \
--with-conf-dir=${LOCALBASE}/etc/jchkmail
-.include "../../mail/libmilter/buildlink2.mk"
-.include "../../mk/pthread.buildlink2.mk"
+.include "../../mail/libmilter/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/mail/libmilter/Makefile b/mail/libmilter/Makefile
index c339fef8452..2167d43aade 100644
--- a/mail/libmilter/Makefile
+++ b/mail/libmilter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/03/07 11:40:53 markd Exp $
+# $NetBSD: Makefile,v 1.6 2004/05/09 21:14:42 snj Exp $
.include "../../mail/sendmail/Makefile.common"
@@ -16,7 +16,7 @@ do-install:
PTHREAD_OPTS+= require
-.include "../../mk/pthread.buildlink2.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
# has to be below include for bsd.pkg.mk, else substition fails
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile
index 491b978e19c..2d6cc1d5acf 100644
--- a/mail/sendmail/Makefile
+++ b/mail/sendmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2004/04/21 21:09:31 cube Exp $
+# $NetBSD: Makefile,v 1.70 2004/05/09 21:14:43 snj Exp $
.include "../../mail/sendmail/Makefile.common"
@@ -16,28 +16,28 @@ USE_DB2?= YES
USE_DB2?= NO
.endif
.if defined(USE_DB4) && ${USE_DB4} == YES
-.include "../../databases/db4/buildlink2.mk"
+.include "../../databases/db4/buildlink3.mk"
.elif ${USE_DB2} == YES
-.include "../../databases/db/buildlink2.mk"
+.include "../../databases/db/buildlink3.mk"
.endif
.if defined(USE_OPENLDAP) && ${USE_OPENLDAP} == YES
-.include "../../databases/openldap/buildlink2.mk"
+.include "../../databases/openldap/buildlink3.mk"
.endif
.if defined(USE_SASL2) && ${USE_SASL2} == YES
-.include "../../security/cyrus-sasl2/buildlink2.mk"
+.include "../../security/cyrus-sasl2/buildlink3.mk"
.elif 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: make-sendmail-siteconfig
diff --git a/mail/sendmail/Makefile.common b/mail/sendmail/Makefile.common
index e5b6d0d3486..ed80ecfdc2f 100644
--- a/mail/sendmail/Makefile.common
+++ b/mail/sendmail/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2004/04/21 21:09:31 cube Exp $
+# $NetBSD: Makefile.common,v 1.17 2004/05/09 21:14:43 snj Exp $
#
# Makefile fragment shared with libmilter
#
@@ -30,7 +30,7 @@ BUILD_DEFS+= USE_INET6 USE_TCPWRAPPERS USE_OPENLDAP USE_DB2 \
DESCR_SRC= ${WRKDIR}/.DESCR_SRC
WRKSRC= ${WRKDIR}/sendmail-${DIST_VERS}
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_GNU_TOOLS+= m4
MAKE_ENV+= M4="${M4}"
diff --git a/www/p5-Apache-DBILogConfig/Makefile b/www/p5-Apache-DBILogConfig/Makefile
index d58afefa1be..4940de4b5e9 100644
--- a/www/p5-Apache-DBILogConfig/Makefile
+++ b/www/p5-Apache-DBILogConfig/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/12/03 22:14:46 kristerw Exp $
+# $NetBSD: Makefile,v 1.10 2004/05/09 21:14:43 snj Exp $
#
DISTNAME= Apache-DBILogConfig-0.01
@@ -13,7 +13,7 @@ COMMENT= Database-independent Apache database logger
DEPENDS+= p5-Apache-DBI>=0.87:../../databases/p5-Apache-DBI
DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Apache/DBILogConfig/.packlist
.include "../../lang/perl5/module.mk"
diff --git a/www/p5-Apache-DBILogger/Makefile b/www/p5-Apache-DBILogger/Makefile
index 0d077de66c8..9c66e16ed9b 100644
--- a/www/p5-Apache-DBILogger/Makefile
+++ b/www/p5-Apache-DBILogger/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/12/03 22:14:46 kristerw Exp $
+# $NetBSD: Makefile,v 1.7 2004/05/09 21:14:43 snj Exp $
#
DISTNAME= Apache-DBILogger-0.93
@@ -13,7 +13,7 @@ COMMENT= Database-independent httpd database logging module
DEPENDS+= p5-Apache-DBILogConfig-[0-9]*:../../www/p5-Apache-DBILogConfig
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Apache/DBILogger/.packlist
.include "../../lang/perl5/module.mk"
diff --git a/www/p5-Apache-Session/Makefile b/www/p5-Apache-Session/Makefile
index 542e88a2959..39accb6b6c0 100644
--- a/www/p5-Apache-Session/Makefile
+++ b/www/p5-Apache-Session/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/07/22 04:14:27 martti Exp $
+# $NetBSD: Makefile,v 1.11 2004/05/09 21:14:43 snj Exp $
#
DISTNAME= Apache-Session-1.54
@@ -13,7 +13,7 @@ COMMENT= Perl5 module to provide persistent storage
DEPENDS+= p5-Storable>=1.0.11:../../devel/p5-Storable/
DEPENDS+= p5-Digest-MD5>=2.16:../../security/p5-Digest-MD5/
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Apache/Session/.packlist
.include "../../lang/perl5/module.mk"