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/610d1a726d96
branches:  trunk
changeset: 473259:610d1a726d96
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Apr 18 04:41:12 2004 +0000

description:
Convert to buildlink3.

diffstat:

 mail/tmda/Makefile         |  4 ++--
 mail/tnef/Makefile         |  6 +++---
 mail/xmailbox/Makefile     |  6 +++---
 shells/zsh/Makefile.common |  4 ++--
 4 files changed, 10 insertions(+), 10 deletions(-)

diffs (81 lines):

diff -r 82945b12a538 -r 610d1a726d96 mail/tmda/Makefile
--- a/mail/tmda/Makefile        Sun Apr 18 04:27:20 2004 +0000
+++ b/mail/tmda/Makefile        Sun Apr 18 04:41:12 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/01/28 00:12:53 kim Exp $
+# $NetBSD: Makefile,v 1.18 2004/04/18 04:42:32 snj Exp $
 #
 
 DISTNAME=      tmda-1.0
@@ -13,7 +13,7 @@
 
 PYTHON_VERSIONS_ACCEPTED=      23 23pth 22 22pth 21 21pth
 
-USE_BUILDLINK2=                yes
+USE_BUILDLINK3=                yes
 PY_PATCHPLIST=         # defined
 PYTHON_PATCH_SCRIPTS=  ${TMDA_PROGRAMS}
 
diff -r 82945b12a538 -r 610d1a726d96 mail/tnef/Makefile
--- a/mail/tnef/Makefile        Sun Apr 18 04:27:20 2004 +0000
+++ b/mail/tnef/Makefile        Sun Apr 18 04:41:12 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/07/21 16:56:56 martti Exp $
+# $NetBSD: Makefile,v 1.13 2004/04/18 04:44:26 snj Exp $
 #
 
 DISTNAME=      tnef-1.2.0
@@ -10,8 +10,8 @@
 HOMEPAGE=      http://world.std.com/~damned/software.html
 COMMENT=       Decode MS-TNEF MIME attachments
 
-USE_BUILDLINK2=                YES
+USE_BUILDLINK3=                YES
 GNU_CONFIGURE=         YES
 
-.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 82945b12a538 -r 610d1a726d96 mail/xmailbox/Makefile
--- a/mail/xmailbox/Makefile    Sun Apr 18 04:27:20 2004 +0000
+++ b/mail/xmailbox/Makefile    Sun Apr 18 04:41:12 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/07/17 21:47:14 grant Exp $
+# $NetBSD: Makefile,v 1.10 2004/04/18 04:47:30 snj Exp $
 #
 
 DISTNAME=       xmailbox-2.5
@@ -9,7 +9,7 @@
 MAINTAINER=    bouyer%NetBSD.org@localhost
 COMMENT=       Enhanced xbiff, with pixmap and sound support
 
-USE_BUILDLINK2=        YES
+USE_BUILDLINK3=        YES
 USE_IMAKE=     YES
 
 MAKE_ENV+=     INSTALL_PROGRAM='${INSTALL_PROGRAM}'
@@ -22,5 +22,5 @@
             5xmail1.xpm xmail1.xpm xnomail1.xpm \
             ${PREFIX}/share/xmailbox
 
-.include "../../graphics/xpm/buildlink2.mk"
+.include "../../graphics/xpm/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 82945b12a538 -r 610d1a726d96 shells/zsh/Makefile.common
--- a/shells/zsh/Makefile.common        Sun Apr 18 04:27:20 2004 +0000
+++ b/shells/zsh/Makefile.common        Sun Apr 18 04:41:12 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2004/03/30 16:09:56 minskim Exp $
+# $NetBSD: Makefile.common,v 1.10 2004/04/18 04:41:12 snj Exp $
 
 DISTNAME=       zsh-${ZSH_VERSION}
 PKGREVISION=   1
@@ -15,7 +15,7 @@
 HOMEPAGE=      http://sunsite.dk/zsh/
 COMMENT=       The Z shell
 
-USE_BUILDLINK2=                YES
+USE_BUILDLINK3=                YES
 USE_PKGINSTALL=                YES
 GNU_CONFIGURE=         YES
 



Home | Main Index | Thread Index | Old Index