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/3e66cae62c39
branches: trunk
changeset: 466665:3e66cae62c39
user: grant <grant%pkgsrc.org@localhost>
date: Thu Jan 22 08:36:03 2004 +0000
description:
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
diffstat:
emulators/BasiliskII/Makefile | 4 ++--
emulators/atari800/Makefile | 4 ++--
emulators/bochs/Makefile | 4 ++--
emulators/darcnes/Makefile.common | 4 ++--
emulators/dega/Makefile | 4 ++--
emulators/dgen/Makefile | 4 ++--
emulators/gpsim/Makefile | 4 ++--
emulators/hatari/Makefile | 4 ++--
emulators/hercules/Makefile | 4 ++--
emulators/ia64sim/Makefile | 4 ++--
emulators/p11/Makefile | 4 ++--
emulators/palmosemulator/Makefile | 4 ++--
emulators/rewind/Makefile | 4 ++--
emulators/snes9x/Makefile | 4 ++--
emulators/twin/Makefile | 4 ++--
emulators/uae/Makefile | 4 ++--
emulators/vba/Makefile | 4 ++--
emulators/vice/Makefile | 4 ++--
emulators/wine/Makefile | 4 ++--
emulators/xmame/Makefile | 4 ++--
emulators/xmess/Makefile | 4 ++--
emulators/zsnes/Makefile | 4 ++--
finance/emma/Makefile | 4 ++--
finance/gnofin/Makefile | 4 ++--
finance/gnucash/Makefile | 4 ++--
finance/kmymoney2/Makefile | 4 ++--
fonts/Xft2/Makefile | 4 ++--
fonts/chkfontpath/Makefile | 4 ++--
fonts/fontconfig/Makefile | 4 ++--
fonts/gucharmap/Makefile | 4 ++--
fonts/ja-shinonome/Makefile | 4 ++--
fonts/oto/Makefile | 4 ++--
fonts/pcf2bdf/Makefile | 4 ++--
fonts/pfaedit/Makefile | 4 ++--
fonts/t1lib/Makefile | 4 ++--
35 files changed, 70 insertions(+), 70 deletions(-)
diffs (truncated from 630 to 300 lines):
diff -r 80e096fda9b8 -r 3e66cae62c39 emulators/BasiliskII/Makefile
--- a/emulators/BasiliskII/Makefile Thu Jan 22 08:31:31 2004 +0000
+++ b/emulators/BasiliskII/Makefile Thu Jan 22 08:36:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/01/20 12:14:40 agc Exp $
+# $NetBSD: Makefile,v 1.13 2004/01/22 08:36:03 grant Exp $
DISTNAME= BasiliskII_src_14032003
PKGNAME= BasiliskII-1.0.20030314
@@ -13,7 +13,7 @@
WRKSRC= ${WRKDIR}/BasiliskII-1.0/src/Unix
USE_BUILDLINK2= yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_X11= yes
CONFIGURE_ARGS+=--without-gtk --without-esd --disable-fbdev-dga --without-mon
diff -r 80e096fda9b8 -r 3e66cae62c39 emulators/atari800/Makefile
--- a/emulators/atari800/Makefile Thu Jan 22 08:31:31 2004 +0000
+++ b/emulators/atari800/Makefile Thu Jan 22 08:36:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2004/01/20 12:14:40 agc Exp $
+# $NetBSD: Makefile,v 1.24 2004/01/22 08:36:03 grant Exp $
#
DISTNAME= atari800-1.3.2
@@ -18,7 +18,7 @@
WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_BUILDLINK2= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_X11= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --target=x11
diff -r 80e096fda9b8 -r 3e66cae62c39 emulators/bochs/Makefile
--- a/emulators/bochs/Makefile Thu Jan 22 08:31:31 2004 +0000
+++ b/emulators/bochs/Makefile Thu Jan 22 08:36:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2003/11/06 18:26:46 gavan Exp $
+# $NetBSD: Makefile,v 1.31 2004/01/22 08:36:03 grant Exp $
DISTNAME= bochs-2.0.2
CATEGORIES= emulators
@@ -11,7 +11,7 @@
GNU_CONFIGURE= yes
CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_GCC_SHLIB= yes
# These options are not enabled by default because they can adversely impact
# performance. The number of processors can be either 1 (default), 2, or 4.
diff -r 80e096fda9b8 -r 3e66cae62c39 emulators/darcnes/Makefile.common
--- a/emulators/darcnes/Makefile.common Thu Jan 22 08:31:31 2004 +0000
+++ b/emulators/darcnes/Makefile.common Thu Jan 22 08:36:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2004/01/20 12:14:40 agc Exp $
+# $NetBSD: Makefile.common,v 1.3 2004/01/22 08:36:03 grant Exp $
DISTNAME= dn9b0401
CATEGORIES= emulators
@@ -10,7 +10,7 @@
LICENSE= no-commercial-use
WRKSRC= ${WRKDIR}/darcnes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_BUILDLINK2= yes
PATCHDIR= ${.CURDIR}/../../emulators/darcnes/patches
DISTINFO_FILE= ${.CURDIR}/../../emulators/darcnes/distinfo
diff -r 80e096fda9b8 -r 3e66cae62c39 emulators/dega/Makefile
--- a/emulators/dega/Makefile Thu Jan 22 08:31:31 2004 +0000
+++ b/emulators/dega/Makefile Thu Jan 22 08:36:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/09/29 09:29:18 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.3 2004/01/22 08:36:03 grant Exp $
#
DISTNAME= dega-1.07
@@ -12,7 +12,7 @@
BUILD_DEPENDS= nasm>=0.98:../../devel/nasm
USE_BUILDLINK2= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_X11= yes
# Uses i386 assembly code
diff -r 80e096fda9b8 -r 3e66cae62c39 emulators/dgen/Makefile
--- a/emulators/dgen/Makefile Thu Jan 22 08:31:31 2004 +0000
+++ b/emulators/dgen/Makefile Thu Jan 22 08:36:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/09/25 04:53:23 xtraeme Exp $
+# $NetBSD: Makefile,v 1.2 2004/01/22 08:36:04 grant Exp $
#
DISTNAME= dgen-sdl-1.23
@@ -13,7 +13,7 @@
DEPENDS+= nasm-[0-9]*:../../devel/nasm
.endif
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
GNU_CONFIGURE= yes
USE_X11= yes
USE_BUILDLINK2= yes
diff -r 80e096fda9b8 -r 3e66cae62c39 emulators/gpsim/Makefile
--- a/emulators/gpsim/Makefile Thu Jan 22 08:31:31 2004 +0000
+++ b/emulators/gpsim/Makefile Thu Jan 22 08:36:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/11/28 11:53:13 bouyer Exp $
+# $NetBSD: Makefile,v 1.9 2004/01/22 08:36:04 grant Exp $
#
DISTNAME= gpsim-0.20.7
@@ -14,7 +14,7 @@
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-exdbm=${BUILDLINK_PREFIX.eXdbm}
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
diff -r 80e096fda9b8 -r 3e66cae62c39 emulators/hatari/Makefile
--- a/emulators/hatari/Makefile Thu Jan 22 08:31:31 2004 +0000
+++ b/emulators/hatari/Makefile Thu Jan 22 08:36:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/01/20 12:14:41 agc Exp $
+# $NetBSD: Makefile,v 1.9 2004/01/22 08:36:04 grant Exp $
#
DISTNAME= hatari-0.45
@@ -12,7 +12,7 @@
WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_BUILDLINK2= YES
USE_X11= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
ALL_TARGET= hatari
MAKE_FLAGS+= DATADIR="${PREFIX}/share/hatari"
diff -r 80e096fda9b8 -r 3e66cae62c39 emulators/hercules/Makefile
--- a/emulators/hercules/Makefile Thu Jan 22 08:31:31 2004 +0000
+++ b/emulators/hercules/Makefile Thu Jan 22 08:36:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2003/07/21 16:45:55 martti Exp $
+# $NetBSD: Makefile,v 1.14 2004/01/22 08:36:04 grant Exp $
DISTNAME= hercules-2.11
PKGREVISION= 1
@@ -12,7 +12,7 @@
DEPENDS= unproven-pthreads>0.17nb1:../../devel/unproven-pthreads
DEPENDS+= hercules-images-[0-9]*:../../emulators/hercules-images
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
MAKEFILE= makefile
MAKE_ENV+= HOST_ARCH=${MACHINE_ARCH}
diff -r 80e096fda9b8 -r 3e66cae62c39 emulators/ia64sim/Makefile
--- a/emulators/ia64sim/Makefile Thu Jan 22 08:31:31 2004 +0000
+++ b/emulators/ia64sim/Makefile Thu Jan 22 08:36:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/07/17 21:35:33 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/01/22 08:36:04 grant Exp $
DISTNAME= ia64sim
PKGNAME= ia64sim-0.3
@@ -10,7 +10,7 @@
HOMEPAGE= http://www.glue.umd.edu/~jasonp/
COMMENT= IA64 simulator (Intel(R) Architecture 64)
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
DIST_SUBDIR= ${PKGNAME}
MAKEFILE= makefile.unx
diff -r 80e096fda9b8 -r 3e66cae62c39 emulators/p11/Makefile
--- a/emulators/p11/Makefile Thu Jan 22 08:31:31 2004 +0000
+++ b/emulators/p11/Makefile Thu Jan 22 08:36:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/07/17 21:35:40 grant Exp $
+# $NetBSD: Makefile,v 1.4 2004/01/22 08:36:04 grant Exp $
#
DISTNAME= p11-2.10a
@@ -15,7 +15,7 @@
CONFIGURE_ARGS+= --with-begemot=${PREFIX}
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
# override MAKEFLAGS in the build and install stages
do-build:
diff -r 80e096fda9b8 -r 3e66cae62c39 emulators/palmosemulator/Makefile
--- a/emulators/palmosemulator/Makefile Thu Jan 22 08:31:31 2004 +0000
+++ b/emulators/palmosemulator/Makefile Thu Jan 22 08:36:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/01/20 12:14:41 agc Exp $
+# $NetBSD: Makefile,v 1.10 2004/01/22 08:36:04 grant Exp $
#
DISTNAME= emulator_src_${POSE_VERSION}
@@ -34,7 +34,7 @@
USE_BUILDLINK2= YES
USE_PERL5= build
USE_X11= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-fltk=${BUILDLINK_PREFIX.fltk}
diff -r 80e096fda9b8 -r 3e66cae62c39 emulators/rewind/Makefile
--- a/emulators/rewind/Makefile Thu Jan 22 08:31:31 2004 +0000
+++ b/emulators/rewind/Makefile Thu Jan 22 08:36:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/01/03 18:49:40 reed Exp $
+# $NetBSD: Makefile,v 1.9 2004/01/22 08:36:04 grant Exp $
DISTNAME= rewind-20020420
PKGREVISION= 4
@@ -16,7 +16,7 @@
USE_BUILDLINK2= YES
USE_X11= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --without-curses
diff -r 80e096fda9b8 -r 3e66cae62c39 emulators/snes9x/Makefile
--- a/emulators/snes9x/Makefile Thu Jan 22 08:31:31 2004 +0000
+++ b/emulators/snes9x/Makefile Thu Jan 22 08:36:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/01/20 12:14:41 agc Exp $
+# $NetBSD: Makefile,v 1.18 2004/01/22 08:36:04 grant Exp $
DISTNAME= s9xs139
PKGNAME= snes9x-1.39
@@ -15,7 +15,7 @@
WRKSRC= ${WRKDIR}/release
USE_BUILDLINK2= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_X11= yes
PTHREAD_OPTS= require
diff -r 80e096fda9b8 -r 3e66cae62c39 emulators/twin/Makefile
--- a/emulators/twin/Makefile Thu Jan 22 08:31:31 2004 +0000
+++ b/emulators/twin/Makefile Thu Jan 22 08:36:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/01/20 12:14:41 agc Exp $
+# $NetBSD: Makefile,v 1.12 2004/01/22 08:36:04 grant Exp $
#
DISTNAME= twin-src-3.1.14
@@ -13,7 +13,7 @@
WRKSRC= ${WRKDIR}/twin
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_X11= yes
ALL_TARGET= depend world
AUTOCONF_REQD= 2.13
diff -r 80e096fda9b8 -r 3e66cae62c39 emulators/uae/Makefile
--- a/emulators/uae/Makefile Thu Jan 22 08:31:31 2004 +0000
+++ b/emulators/uae/Makefile Thu Jan 22 08:36:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2003/09/30 12:25:25 tron Exp $
+# $NetBSD: Makefile,v 1.28 2004/01/22 08:36:04 grant Exp $
DISTNAME= uae-0.8.22
PKGNAME= ${DISTNAME}
@@ -12,7 +12,7 @@
DEPENDS= unzip>=5.40:../../archivers/unzip
USE_BUILDLINK2= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_X11= yes
GNU_CONFIGURE= yes
diff -r 80e096fda9b8 -r 3e66cae62c39 emulators/vba/Makefile
--- a/emulators/vba/Makefile Thu Jan 22 08:31:31 2004 +0000
+++ b/emulators/vba/Makefile Thu Jan 22 08:36:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/01/20 12:14:41 agc Exp $
+# $NetBSD: Makefile,v 1.3 2004/01/22 08:36:04 grant Exp $
DISTNAME= VisualBoyAdvance-src-1.6a
PKGNAME= vba-1.6.0.1
@@ -11,7 +11,7 @@
COMMENT= Gameboy advance emulator
Home |
Main Index |
Thread Index |
Old Index