pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
details: https://anonhg.NetBSD.org/pkgsrc/rev/eb8bc071e24f
branches: trunk
changeset: 466929:eb8bc071e24f
user: grant <grant%pkgsrc.org@localhost>
date: Sat Jan 24 15:18:32 2004 +0000
description:
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
diffstat:
wm/bbrun/Makefile | 4 ++--
wm/econf/Makefile | 4 ++--
wm/golem/Makefile | 4 ++--
wm/icewm/Makefile.common | 4 ++--
wm/ion-devel/Makefile | 4 ++--
wm/ion/Makefile | 4 ++--
wm/metacity/Makefile | 4 ++--
wm/novawm/Makefile | 4 ++--
wm/pekwm/Makefile | 4 ++--
wm/pwm/Makefile | 4 ++--
wm/qvwm/Makefile | 4 ++--
wm/sawfish/Makefile.common | 4 ++--
wm/waimea/Makefile | 4 ++--
wm/whiteBOX/Makefile | 4 ++--
wm/windowlab/Makefile | 4 ++--
www/amaya/Makefile | 4 ++--
www/ap-jserv/Makefile | 4 ++--
www/arena/Makefile | 4 ++--
www/bluefish/Makefile | 4 ++--
www/cgicc/Makefile | 4 ++--
www/galeon/Makefile | 4 ++--
www/gtkhtml/Makefile | 4 ++--
www/gtkhtml3/Makefile | 4 ++--
www/jssi/Makefile | 4 ++--
www/kannel/Makefile | 4 ++--
www/kimagemapeditor/Makefile | 4 ++--
www/libgtkhtml/Makefile | 4 ++--
www/libwww/Makefile | 4 ++--
www/lynx-current/Makefile | 4 ++--
www/mozilla/Makefile.common | 4 ++--
www/php4/Makefile | 4 ++--
www/privoxy/Makefile | 4 ++--
www/quanta/Makefile | 4 ++--
www/quanta3/Makefile | 4 ++--
www/sitecopy/Makefile | 4 ++--
www/snownews/Makefile | 4 ++--
www/spfc/Makefile | 4 ++--
www/swiftsurf/Makefile | 4 ++--
www/tidy/Makefile | 4 ++--
www/wwwoffle/Makefile | 4 ++--
40 files changed, 80 insertions(+), 80 deletions(-)
diffs (truncated from 720 to 300 lines):
diff -r 535a37909cc6 -r eb8bc071e24f wm/bbrun/Makefile
--- a/wm/bbrun/Makefile Sat Jan 24 15:06:57 2004 +0000
+++ b/wm/bbrun/Makefile Sat Jan 24 15:18:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/01/20 12:27:34 agc Exp $
+# $NetBSD: Makefile,v 1.8 2004/01/24 15:18:32 grant Exp $
DISTNAME= bbrun-1.3
PKGREVISION= 2
@@ -12,7 +12,7 @@
WRKSRC= ${WRKDIR}/${DISTNAME}/bbrun
USE_BUILDLINK2= YES
USE_X11= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
ALL_TARGET= bbrun
diff -r 535a37909cc6 -r eb8bc071e24f wm/econf/Makefile
--- a/wm/econf/Makefile Sat Jan 24 15:06:57 2004 +0000
+++ b/wm/econf/Makefile Sat Jan 24 15:18:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/01/03 18:49:54 reed Exp $
+# $NetBSD: Makefile,v 1.14 2004/01/24 15:18:32 grant Exp $
#
DISTNAME= enlightenment-conf-0.15
@@ -13,7 +13,7 @@
USE_BUILDLINK2= yes
USE_X11= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
diff -r 535a37909cc6 -r eb8bc071e24f wm/golem/Makefile
--- a/wm/golem/Makefile Sat Jan 24 15:06:57 2004 +0000
+++ b/wm/golem/Makefile Sat Jan 24 15:18:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/10/08 22:13:48 kristerw Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/24 15:18:32 grant Exp $
#
DISTNAME= golem-0.0.5
@@ -12,7 +12,7 @@
USE_BUILDLINK2= YES
USE_PKGINSTALL= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_X11= YES
GNU_CONFIGURE= YES
CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
diff -r 535a37909cc6 -r eb8bc071e24f wm/icewm/Makefile.common
--- a/wm/icewm/Makefile.common Sat Jan 24 15:06:57 2004 +0000
+++ b/wm/icewm/Makefile.common Sat Jan 24 15:18:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.30 2003/12/28 16:10:04 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.31 2004/01/24 15:18:32 grant Exp $
DISTNAME= icewm-1.2.13
CATEGORIES= x11 wm
@@ -10,7 +10,7 @@
GNU_CONFIGURE= # defined
USE_BUILDLINK2= yes
USE_X11= # defined
-USE_GMAKE= # defined
+USE_GNU_TOOLS+= make
USE_PKGINSTALL= yes
USE_PKGLOCALEDIR= # defined
BUILD_USES_MSGFMT= # defined
diff -r 535a37909cc6 -r eb8bc071e24f wm/ion-devel/Makefile
--- a/wm/ion-devel/Makefile Sat Jan 24 15:06:57 2004 +0000
+++ b/wm/ion-devel/Makefile Sat Jan 24 15:18:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/01/09 23:03:19 cube Exp $
+# $NetBSD: Makefile,v 1.2 2004/01/24 15:18:32 grant Exp $
#
DISTNAME= ion-devel-20031211
@@ -16,7 +16,7 @@
USE_BUILDLINK2= YES
USE_PKGINSTALL= YES
USE_X11= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
PKG_SYSCONFSUBDIR= ion
EGDIR= ${PREFIX}/share/examples/ion
diff -r 535a37909cc6 -r eb8bc071e24f wm/ion/Makefile
--- a/wm/ion/Makefile Sat Jan 24 15:06:57 2004 +0000
+++ b/wm/ion/Makefile Sat Jan 24 15:18:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/01/07 02:21:17 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2004/01/24 15:18:32 grant Exp $
#
DISTNAME= ion-20020207
@@ -12,7 +12,7 @@
USE_BUILDLINK2= YES
USE_PKGINSTALL= YES
USE_X11= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
PKG_SYSCONFSUBDIR= ion
EGDIR= ${PREFIX}/share/examples/ion
diff -r 535a37909cc6 -r eb8bc071e24f wm/metacity/Makefile
--- a/wm/metacity/Makefile Sat Jan 24 15:06:57 2004 +0000
+++ b/wm/metacity/Makefile Sat Jan 24 15:18:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/01/23 21:50:49 jmmv Exp $
+# $NetBSD: Makefile,v 1.20 2004/01/24 15:18:32 grant Exp $
#
DISTNAME= metacity-2.6.3
@@ -17,7 +17,7 @@
USE_BUILDLINK2= YES
USE_PKGLOCALEDIR= YES
USE_X11= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
diff -r 535a37909cc6 -r eb8bc071e24f wm/novawm/Makefile
--- a/wm/novawm/Makefile Sat Jan 24 15:06:57 2004 +0000
+++ b/wm/novawm/Makefile Sat Jan 24 15:18:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/08/28 20:05:22 xtraeme Exp $
+# $NetBSD: Makefile,v 1.5 2004/01/24 15:18:32 grant Exp $
#
DISTNAME= NovaWM-0.8_alpha
@@ -12,7 +12,7 @@
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_X11= YES
.include "../../graphics/xpm/buildlink2.mk"
diff -r 535a37909cc6 -r eb8bc071e24f wm/pekwm/Makefile
--- a/wm/pekwm/Makefile Sat Jan 24 15:06:57 2004 +0000
+++ b/wm/pekwm/Makefile Sat Jan 24 15:18:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/11/10 15:36:58 gavan Exp $
+# $NetBSD: Makefile,v 1.9 2004/01/24 15:18:32 grant Exp $
#
DISTNAME= pekwm-0.1.3
@@ -13,7 +13,7 @@
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_X11= YES
USE_PERL5= run
USE_PKGINSTALL= YES
diff -r 535a37909cc6 -r eb8bc071e24f wm/pwm/Makefile
--- a/wm/pwm/Makefile Sat Jan 24 15:06:57 2004 +0000
+++ b/wm/pwm/Makefile Sat Jan 24 15:18:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/01/05 12:49:42 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2004/01/24 15:18:32 grant Exp $
#
DISTNAME= pwm-20030617
@@ -15,7 +15,7 @@
USE_BUILDLINK3= YES
USE_PKGINSTALL= YES
USE_X11= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
CFLAGS+= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\\\"\"
diff -r 535a37909cc6 -r eb8bc071e24f wm/qvwm/Makefile
--- a/wm/qvwm/Makefile Sat Jan 24 15:06:57 2004 +0000
+++ b/wm/qvwm/Makefile Sat Jan 24 15:18:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/01/03 18:49:54 reed Exp $
+# $NetBSD: Makefile,v 1.12 2004/01/24 15:18:32 grant Exp $
#
DISTNAME= qvwm-1.1.12
@@ -12,7 +12,7 @@
USE_X11= yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_BUILDLINK2= yes
USE_GCC_SHLIB= yes
diff -r 535a37909cc6 -r eb8bc071e24f wm/sawfish/Makefile.common
--- a/wm/sawfish/Makefile.common Sat Jan 24 15:06:57 2004 +0000
+++ b/wm/sawfish/Makefile.common Sat Jan 24 15:18:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2003/08/06 19:57:23 seb Exp $
+# $NetBSD: Makefile.common,v 1.18 2004/01/24 15:18:32 grant Exp $
DISTNAME= sawfish-${SF_VERS}-gtk1
SF_VERS= 1.2
@@ -13,7 +13,7 @@
USE_X11= # defined
USE_BUILDLINK2= # defined
USE_PKGLOCALEDIR= # defined
-USE_GMAKE= # defined
+USE_GNU_TOOLS+= make
GNU_CONFIGURE= # defined
DISTINFO_FILE= ${.CURDIR}/../../wm/sawfish/distinfo
diff -r 535a37909cc6 -r eb8bc071e24f wm/waimea/Makefile
--- a/wm/waimea/Makefile Sat Jan 24 15:06:57 2004 +0000
+++ b/wm/waimea/Makefile Sat Jan 24 15:18:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/01/06 06:49:54 xtraeme Exp $
+# $NetBSD: Makefile,v 1.12 2004/01/24 15:18:32 grant Exp $
#
DISTNAME= waimea-0.4.0
@@ -12,7 +12,7 @@
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_PERL5= run
USE_X11= YES
diff -r 535a37909cc6 -r eb8bc071e24f wm/whiteBOX/Makefile
--- a/wm/whiteBOX/Makefile Sat Jan 24 15:06:57 2004 +0000
+++ b/wm/whiteBOX/Makefile Sat Jan 24 15:18:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/07/17 22:55:17 grant Exp $
+# $NetBSD: Makefile,v 1.9 2004/01/24 15:18:32 grant Exp $
#
DISTNAME= whiteBOX-0.5
@@ -11,7 +11,7 @@
COMMENT= Multi-purpose configuration tool for Blackbox
USE_BUILDLINK2= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
diff -r 535a37909cc6 -r eb8bc071e24f wm/windowlab/Makefile
--- a/wm/windowlab/Makefile Sat Jan 24 15:06:57 2004 +0000
+++ b/wm/windowlab/Makefile Sat Jan 24 15:18:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/09/02 07:23:59 xtraeme Exp $
+# $NetBSD: Makefile,v 1.2 2004/01/24 15:18:32 grant Exp $
#
DISTNAME= windowlab-1.12
@@ -12,7 +12,7 @@
USE_BUILDLINK2= YES
USE_PKGINSTALL= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_X11= YES
PKG_SYSCONFSUBDIR= windowlab
diff -r 535a37909cc6 -r eb8bc071e24f www/amaya/Makefile
--- a/www/amaya/Makefile Sat Jan 24 15:06:57 2004 +0000
+++ b/www/amaya/Makefile Sat Jan 24 15:18:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2004/01/20 12:27:57 agc Exp $
+# $NetBSD: Makefile,v 1.32 2004/01/24 15:23:46 grant Exp $
#
DISTNAME= amaya-src-8.2
@@ -19,7 +19,7 @@
WRKSRC= ${WRKDIR}/Amaya/work
USE_BUILDLINK2= YES
USE_X11= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
GNU_CONFIGURE= YES
CONFIGURE_SCRIPT= ../configure
diff -r 535a37909cc6 -r eb8bc071e24f www/ap-jserv/Makefile
--- a/www/ap-jserv/Makefile Sat Jan 24 15:06:57 2004 +0000
+++ b/www/ap-jserv/Makefile Sat Jan 24 15:18:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2003/08/23 15:26:25 jschauma Exp $
+# $NetBSD: Makefile,v 1.27 2004/01/24 15:23:46 grant Exp $
DISTNAME= ApacheJServ-1.1.2
PKGNAME= ap-jserv-1.1.2
@@ -14,7 +14,7 @@
DEPENDS+= jsdk-2.0:../../www/jsdk20
USE_PERL5= build # for "apxs"
Home |
Main Index |
Thread Index |
Old Index