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/ab2b602f76bd
branches: trunk
changeset: 472542:ab2b602f76bd
user: snj <snj%pkgsrc.org@localhost>
date: Sun Apr 11 08:36:43 2004 +0000
description:
Convert to buildlink3.
diffstat:
editors/ce-x11/Makefile | 6 +++---
editors/ce/Makefile | 6 +++---
emulators/xcopilot/Makefile | 6 +++---
games/sarien/Makefile | 6 +++---
geography/gpspoint/Makefile | 4 ++--
geography/gpsutils/Makefile | 4 ++--
ham/tnt/Makefile | 4 ++--
7 files changed, 18 insertions(+), 18 deletions(-)
diffs (148 lines):
diff -r 88bbcc1f1846 -r ab2b602f76bd editors/ce-x11/Makefile
--- a/editors/ce-x11/Makefile Sun Apr 11 08:35:23 2004 +0000
+++ b/editors/ce-x11/Makefile Sun Apr 11 08:36:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/09/28 09:13:56 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2004/04/11 08:41:04 snj Exp $
#
.include "../ce/Makefile.common"
@@ -7,11 +7,11 @@
PKGREVISION= 1
COMMENT+= , X11 version
-USE_BUILDLINK2= # defined
+USE_BUILDLINK3= yes
USE_X11= # defined
ALL_TARGET= xce
INSTALL_TARGET= install-x11 man-install-x11
-.include "../../devel/ncurses/buildlink2.mk"
+.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 88bbcc1f1846 -r ab2b602f76bd editors/ce/Makefile
--- a/editors/ce/Makefile Sun Apr 11 08:35:23 2004 +0000
+++ b/editors/ce/Makefile Sun Apr 11 08:36:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/09/28 09:13:56 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2004/04/11 08:40:41 snj Exp $
#
.include "Makefile.common"
@@ -6,10 +6,10 @@
COMMENT+= , tty version
-USE_BUILDLINK2= # defined
+USE_BUILDLINK3= yes
ALL_TARGET= ce
INSTALL_TARGET= install man-install
-.include "../../devel/ncurses/buildlink2.mk"
+.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 88bbcc1f1846 -r ab2b602f76bd emulators/xcopilot/Makefile
--- a/emulators/xcopilot/Makefile Sun Apr 11 08:35:23 2004 +0000
+++ b/emulators/xcopilot/Makefile Sun Apr 11 08:36:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/07/17 21:36:29 grant Exp $
+# $NetBSD: Makefile,v 1.10 2004/04/11 08:36:43 snj Exp $
#
DISTNAME= xcopilot-0.6.6
@@ -11,12 +11,12 @@
NOT_FOR_PLATFORM= *-*-alpha # suspected LP64 bugs
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
USE_X11= YES
post-extract:
${RM} -f ${WRKSRC}/mc68k/custom.c
-.include "../../graphics/xpm/buildlink2.mk"
+.include "../../graphics/xpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 88bbcc1f1846 -r ab2b602f76bd games/sarien/Makefile
--- a/games/sarien/Makefile Sun Apr 11 08:35:23 2004 +0000
+++ b/games/sarien/Makefile Sun Apr 11 08:36:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/01/24 13:30:56 grant Exp $
+# $NetBSD: Makefile,v 1.6 2004/04/11 08:45:45 snj Exp $
#
DISTNAME= sarien-0.7.0
@@ -11,7 +11,7 @@
COMMENT= Adventure Game Interpreter (AGI) for Sierra On-Line Titles
GNU_CONFIGURE= YES
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_PKGINSTALL= YES
USE_GNU_TOOLS+= make
@@ -28,5 +28,5 @@
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/etc/sarien.cfg ${EGDIR}/sarien.conf
-.include "../../devel/SDL/buildlink2.mk"
+.include "../../devel/SDL/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 88bbcc1f1846 -r ab2b602f76bd geography/gpspoint/Makefile
--- a/geography/gpspoint/Makefile Sun Apr 11 08:35:23 2004 +0000
+++ b/geography/gpspoint/Makefile Sun Apr 11 08:36:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/02/14 17:21:40 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2004/04/11 08:40:15 snj Exp $
DISTNAME= gpspoint-2.030521
CATEGORIES= geography
@@ -10,7 +10,7 @@
DEPENDS+= dialog>=0.6:../../misc/dialog
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
diff -r 88bbcc1f1846 -r ab2b602f76bd geography/gpsutils/Makefile
--- a/geography/gpsutils/Makefile Sun Apr 11 08:35:23 2004 +0000
+++ b/geography/gpsutils/Makefile Sun Apr 11 08:36:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/01/20 12:16:00 agc Exp $
+# $NetBSD: Makefile,v 1.4 2004/04/11 08:42:50 snj Exp $
#
DISTNAME= gpsutils-0.4.0
@@ -10,7 +10,7 @@
COMMENT= Capture and convert data from a Garmin GPS receiver
WRKSRC= ${WRKDIR}/gpsutils-0.4.0/src
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
do-install:
.for PROGRAM in capture switchmode gbindiff
diff -r 88bbcc1f1846 -r ab2b602f76bd ham/tnt/Makefile
--- a/ham/tnt/Makefile Sun Apr 11 08:35:23 2004 +0000
+++ b/ham/tnt/Makefile Sun Apr 11 08:36:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/01/24 13:40:43 grant Exp $
+# $NetBSD: Makefile,v 1.16 2004/04/11 08:44:52 snj Exp $
#
DISTNAME= tnt-1.9.1
@@ -13,7 +13,7 @@
DEPENDS+= dialog>=0.6z:../../misc/dialog
USE_GNU_TOOLS+= make
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
Home |
Main Index |
Thread Index |
Old Index