pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Convert to bl3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0274f8c816ff
branches:  trunk
changeset: 473311:0274f8c816ff
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Apr 18 19:34:05 2004 +0000

description:
Convert to bl3.

diffstat:

 misc/kanjipad/Makefile      |  6 +++---
 misc/reed/Makefile          |  6 +++---
 textproc/GutenMark/Makefile |  6 +++---
 textproc/xslide/Makefile    |  4 ++--
 4 files changed, 11 insertions(+), 11 deletions(-)

diffs (92 lines):

diff -r 6861c31fa8b7 -r 0274f8c816ff misc/kanjipad/Makefile
--- a/misc/kanjipad/Makefile    Sun Apr 18 19:32:27 2004 +0000
+++ b/misc/kanjipad/Makefile    Sun Apr 18 19:34:05 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/07/17 21:49:17 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/04/18 19:37:14 wiz Exp $
 #
 
 DISTNAME=      kanjipad-1.2.1
@@ -12,7 +12,7 @@
 
 USE_PERL5=     build
 
-USE_BUILDLINK2=                YES
+USE_BUILDLINK3=                YES
 
 do-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/kanjipad
@@ -20,5 +20,5 @@
        ${INSTALL_PROGRAM} ${WRKSRC}/kpengine ${PREFIX}/bin
        ${INSTALL_DATA} ${WRKSRC}/jdata.dat ${PREFIX}/share/kanjipad
 
-.include "../../x11/gtk/buildlink2.mk"
+.include "../../x11/gtk/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 6861c31fa8b7 -r 0274f8c816ff misc/reed/Makefile
--- a/misc/reed/Makefile        Sun Apr 18 19:32:27 2004 +0000
+++ b/misc/reed/Makefile        Sun Apr 18 19:34:05 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/09/28 09:13:58 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2004/04/18 19:34:05 wiz Exp $
 
 DISTNAME=      reed-5.4
 PKGREVISION=   1
@@ -12,7 +12,7 @@
 CONFIGURE_SCRIPT=      ./configures
 CONFIGURE_ARGS+=       -p ${PREFIX}
 HAS_CONFIGURE=         YES
-USE_BUILDLINK2=                YES
+USE_BUILDLINK3=                YES
 USE_PERL5=             YES
 REPLACE_PERL=          breed fix_bookmarks.pl wrap
 
@@ -29,5 +29,5 @@
        ${INSTALL_DATA_DIR} ${PREFIX}/share/reed
        ${INSTALL_DATA} ${WRKSRC}/help ${PREFIX}/share/reed/
 
-.include "../../devel/ncurses/buildlink2.mk"
+.include "../../devel/ncurses/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 6861c31fa8b7 -r 0274f8c816ff textproc/GutenMark/Makefile
--- a/textproc/GutenMark/Makefile       Sun Apr 18 19:32:27 2004 +0000
+++ b/textproc/GutenMark/Makefile       Sun Apr 18 19:34:05 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/01/24 15:13:19 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/04/18 19:36:39 wiz Exp $
 #
 
 DISTNAME=      GutenMark_source_${GVER}
@@ -14,12 +14,12 @@
 
 WRKSRC=                ${WRKDIR}/GutenMark-source
 GVER=          20020714
-USE_BUILDLINK2=        YES
+USE_BUILDLINK3=        YES
 USE_GNU_TOOLS+=        make
 ALL_TARGET=    GutenMark
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/GutenMark ${PREFIX}/bin
 
-.include "../../devel/zlib/buildlink2.mk"
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 6861c31fa8b7 -r 0274f8c816ff textproc/xslide/Makefile
--- a/textproc/xslide/Makefile  Sun Apr 18 19:32:27 2004 +0000
+++ b/textproc/xslide/Makefile  Sun Apr 18 19:34:05 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/09/03 14:55:00 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2004/04/18 19:42:18 wiz Exp $
 #
 
 DISTNAME=              xslide-0.2.2
@@ -9,7 +9,7 @@
 HOMEPAGE=              http://xslide.sourceforge.net/
 COMMENT=               XSL major mode for emacs
 
-USE_BUILDLINK2=                yes
+USE_BUILDLINK3=                yes
 
 .include "../../mk/emacs.mk"
 



Home | Main Index | Thread Index | Old Index