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/a2df70f545ce
branches:  trunk
changeset: 475079:a2df70f545ce
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun May 09 21:14:42 2004 +0000

description:
Convert to buildlink3.

diffstat:

 mail/exim/Makefile.common           |   6 +++---
 mail/jchkmail/Makefile              |   8 ++++----
 mail/libmilter/Makefile             |   4 ++--
 mail/sendmail/Makefile              |  16 ++++++++--------
 mail/sendmail/Makefile.common       |   4 ++--
 www/p5-Apache-DBILogConfig/Makefile |   4 ++--
 www/p5-Apache-DBILogger/Makefile    |   4 ++--
 www/p5-Apache-Session/Makefile      |   4 ++--
 8 files changed, 25 insertions(+), 25 deletions(-)

diffs (185 lines):

diff -r 6cdf40a4dcfe -r a2df70f545ce mail/exim/Makefile.common
--- a/mail/exim/Makefile.common Sun May 09 20:47:04 2004 +0000
+++ b/mail/exim/Makefile.common Sun May 09 21:14:42 2004 +0000
@@ -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 @@
        ${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 -r 6cdf40a4dcfe -r a2df70f545ce mail/jchkmail/Makefile
--- a/mail/jchkmail/Makefile    Sun May 09 20:47:04 2004 +0000
+++ b/mail/jchkmail/Makefile    Sun May 09 21:14:42 2004 +0000
@@ -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 @@
 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 -r 6cdf40a4dcfe -r a2df70f545ce mail/libmilter/Makefile
--- a/mail/libmilter/Makefile   Sun May 09 20:47:04 2004 +0000
+++ b/mail/libmilter/Makefile   Sun May 09 21:14:42 2004 +0000
@@ -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 @@
 
 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 -r 6cdf40a4dcfe -r a2df70f545ce mail/sendmail/Makefile
--- a/mail/sendmail/Makefile    Sun May 09 20:47:04 2004 +0000
+++ b/mail/sendmail/Makefile    Sun May 09 21:14:42 2004 +0000
@@ -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?=      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 -r 6cdf40a4dcfe -r a2df70f545ce mail/sendmail/Makefile.common
--- a/mail/sendmail/Makefile.common     Sun May 09 20:47:04 2004 +0000
+++ b/mail/sendmail/Makefile.common     Sun May 09 21:14:42 2004 +0000
@@ -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 @@
 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 -r 6cdf40a4dcfe -r a2df70f545ce www/p5-Apache-DBILogConfig/Makefile
--- a/www/p5-Apache-DBILogConfig/Makefile       Sun May 09 20:47:04 2004 +0000
+++ b/www/p5-Apache-DBILogConfig/Makefile       Sun May 09 21:14:42 2004 +0000
@@ -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 @@
 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 -r 6cdf40a4dcfe -r a2df70f545ce www/p5-Apache-DBILogger/Makefile
--- a/www/p5-Apache-DBILogger/Makefile  Sun May 09 20:47:04 2004 +0000
+++ b/www/p5-Apache-DBILogger/Makefile  Sun May 09 21:14:42 2004 +0000
@@ -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 @@
 
 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 -r 6cdf40a4dcfe -r a2df70f545ce www/p5-Apache-Session/Makefile
--- a/www/p5-Apache-Session/Makefile    Sun May 09 20:47:04 2004 +0000
+++ b/www/p5-Apache-Session/Makefile    Sun May 09 21:14:42 2004 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index