pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators Convert to bl3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb512f2121ba
branches:  trunk
changeset: 473363:eb512f2121ba
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Apr 19 00:32:13 2004 +0000

description:
Convert to bl3.

diffstat:

 emulators/arcem/Makefile |  4 ++--
 emulators/lrmi/Makefile  |  5 +++--
 emulators/tme/Makefile   |  8 ++++----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (69 lines):

diff -r ffcb0c1a2984 -r eb512f2121ba emulators/arcem/Makefile
--- a/emulators/arcem/Makefile  Mon Apr 19 00:28:59 2004 +0000
+++ b/emulators/arcem/Makefile  Mon Apr 19 00:32:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/01/20 12:14:40 agc Exp $
+# $NetBSD: Makefile,v 1.6 2004/04/19 00:37:40 wiz Exp $
 #
 
 DISTNAME=      arcem0.50
@@ -15,7 +15,7 @@
 COMMENT=       Dave Gilbert's Acorn Archimedes emulator
 
 WRKSRC=                ${WRKDIR}/armul-arc
-USE_BUILDLINK2=        # defined
+USE_BUILDLINK3=        # defined
 USE_X11=       # defined
 
 post-install:
diff -r ffcb0c1a2984 -r eb512f2121ba emulators/lrmi/Makefile
--- a/emulators/lrmi/Makefile   Mon Apr 19 00:28:59 2004 +0000
+++ b/emulators/lrmi/Makefile   Mon Apr 19 00:32:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/08/30 16:16:32 jmc Exp $
+# $NetBSD: Makefile,v 1.5 2004/04/19 00:32:13 wiz Exp $
 #
 
 DISTNAME=              lrmi-0.8
@@ -11,7 +11,7 @@
 COMMENT=               Wrapper to the i386 vm86 mode
 
 ONLY_FOR_PLATFORM=     *-*-i386
-USE_BUILDLINK2=                yes
+USE_BUILDLINK3=                yes
 MAKEFILE=              Makefile.bsd
 
 do-install:
@@ -20,4 +20,5 @@
        ${INSTALL_DATA} ${WRKSRC}/liblrmi.a ${PREFIX}/lib
        ${INSTALL_DATA} ${WRKSRC}/liblrmi.so ${PREFIX}/lib
        ${INSTALL_PROGRAM} ${WRKSRC}/vbetest ${PREFIX}/bin
+
 .include "../../mk/bsd.pkg.mk"
diff -r ffcb0c1a2984 -r eb512f2121ba emulators/tme/Makefile
--- a/emulators/tme/Makefile    Mon Apr 19 00:28:59 2004 +0000
+++ b/emulators/tme/Makefile    Mon Apr 19 00:32:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/02/14 17:21:39 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2004/04/19 00:36:28 wiz Exp $
 #
 
 DISTNAME=              tme-0.2
@@ -10,7 +10,7 @@
 HOMEPAGE=              http://theory.lcs.mit.edu/~fredette/tme/
 COMMENT=               The Machine Emulator
 
-USE_BUILDLINK2=                yes
+USE_BUILDLINK3=                yes
 USE_PKGLOCALEDIR=      yes
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
@@ -18,6 +18,6 @@
 
 CONFIGURE_ARGS+=       --disable-debug
 
-.include "../../devel/libtool/buildlink2.mk"
-.include "../../x11/gtk/buildlink2.mk"
+.include "../../devel/libtool/buildlink3.mk"
+.include "../../x11/gtk/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index