pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=m...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8c5ed5991bd3
branches: trunk
changeset: 466930:8c5ed5991bd3
user: grant <grant%pkgsrc.org@localhost>
date: Sat Jan 24 15:30:32 2004 +0000
description:
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
diffstat:
x11/XmHTML/Makefile | 4 ++--
x11/controlcenter/Makefile | 4 ++--
x11/ebuilder/Makefile | 4 ++--
x11/gnome--/Makefile | 4 ++--
x11/gnome-applets/Makefile | 4 ++--
x11/gnome-core/Makefile.common | 4 ++--
x11/gnome-desktop/Makefile | 4 ++--
x11/gnome-gkrellm/Makefile | 4 ++--
x11/gnome-libs/Makefile | 4 ++--
x11/gnome-mag/Makefile | 4 ++--
x11/gnome-panel/Makefile | 4 ++--
x11/gnome-python/Makefile | 4 ++--
x11/gnome-session/Makefile | 4 ++--
x11/gnome-themes-extra/Makefile | 4 ++--
x11/gnome-themes/Makefile | 4 ++--
x11/gnome2-applets/Makefile | 4 ++--
x11/gnome2-control-center/Makefile | 4 ++--
x11/gnome2-terminal/Makefile | 4 ++--
x11/gnopernicus/Makefile | 4 ++--
x11/gnustep-back/Makefile | 4 ++--
x11/gnustep-gui/Makefile | 4 ++--
x11/gnustep-preferences/Makefile | 4 ++--
x11/gtk+extra/Makefile | 4 ++--
x11/gtk--/Makefile | 4 ++--
x11/gtk-thinice-engine/Makefile | 4 ++--
x11/gtk/Makefile | 4 ++--
x11/gtk2-theme-switch/Makefile | 4 ++--
x11/gtk2/Makefile | 4 ++--
x11/gtkmm/Makefile | 4 ++--
x11/gtksourceview/Makefile | 4 ++--
x11/gtoolkit/Makefile.common | 4 ++--
x11/ion-dock/Makefile | 4 ++--
x11/kde2/Makefile.kde2 | 4 ++--
x11/keylaunch/Makefile | 4 ++--
x11/kmessage/Makefile | 4 ++--
x11/lablgtk/Makefile | 4 ++--
x11/lesstif/Makefile | 4 ++--
x11/lesstif12/Makefile.common | 4 ++--
x11/libzvt/Makefile | 4 ++--
x11/mlterm/Makefile | 4 ++--
x11/multi-gnome-terminal/Makefile | 4 ++--
x11/py-qt3-base/Makefile | 4 ++--
x11/py-qt3-modules/Makefile | 4 ++--
x11/py-qt3-qscintilla/Makefile | 4 ++--
x11/py-qt3-sip/Makefile | 4 ++--
x11/py-wxWindows/Makefile | 4 ++--
x11/pygtk/Makefile | 4 ++--
x11/qt1/Makefile | 4 ++--
x11/qt2-libs/Makefile.common | 4 ++--
x11/qt3-libs/Makefile.common | 4 ++--
x11/qt3-qscintilla/Makefile | 4 ++--
x11/qtarch/Makefile | 4 ++--
x11/qwspritefield/Makefile | 4 ++--
x11/qwt/Makefile | 4 ++--
x11/rep-gtk/Makefile | 4 ++--
x11/vte/Makefile | 4 ++--
x11/wmweather/Makefile | 4 ++--
x11/xfce/Makefile | 4 ++--
x11/xfstt/Makefile | 4 ++--
x11/xglobe/Makefile | 4 ++--
x11/xpad/Makefile | 4 ++--
x11/xplanet/Makefile | 4 ++--
x11/xscreensaver-gnome/Makefile | 4 ++--
x11/zenity/Makefile | 4 ++--
64 files changed, 128 insertions(+), 128 deletions(-)
diffs (truncated from 1152 to 300 lines):
diff -r eb8bc071e24f -r 8c5ed5991bd3 x11/XmHTML/Makefile
--- a/x11/XmHTML/Makefile Sat Jan 24 15:18:32 2004 +0000
+++ b/x11/XmHTML/Makefile Sat Jan 24 15:30:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2002/08/25 21:52:28 jlam Exp $
+# $NetBSD: Makefile,v 1.28 2004/01/24 15:30:32 grant Exp $
#
DISTNAME= XmHTML-1.1.7
@@ -11,7 +11,7 @@
COMMENT= Motif Widget capable of displaying HTML 3.2 conforming text
USE_X11BASE= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_LIBTOOL= YES
USE_BUILDLINK2= YES
diff -r eb8bc071e24f -r 8c5ed5991bd3 x11/controlcenter/Makefile
--- a/x11/controlcenter/Makefile Sat Jan 24 15:18:32 2004 +0000
+++ b/x11/controlcenter/Makefile Sat Jan 24 15:30:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2004/01/03 18:49:55 reed Exp $
+# $NetBSD: Makefile,v 1.53 2004/01/24 15:30:32 grant Exp $
DISTNAME= control-center-1.4.0.4
PKGREVISION= 5
@@ -13,7 +13,7 @@
USE_BUILDLINK2= YES
USE_X11BASE= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_PKGLOCALEDIR= YES
USE_LIBTOOL= YES
diff -r eb8bc071e24f -r 8c5ed5991bd3 x11/ebuilder/Makefile
--- a/x11/ebuilder/Makefile Sat Jan 24 15:18:32 2004 +0000
+++ b/x11/ebuilder/Makefile Sat Jan 24 15:30:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/01/20 12:28:26 agc Exp $
+# $NetBSD: Makefile,v 1.20 2004/01/24 15:30:32 grant Exp $
#
DISTNAME= ebuilder-0.56d
@@ -13,7 +13,7 @@
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_BUILDLINK2= yes
USE_X11= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
MAKEFILE= GNUmakefile
MAKE_ENV+= CXXFLAGS="${CXXFLAGS}"
diff -r eb8bc071e24f -r 8c5ed5991bd3 x11/gnome--/Makefile
--- a/x11/gnome--/Makefile Sat Jan 24 15:18:32 2004 +0000
+++ b/x11/gnome--/Makefile Sat Jan 24 15:30:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/01/03 18:49:56 reed Exp $
+# $NetBSD: Makefile,v 1.20 2004/01/24 15:30:32 grant Exp $
#
DISTNAME= gnomemm-1.2.4
@@ -13,7 +13,7 @@
GNU_CONFIGURE= yes
USE_PERL5= build
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_LIBTOOL= yes
USE_X11BASE= yes
USE_BUILDLINK2= yes
diff -r eb8bc071e24f -r 8c5ed5991bd3 x11/gnome-applets/Makefile
--- a/x11/gnome-applets/Makefile Sat Jan 24 15:18:32 2004 +0000
+++ b/x11/gnome-applets/Makefile Sat Jan 24 15:30:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2004/01/03 18:49:56 reed Exp $
+# $NetBSD: Makefile,v 1.35 2004/01/24 15:30:32 grant Exp $
#
DISTNAME= gnome-applets-1.4.0.4
@@ -17,7 +17,7 @@
USE_BUILDLINK2= YES
USE_PKGLOCALEDIR= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_X11BASE= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
diff -r eb8bc071e24f -r 8c5ed5991bd3 x11/gnome-core/Makefile.common
--- a/x11/gnome-core/Makefile.common Sat Jan 24 15:18:32 2004 +0000
+++ b/x11/gnome-core/Makefile.common Sat Jan 24 15:30:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2003/07/17 22:56:26 grant Exp $
+# $NetBSD: Makefile.common,v 1.5 2004/01/24 15:30:32 grant Exp $
#
DISTNAME= gnome-core-1.4.2
@@ -14,7 +14,7 @@
USE_BUILDLINK2= YES
USE_PKGLOCALEDIR= YES
USE_X11BASE= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
diff -r eb8bc071e24f -r 8c5ed5991bd3 x11/gnome-desktop/Makefile
--- a/x11/gnome-desktop/Makefile Sat Jan 24 15:18:32 2004 +0000
+++ b/x11/gnome-desktop/Makefile Sat Jan 24 15:30:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/01/23 21:50:50 jmmv Exp $
+# $NetBSD: Makefile,v 1.19 2004/01/24 15:30:32 grant Exp $
#
DISTNAME= gnome-desktop-2.4.1.1
@@ -17,7 +17,7 @@
GNU_CONFIGURE= yes
USE_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_PERL5= yes
USE_X11= yes
diff -r eb8bc071e24f -r 8c5ed5991bd3 x11/gnome-gkrellm/Makefile
--- a/x11/gnome-gkrellm/Makefile Sat Jan 24 15:18:32 2004 +0000
+++ b/x11/gnome-gkrellm/Makefile Sat Jan 24 15:30:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/01/03 18:49:56 reed Exp $
+# $NetBSD: Makefile,v 1.10 2004/01/24 15:30:32 grant Exp $
DISTNAME= gkrellm-gnome
PKGNAME= gnome-gkrellm-0.1
@@ -11,7 +11,7 @@
COMMENT= gkrellm gnome plugin
USE_BUILDLINK2= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/gkrellm/plugins
diff -r eb8bc071e24f -r 8c5ed5991bd3 x11/gnome-libs/Makefile
--- a/x11/gnome-libs/Makefile Sat Jan 24 15:18:32 2004 +0000
+++ b/x11/gnome-libs/Makefile Sat Jan 24 15:30:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.94 2004/01/22 13:32:32 jlam Exp $
+# $NetBSD: Makefile,v 1.95 2004/01/24 15:30:32 grant Exp $
DISTNAME= gnome-libs-1.4.2
PKGREVISION= 1
@@ -13,7 +13,7 @@
BUILD_USES_MSGFMT= YES
USE_X11BASE= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
LIBTOOL_OVERRIDE+= ${WRKSRC}/libart_lgpl/libtool
diff -r eb8bc071e24f -r 8c5ed5991bd3 x11/gnome-mag/Makefile
--- a/x11/gnome-mag/Makefile Sat Jan 24 15:18:32 2004 +0000
+++ b/x11/gnome-mag/Makefile Sat Jan 24 15:30:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/01/23 21:50:50 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2004/01/24 15:30:32 grant Exp $
#
DISTNAME= gnome-mag-0.10.4
@@ -14,7 +14,7 @@
DEPENDS= gnome2-dirs>=1.2:../../misc/gnome2-dirs
USE_BUILDLINK2= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
USE_X11= yes
diff -r eb8bc071e24f -r 8c5ed5991bd3 x11/gnome-panel/Makefile
--- a/x11/gnome-panel/Makefile Sat Jan 24 15:18:32 2004 +0000
+++ b/x11/gnome-panel/Makefile Sat Jan 24 15:30:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2004/01/23 21:50:50 jmmv Exp $
+# $NetBSD: Makefile,v 1.24 2004/01/24 15:30:32 grant Exp $
#
DISTNAME= gnome-panel-2.4.2
@@ -16,7 +16,7 @@
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_PERL5= YES
USE_PKGLOCALEDIR= YES
USE_X11= YES
diff -r eb8bc071e24f -r 8c5ed5991bd3 x11/gnome-python/Makefile
--- a/x11/gnome-python/Makefile Sat Jan 24 15:18:32 2004 +0000
+++ b/x11/gnome-python/Makefile Sat Jan 24 15:30:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2004/01/03 18:49:56 reed Exp $
+# $NetBSD: Makefile,v 1.39 2004/01/24 15:30:32 grant Exp $
DISTNAME= gnome-python-1.4.4
PKGNAME= ${PYPKGPREFIX}-gnome-1.4.4
@@ -18,7 +18,7 @@
GNU_CONFIGURE= yes
USE_X11= yes
USE_BUILDLINK2= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
diff -r eb8bc071e24f -r 8c5ed5991bd3 x11/gnome-session/Makefile
--- a/x11/gnome-session/Makefile Sat Jan 24 15:18:32 2004 +0000
+++ b/x11/gnome-session/Makefile Sat Jan 24 15:30:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/01/23 21:50:50 jmmv Exp $
+# $NetBSD: Makefile,v 1.26 2004/01/24 15:30:32 grant Exp $
#
DISTNAME= gnome-session-2.4.2
@@ -18,7 +18,7 @@
GNU_CONFIGURE= yes
USE_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_X11= yes
USE_PERL5= build
diff -r eb8bc071e24f -r 8c5ed5991bd3 x11/gnome-themes-extra/Makefile
--- a/x11/gnome-themes-extra/Makefile Sat Jan 24 15:18:32 2004 +0000
+++ b/x11/gnome-themes-extra/Makefile Sat Jan 24 15:30:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/01/23 21:50:50 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2004/01/24 15:30:32 grant Exp $
#
DISTNAME= gnome-themes-extras-0.5
@@ -18,7 +18,7 @@
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_X11= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
diff -r eb8bc071e24f -r 8c5ed5991bd3 x11/gnome-themes/Makefile
--- a/x11/gnome-themes/Makefile Sat Jan 24 15:18:32 2004 +0000
+++ b/x11/gnome-themes/Makefile Sat Jan 24 15:30:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/01/23 21:50:50 jmmv Exp $
+# $NetBSD: Makefile,v 1.9 2004/01/24 15:30:32 grant Exp $
#
DISTNAME= gnome-themes-2.4.1
@@ -15,7 +15,7 @@
BUILD_USES_MSGFMT= yes
USE_BUILDLINK2= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_X11= yes
diff -r eb8bc071e24f -r 8c5ed5991bd3 x11/gnome2-applets/Makefile
--- a/x11/gnome2-applets/Makefile Sat Jan 24 15:18:32 2004 +0000
+++ b/x11/gnome2-applets/Makefile Sat Jan 24 15:30:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/01/23 21:50:50 jmmv Exp $
+# $NetBSD: Makefile,v 1.15 2004/01/24 15:30:32 grant Exp $
#
DISTNAME= gnome-applets-2.4.2
@@ -17,7 +17,7 @@
GNU_CONFIGURE= yes
USE_BUILDLINK2= yes
USE_X11= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
diff -r eb8bc071e24f -r 8c5ed5991bd3 x11/gnome2-control-center/Makefile
--- a/x11/gnome2-control-center/Makefile Sat Jan 24 15:18:32 2004 +0000
+++ b/x11/gnome2-control-center/Makefile Sat Jan 24 15:30:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2004/01/23 21:50:50 jmmv Exp $
+# $NetBSD: Makefile,v 1.23 2004/01/24 15:30:32 grant Exp $
#
DISTNAME= control-center-2.4.0
@@ -19,7 +19,7 @@
USE_BUILDLINK2= yes
USE_PKGINSTALL= yes
Home |
Main Index |
Thread Index |
Old Index