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/535a37909cc6
branches: trunk
changeset: 466928:535a37909cc6
user: grant <grant%pkgsrc.org@localhost>
date: Sat Jan 24 15:06:57 2004 +0000
description:
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
diffstat:
sysutils/amanda-dev-server/Makefile | 4 ++--
sysutils/amanda-server/Makefile | 4 ++--
sysutils/apcupsd/Makefile | 4 ++--
sysutils/apotheke/Makefile | 4 ++--
sysutils/cdrdao/Makefile | 4 ++--
sysutils/cdrecord-xcdroast/Makefile | 4 ++--
sysutils/cdrecord/Makefile | 4 ++--
sysutils/cdrtools-ossdvd/Makefile | 4 ++--
sysutils/dog/Makefile | 4 ++--
sysutils/extipl/Makefile | 4 ++--
sysutils/fam/Makefile | 4 ++--
sysutils/fsviewer/Makefile | 4 ++--
sysutils/gcdmaster/Makefile | 4 ++--
sysutils/gkrellm/Makefile | 4 ++--
sysutils/gnome-acme/Makefile | 4 ++--
sysutils/gnome-vfs/Makefile | 4 ++--
sysutils/gnome-vfs2/Makefile | 4 ++--
sysutils/gnome2-system-monitor/Makefile | 4 ++--
sysutils/gnometoaster/Makefile | 4 ++--
sysutils/gpart/Makefile | 4 ++--
sysutils/grub/Makefile | 4 ++--
sysutils/grun/Makefile | 4 ++--
sysutils/gtop/Makefile | 4 ++--
sysutils/gworkspace/Makefile.common | 4 ++--
sysutils/idesk/Makefile | 4 ++--
sysutils/isapnptools/Makefile | 4 ++--
sysutils/kdirstat/Makefile | 4 ++--
sysutils/mc/Makefile.common | 4 ++--
sysutils/memtest86/Makefile | 4 ++--
sysutils/mtools/Makefile | 4 ++--
sysutils/nautilus/Makefile | 4 ++--
sysutils/pciutils/Makefile | 4 ++--
sysutils/pv/Makefile | 4 ++--
sysutils/vcdimager-devel/Makefile | 4 ++--
sysutils/vcdimager/Makefile | 4 ++--
sysutils/vifm/Makefile | 4 ++--
sysutils/xcdroast/Makefile | 4 ++--
sysutils/xfe/Makefile | 4 ++--
sysutils/xosview/Makefile | 4 ++--
sysutils/xps/Makefile | 4 ++--
textproc/GutenMark/Makefile | 4 ++--
textproc/aspell/Makefile | 4 ++--
textproc/dict-client/Makefile | 4 ++--
textproc/dict-dictionaries/Makefile | 4 ++--
textproc/dict-server/Makefile | 4 ++--
textproc/eb/Makefile | 4 ++--
textproc/expat/Makefile | 4 ++--
textproc/expatobjc/Makefile | 4 ++--
textproc/freepwing/Makefile | 4 ++--
textproc/glimpse/Makefile | 4 ++--
textproc/gocr/Makefile | 4 ++--
textproc/icu/Makefile | 4 ++--
textproc/intltool/Makefile | 4 ++--
textproc/ispell-german/Makefile | 4 ++--
textproc/ja-groff/Makefile | 4 ++--
textproc/ja-sed/Makefile | 4 ++--
textproc/jade/Makefile | 4 ++--
textproc/kakasi/Makefile | 4 ++--
textproc/libcroco/Makefile | 4 ++--
textproc/libxml2/Makefile | 4 ++--
textproc/libxslt/Makefile | 4 ++--
textproc/openjade/Makefile | 4 ++--
textproc/p5-XML-Xerces/Makefile | 4 ++--
textproc/postgresql-autodoc/Makefile | 4 ++--
textproc/regexx/Makefile | 4 ++--
textproc/robodoc/Makefile | 4 ++--
textproc/sablotron/Makefile | 4 ++--
textproc/scrollkeeper/Makefile | 4 ++--
textproc/subtitleripper/Makefile | 4 ++--
textproc/xalan-c/Makefile | 4 ++--
textproc/xerces-c/Makefile | 4 ++--
textproc/xml-i18n-tools/Makefile | 4 ++--
textproc/yodl/Makefile | 4 ++--
time/wmcalclock/Makefile | 4 ++--
time/wmmoonclock/Makefile | 4 ++--
75 files changed, 150 insertions(+), 150 deletions(-)
diffs (truncated from 1349 to 300 lines):
diff -r af172cb3fb41 -r 535a37909cc6 sysutils/amanda-dev-server/Makefile
--- a/sysutils/amanda-dev-server/Makefile Sat Jan 24 15:00:26 2004 +0000
+++ b/sysutils/amanda-dev-server/Makefile Sat Jan 24 15:06:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/10/25 19:29:00 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2004/01/24 15:06:57 grant Exp $
#
PKGNAME= amanda-server-${VERS}
@@ -7,7 +7,7 @@
USE_BUILDLINK2= yes
USE_PERL5= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
.include "../../mk/bsd.prefs.mk"
.include "../../sysutils/amanda-dev-common/Makefile.common"
diff -r af172cb3fb41 -r 535a37909cc6 sysutils/amanda-server/Makefile
--- a/sysutils/amanda-server/Makefile Sat Jan 24 15:00:26 2004 +0000
+++ b/sysutils/amanda-server/Makefile Sat Jan 24 15:06:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2003/07/17 22:53:26 grant Exp $
+# $NetBSD: Makefile,v 1.26 2004/01/24 15:06:57 grant Exp $
# FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp
#
@@ -14,7 +14,7 @@
USE_PERL5= yes
USE_BUILDLINK2= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
.include "../../mk/bsd.prefs.mk"
.include "../../sysutils/amanda-common/Makefile.common"
diff -r af172cb3fb41 -r 535a37909cc6 sysutils/apcupsd/Makefile
--- a/sysutils/apcupsd/Makefile Sat Jan 24 15:00:26 2004 +0000
+++ b/sysutils/apcupsd/Makefile Sat Jan 24 15:06:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2003/09/28 09:13:58 jlam Exp $
+# $NetBSD: Makefile,v 1.26 2004/01/24 15:06:57 grant Exp $
DISTNAME= apcupsd-3.8.6
PKGREVISION= 1
@@ -13,7 +13,7 @@
USE_BUILDLINK2= yes
USE_PKGINSTALL= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
GNU_CONFIGURE= yes
diff -r af172cb3fb41 -r 535a37909cc6 sysutils/apotheke/Makefile
--- a/sysutils/apotheke/Makefile Sat Jan 24 15:00:26 2004 +0000
+++ b/sysutils/apotheke/Makefile Sat Jan 24 15:06:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/01/23 21:50:47 jmmv Exp $
+# $NetBSD: Makefile,v 1.5 2004/01/24 15:06:57 grant Exp $
#
DISTNAME= apotheke-0.2
@@ -14,7 +14,7 @@
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_X11= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
GCONF2_SCHEMAS+= apotheke.schemas
diff -r af172cb3fb41 -r 535a37909cc6 sysutils/cdrdao/Makefile
--- a/sysutils/cdrdao/Makefile Sat Jan 24 15:00:26 2004 +0000
+++ b/sysutils/cdrdao/Makefile Sat Jan 24 15:06:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/01/20 12:26:15 agc Exp $
+# $NetBSD: Makefile,v 1.13 2004/01/24 15:06:57 grant Exp $
#
DISTNAME= ${PKGNAME}.src
@@ -12,7 +12,7 @@
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
GNU_CONFIGURE= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
CONFIGURE_ARGS+= --with-pcctsbin=${PREFIX}/bin
CONFIGURE_ARGS+= --with-pcctsinc=${PREFIX}/include/pccts
CONFIGURE_ARGS+= --without-posix-threads
diff -r af172cb3fb41 -r 535a37909cc6 sysutils/cdrecord-xcdroast/Makefile
--- a/sysutils/cdrecord-xcdroast/Makefile Sat Jan 24 15:00:26 2004 +0000
+++ b/sysutils/cdrecord-xcdroast/Makefile Sat Jan 24 15:06:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/01/20 12:26:15 agc Exp $
+# $NetBSD: Makefile,v 1.8 2004/01/24 15:06:57 grant Exp $
DISTNAME= cdrtools-2.01a21
PKGNAME= cdrecord-xcdroast-0.98a15.2.01a21
@@ -17,7 +17,7 @@
WRKSRC= ${WRKDIR}/${DISTNAME:C/a.*//}
USE_BUILDLINK2= # defined
-USE_GMAKE= # defined
+USE_GNU_TOOLS+= make
.if ${LOCALBASE} != "/opt/schily"
BUILDLINK_TRANSFORM= r:-I/opt/schily
diff -r af172cb3fb41 -r 535a37909cc6 sysutils/cdrecord/Makefile
--- a/sysutils/cdrecord/Makefile Sat Jan 24 15:00:26 2004 +0000
+++ b/sysutils/cdrecord/Makefile Sat Jan 24 15:06:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2004/01/05 12:48:30 jlam Exp $
+# $NetBSD: Makefile,v 1.53 2004/01/24 15:06:57 grant Exp $
DISTNAME= cdrtools-2.00.3
PKGNAME= cdrecord-2.00.3
@@ -16,7 +16,7 @@
.include "../../mk/bsd.prefs.mk"
USE_BUILDLINK3= # defined
-USE_GMAKE= # defined
+USE_GNU_TOOLS+= make
TBL?= tbl
# avoid picking up a bad ${ARCH} during the build
diff -r af172cb3fb41 -r 535a37909cc6 sysutils/cdrtools-ossdvd/Makefile
--- a/sysutils/cdrtools-ossdvd/Makefile Sat Jan 24 15:00:26 2004 +0000
+++ b/sysutils/cdrtools-ossdvd/Makefile Sat Jan 24 15:06:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/01/20 12:26:15 agc Exp $
+# $NetBSD: Makefile,v 1.3 2004/01/24 15:06:57 grant Exp $
DISTNAME= cdrtools-2.01a18
PKGNAME= cdrtools-ossdvd-2.01.1.18
@@ -19,7 +19,7 @@
WRKSRC= ${WRKDIR}/cdrtools-2.01
USE_BUILDLINK2= # defined
-USE_GMAKE= # defined
+USE_GNU_TOOLS+= make
TBL?= tbl
.if ${LOCALBASE} != "/opt/schily"
diff -r af172cb3fb41 -r 535a37909cc6 sysutils/dog/Makefile
--- a/sysutils/dog/Makefile Sat Jan 24 15:00:26 2004 +0000
+++ b/sysutils/dog/Makefile Sat Jan 24 15:06:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/09/23 13:34:44 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2004/01/24 15:06:57 grant Exp $
# FreeBSD Id: ports/misc/dog/Makefile,v 1.1 2000/06/10 05:45:34 will Exp
DISTNAME= dog-1.7
@@ -9,7 +9,7 @@
HOMEPAGE= http://jl.photodex.com/dog/
COMMENT= Dog writes the contents of each given file, URL, or stdin
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
ALL_TARGET= dog
.include "../../mk/bsd.prefs.mk"
diff -r af172cb3fb41 -r 535a37909cc6 sysutils/extipl/Makefile
--- a/sysutils/extipl/Makefile Sat Jan 24 15:00:26 2004 +0000
+++ b/sysutils/extipl/Makefile Sat Jan 24 15:06:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/01/20 12:26:15 agc Exp $
+# $NetBSD: Makefile,v 1.7 2004/01/24 15:06:57 grant Exp $
#
DISTNAME= extipl-5.04
@@ -12,6 +12,6 @@
BUILD_DEPENDS+= nasm-[0-9]*:../../devel/nasm
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}/src
-USE_GMAKE= #defined
+USE_GNU_TOOLS+= make
.include "../../mk/bsd.pkg.mk"
diff -r af172cb3fb41 -r 535a37909cc6 sysutils/fam/Makefile
--- a/sysutils/fam/Makefile Sat Jan 24 15:00:26 2004 +0000
+++ b/sysutils/fam/Makefile Sat Jan 24 15:06:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2003/07/17 22:53:33 grant Exp $
+# $NetBSD: Makefile,v 1.8 2004/01/24 15:06:57 grant Exp $
#
DISTNAME= fam-2.6.9
@@ -13,7 +13,7 @@
COMMENT= File Alteration Monitor
USE_BUILDLINK2= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
diff -r af172cb3fb41 -r 535a37909cc6 sysutils/fsviewer/Makefile
--- a/sysutils/fsviewer/Makefile Sat Jan 24 15:00:26 2004 +0000
+++ b/sysutils/fsviewer/Makefile Sat Jan 24 15:06:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/01/03 18:49:52 reed Exp $
+# $NetBSD: Makefile,v 1.12 2004/01/24 15:06:57 grant Exp $
#
DISTNAME= FSViewer.app-0.2.3
@@ -19,7 +19,7 @@
# when the application gets updated for windowmaker>=0.64.0
CFLAGS+= -I${BUILDLINK_PREFIX.windowmaker}/include/WINGs
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
GNU_CONFIGURE= yes
USE_X11= yes
USE_BUILDLINK2= yes
diff -r af172cb3fb41 -r 535a37909cc6 sysutils/gcdmaster/Makefile
--- a/sysutils/gcdmaster/Makefile Sat Jan 24 15:00:26 2004 +0000
+++ b/sysutils/gcdmaster/Makefile Sat Jan 24 15:06:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/01/20 12:26:15 agc Exp $
+# $NetBSD: Makefile,v 1.15 2004/01/24 15:06:57 grant Exp $
#
DISTNAME= cdrdao-1.1.7.src
@@ -17,7 +17,7 @@
USE_X11BASE= YES
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
CONFIGURE_ARGS+= --with-pcctsbin=${LOCALBASE}/bin
CONFIGURE_ARGS+= --with-pcctsinc=${LOCALBASE}/include/pccts
CONFIGURE_ARGS+= --without-posix-threads
diff -r af172cb3fb41 -r 535a37909cc6 sysutils/gkrellm/Makefile
--- a/sysutils/gkrellm/Makefile Sat Jan 24 15:00:26 2004 +0000
+++ b/sysutils/gkrellm/Makefile Sat Jan 24 15:06:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2004/01/03 18:49:52 reed Exp $
+# $NetBSD: Makefile,v 1.27 2004/01/24 15:06:57 grant Exp $
#
DISTNAME= gkrellm-1.2.13
@@ -16,7 +16,7 @@
OSVERSION_SPECIFIC= YES
USE_BUILDLINK2= YES
USE_X11= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_PKGLOCALEDIR= YES
ALL_TARGET= netbsd
diff -r af172cb3fb41 -r 535a37909cc6 sysutils/gnome-acme/Makefile
--- a/sysutils/gnome-acme/Makefile Sat Jan 24 15:00:26 2004 +0000
+++ b/sysutils/gnome-acme/Makefile Sat Jan 24 15:06:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/01/23 21:50:48 jmmv Exp $
+# $NetBSD: Makefile,v 1.5 2004/01/24 15:06:57 grant Exp $
DISTNAME= acme-2.4.2
PKGNAME= gnome-${DISTNAME}
@@ -14,7 +14,7 @@
DEPENDS= gnome2-control-center>=2.0:../../x11/gnome2-control-center
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_BUILDLINK2= yes
USE_X11= yes
USE_PKGLOCALEDIR= yes
diff -r af172cb3fb41 -r 535a37909cc6 sysutils/gnome-vfs/Makefile
--- a/sysutils/gnome-vfs/Makefile Sat Jan 24 15:00:26 2004 +0000
+++ b/sysutils/gnome-vfs/Makefile Sat Jan 24 15:06:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2004/01/03 18:49:52 reed Exp $
+# $NetBSD: Makefile,v 1.36 2004/01/24 15:06:57 grant Exp $
DISTNAME= gnome-vfs-1.0.5
PKGREVISION= 5
@@ -15,7 +15,7 @@
USE_BUILDLINK2= YES
USE_PKGLOCALEDIR= YES
USE_X11BASE= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
diff -r af172cb3fb41 -r 535a37909cc6 sysutils/gnome-vfs2/Makefile
--- a/sysutils/gnome-vfs2/Makefile Sat Jan 24 15:00:26 2004 +0000
+++ b/sysutils/gnome-vfs2/Makefile Sat Jan 24 15:06:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2004/01/23 21:50:48 jmmv Exp $
+# $NetBSD: Makefile,v 1.23 2004/01/24 15:06:57 grant Exp $
#
DISTNAME= gnome-vfs-2.4.1
@@ -17,7 +17,7 @@
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_PKGLOCALEDIR= YES
Home |
Main Index |
Thread Index |
Old Index