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/abd5a6b0b09a
branches:  trunk
changeset: 466915:abd5a6b0b09a
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Jan 24 13:30:55 2004 +0000

description:
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.

diffstat:

 games/KoboDeluxe/Makefile            |  4 ++--
 games/abuse/Makefile                 |  4 ++--
 games/asc/Makefile                   |  4 ++--
 games/boson/Makefile                 |  4 ++--
 games/bzflag/Makefile                |  4 ++--
 games/cbzone/Makefile                |  4 ++--
 games/clanbomber/Makefile            |  4 ++--
 games/copter-commander/Makefile      |  4 ++--
 games/corewars/Makefile              |  4 ++--
 games/craft/Makefile                 |  4 ++--
 games/crimsonfields/Makefile         |  4 ++--
 games/criticalmass/Makefile          |  4 ++--
 games/crossfire-cli/Makefile         |  4 ++--
 games/crossfire-srv/Makefile         |  4 ++--
 games/defendguin/Makefile            |  4 ++--
 games/dopewars/Makefile              |  4 ++--
 games/fkiss/Makefile                 |  4 ++--
 games/foobillard/Makefile            |  4 ++--
 games/frozen-bubble/Makefile         |  4 ++--
 games/gnocatan/Makefile              |  4 ++--
 games/gnome-games/Makefile           |  4 ++--
 games/gnome2-games/Makefile          |  4 ++--
 games/gnuchess/Makefile              |  4 ++--
 games/gnugo/Makefile                 |  4 ++--
 games/gtetrinet/Makefile             |  4 ++--
 games/gtkballs/Makefile              |  4 ++--
 games/gturing/Makefile               |  4 ++--
 games/icebreaker/Makefile            |  4 ++--
 games/iso-pernangband/Makefile       |  4 ++--
 games/ketm/Makefile                  |  4 ++--
 games/knights/Makefile               |  4 ++--
 games/mirrormagic-sdl/Makefile       |  4 ++--
 games/mirrormagic/Makefile           |  4 ++--
 games/nagi/Makefile                  |  6 +++---
 games/netris/Makefile                |  4 ++--
 games/nighthawk/Makefile             |  4 ++--
 games/openmortal/Makefile            |  4 ++--
 games/pacman/Makefile                |  4 ++--
 games/pag/Makefile                   |  4 ++--
 games/powwow/Makefile                |  4 ++--
 games/quake/Makefile                 |  4 ++--
 games/quake6/Makefile                |  4 ++--
 games/rocksndiamonds/Makefile.common |  4 ++--
 games/sarien/Makefile                |  4 ++--
 games/scummvm/Makefile               |  4 ++--
 games/sirius/Makefile                |  4 ++--
 games/tileworld/Makefile             |  4 ++--
 games/tuxmath/Makefile               |  4 ++--
 games/wormz/Makefile                 |  4 ++--
 games/xarchon/Makefile               |  4 ++--
 games/xconq/Makefile                 |  4 ++--
 games/xdoom/Makefile                 |  4 ++--
 games/xfreecell/Makefile             |  4 ++--
 games/xfrisk/Makefile                |  4 ++--
 games/xnibbles/Makefile              |  4 ++--
 games/xpuyopuyo/Makefile             |  4 ++--
 games/xracer/Makefile                |  4 ++--
 games/xrick/Makefile                 |  4 ++--
 games/xtux/Makefile                  |  4 ++--
 games/zoom/Makefile                  |  4 ++--
 ham/7plus/Makefile                   |  4 ++--
 ham/cwtext/Makefile                  |  4 ++--
 ham/dpbox/Makefile                   |  4 ++--
 ham/hamlib/Makefile                  |  4 ++--
 ham/tfkiss/Makefile                  |  4 ++--
 ham/tnt/Makefile                     |  4 ++--
 ham/xlog/Makefile                    |  4 ++--
 67 files changed, 135 insertions(+), 135 deletions(-)

diffs (truncated from 1208 to 300 lines):

diff -r 17bbc4bdceae -r abd5a6b0b09a games/KoboDeluxe/Makefile
--- a/games/KoboDeluxe/Makefile Sat Jan 24 13:25:17 2004 +0000
+++ b/games/KoboDeluxe/Makefile Sat Jan 24 13:30:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/01/03 18:49:40 reed Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/24 13:30:55 grant Exp $
 
 DISTNAME=      KoboDeluxe-0.4pre8
 PKGNAME=       ${DISTNAME:S/pre/rc/}
@@ -11,7 +11,7 @@
 COMMENT=       Multi-way scrolling shoot 'em up game for X
 
 USE_BUILDLINK2=        YES
-USE_GMAKE=     YES
+USE_GNU_TOOLS+=        make
 USE_X11=       YES
 GNU_CONFIGURE= YES
 
diff -r 17bbc4bdceae -r abd5a6b0b09a games/abuse/Makefile
--- a/games/abuse/Makefile      Sat Jan 24 13:25:17 2004 +0000
+++ b/games/abuse/Makefile      Sat Jan 24 13:30:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/03/14 19:37:37 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2004/01/24 13:30:55 grant Exp $
 
 DISTNAME=              abuse_pd
 PKGNAME=               abuse-2.0
@@ -14,7 +14,7 @@
 USE_X11BASE=           yes
 GNU_CONFIGURE=         yes
 CONFIGURE_ENV+=                LDFLAGS="${X11_LDFLAGS}"
-USE_GMAKE=             yes
+USE_GNU_TOOLS+=                make
 
 NOT_FOR_PLATFORM=      NetBSD-*-arm32
 
diff -r 17bbc4bdceae -r abd5a6b0b09a games/asc/Makefile
--- a/games/asc/Makefile        Sat Jan 24 13:25:17 2004 +0000
+++ b/games/asc/Makefile        Sat Jan 24 13:30:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/01/20 12:15:39 agc Exp $
+# $NetBSD: Makefile,v 1.10 2004/01/24 13:30:55 grant Exp $
 #
 
 DISTNAME=              asc-source-1.13.8.0
@@ -19,7 +19,7 @@
 USE_BUILDLINK2=                yes
 USE_PKGLOCALEDIR=      yes
 USE_LIBTOOL=           yes
-USE_GMAKE=             yes
+USE_GNU_TOOLS+=                make
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 GNU_CONFIGURE=         yes
 
diff -r 17bbc4bdceae -r abd5a6b0b09a games/boson/Makefile
--- a/games/boson/Makefile      Sat Jan 24 13:25:17 2004 +0000
+++ b/games/boson/Makefile      Sat Jan 24 13:30:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/01/23 21:50:44 jmmv Exp $
+# $NetBSD: Makefile,v 1.5 2004/01/24 13:30:55 grant Exp $
 #
 
 DISTNAME=              boson-all-0.8
@@ -18,7 +18,7 @@
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
 USE_X11=               yes
-USE_GMAKE=             yes
+USE_GNU_TOOLS+=                make
 USE_LIBTOOL=           yes
 
 CONFIGURE_ARGS+=       --disable-debug
diff -r 17bbc4bdceae -r abd5a6b0b09a games/bzflag/Makefile
--- a/games/bzflag/Makefile     Sat Jan 24 13:25:17 2004 +0000
+++ b/games/bzflag/Makefile     Sat Jan 24 13:30:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/01/20 12:15:39 agc Exp $
+# $NetBSD: Makefile,v 1.9 2004/01/24 13:30:55 grant Exp $
 
 DISTNAME=      bzflag-1.10.20031209
 PKGNAME=       ${DISTNAME:S/20031209/0/}
@@ -14,7 +14,7 @@
 USE_NCURSES=   # resize_term()
 USE_X11=       yes
 USE_BUILDLINK2=        yes
-USE_GMAKE=     yes
+USE_GNU_TOOLS+=        make
 
 .include "../../mk/bsd.prefs.mk"
 
diff -r 17bbc4bdceae -r abd5a6b0b09a games/cbzone/Makefile
--- a/games/cbzone/Makefile     Sat Jan 24 13:25:17 2004 +0000
+++ b/games/cbzone/Makefile     Sat Jan 24 13:30:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/01/20 12:15:39 agc Exp $
+# $NetBSD: Makefile,v 1.5 2004/01/24 13:30:55 grant Exp $
 
 DISTNAME=              cbzone-sound
 PKGNAME=               cbzone-2.0c
@@ -9,7 +9,7 @@
 COMMENT=               Simple classic game of 3D tank warfare
 
 WRKSRC=                        ${WRKDIR}/cbzone
-USE_GMAKE=             yes
+USE_GNU_TOOLS+=                make
 USE_IMAKE=             yes
 
 .include "../../mk/bsd.pkg.mk"
diff -r 17bbc4bdceae -r abd5a6b0b09a games/clanbomber/Makefile
--- a/games/clanbomber/Makefile Sat Jan 24 13:25:17 2004 +0000
+++ b/games/clanbomber/Makefile Sat Jan 24 13:30:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2003/05/05 16:27:48 jmmv Exp $
+# $NetBSD: Makefile,v 1.20 2004/01/24 13:30:55 grant Exp $
 
 DISTNAME=              clanbomber-1.01
 PKGREVISION=           3
@@ -12,7 +12,7 @@
 USE_BUILDLINK2=                yes
 USE_X11BASE=           yes
 GNU_CONFIGURE=         yes
-USE_GMAKE=             yes
+USE_GNU_TOOLS+=                make
 
 DOCDIR=                        ${PREFIX}/share/doc/${PKGBASE}
 
diff -r 17bbc4bdceae -r abd5a6b0b09a games/copter-commander/Makefile
--- a/games/copter-commander/Makefile   Sat Jan 24 13:25:17 2004 +0000
+++ b/games/copter-commander/Makefile   Sat Jan 24 13:30:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/01/03 18:49:40 reed Exp $
+# $NetBSD: Makefile,v 1.10 2004/01/24 13:30:55 grant Exp $
 #
 
 DISTNAME=      copter-commander-1.8
@@ -11,7 +11,7 @@
 HOMEPAGE=      http://www.speakeasy.org/~morse/copter-commander/
 COMMENT=       Armor Alley/Rescue Raiders clone
 
-USE_GMAKE=     yes
+USE_GNU_TOOLS+=        make
 MAKE_ENV+=     X11PREFIX=${X11PREFIX}
 MAKE_ENV+=     GTKGLAREADIR=${BUILDLINK_PREFIX.gtkglarea}
 MAKE_ENV+=     OPENGLDIR=${BUILDLINK_PREFIX.MesaLib}
diff -r 17bbc4bdceae -r abd5a6b0b09a games/corewars/Makefile
--- a/games/corewars/Makefile   Sat Jan 24 13:25:17 2004 +0000
+++ b/games/corewars/Makefile   Sat Jan 24 13:30:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/07/21 16:49:37 martti Exp $
+# $NetBSD: Makefile,v 1.11 2004/01/24 13:30:55 grant Exp $
 #
 
 DISTNAME=      corewars-0.9.11
@@ -12,7 +12,7 @@
 
 GNU_CONFIGURE= YES
 USE_BUILDLINK2=        YES
-USE_GMAKE=     YES
+USE_GNU_TOOLS+=        make
 
 .include "../../x11/gtk/buildlink2.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 17bbc4bdceae -r abd5a6b0b09a games/craft/Makefile
--- a/games/craft/Makefile      Sat Jan 24 13:25:17 2004 +0000
+++ b/games/craft/Makefile      Sat Jan 24 13:30:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/01/20 12:15:40 agc Exp $
+# $NetBSD: Makefile,v 1.12 2004/01/24 13:30:55 grant Exp $
 
 DISTNAME=      craftcc35
 PKGNAME=       craft-3.5
@@ -11,7 +11,7 @@
 COMMENT=       Warcraft-like game for X11
 
 WRKSRC=                ${WRKDIR}
-USE_GMAKE=     yes
+USE_GNU_TOOLS+=        make
 USE_X11BASE=   yes
 
 post-extract:
diff -r 17bbc4bdceae -r abd5a6b0b09a games/crimsonfields/Makefile
--- a/games/crimsonfields/Makefile      Sat Jan 24 13:25:17 2004 +0000
+++ b/games/crimsonfields/Makefile      Sat Jan 24 13:30:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/12/08 14:41:39 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2004/01/24 13:30:55 grant Exp $
 #
 
 DISTNAME=              crimson-0.3.7
@@ -13,7 +13,7 @@
 COMMENT=               Tactical war game in the tradition of Battle Isle
 
 USE_BUILDLINK2=                yes
-USE_GMAKE=             yes
+USE_GNU_TOOLS+=                make
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
 
diff -r 17bbc4bdceae -r abd5a6b0b09a games/criticalmass/Makefile
--- a/games/criticalmass/Makefile       Sat Jan 24 13:25:17 2004 +0000
+++ b/games/criticalmass/Makefile       Sat Jan 24 13:30:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/01/03 18:49:40 reed Exp $
+# $NetBSD: Makefile,v 1.10 2004/01/24 13:30:55 grant Exp $
 #
 
 DISTNAME=      CriticalMass-0.98
@@ -14,7 +14,7 @@
 
 USE_BUILDLINK2=        YES
 GNU_CONFIGURE= YES
-USE_GMAKE=     YES
+USE_GNU_TOOLS+=        make
 USE_X11=       YES
 
 .include "../../devel/SDL/buildlink2.mk"
diff -r 17bbc4bdceae -r abd5a6b0b09a games/crossfire-cli/Makefile
--- a/games/crossfire-cli/Makefile      Sat Jan 24 13:25:17 2004 +0000
+++ b/games/crossfire-cli/Makefile      Sat Jan 24 13:30:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2003/07/13 13:51:43 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2004/01/24 13:30:55 grant Exp $
 #
 
 DISTNAME=      crossfire-client-1.0.0
@@ -23,7 +23,7 @@
 USE_BUILDLINK2=        yes
 USE_PERL5=     yes
 USE_X11=       yes
-USE_GMAKE=     yes
+USE_GNU_TOOLS+=        make
 GNU_CONFIGURE= yes
 SCRIPTS_ENV+=  ${SCRIPTSDIR}
 CONFIGURE_ARGS+=       --with-includes=-I${LOCALBASE}/include
diff -r 17bbc4bdceae -r abd5a6b0b09a games/crossfire-srv/Makefile
--- a/games/crossfire-srv/Makefile      Sat Jan 24 13:25:17 2004 +0000
+++ b/games/crossfire-srv/Makefile      Sat Jan 24 13:30:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2002/10/21 01:39:05 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2004/01/24 13:30:55 grant Exp $
 #
 
 DISTNAME=      crossfire-1.0.0
@@ -19,7 +19,7 @@
 
 USE_BUILDLINK2=        yes
 USE_X11=       yes
-USE_GMAKE=     yes
+USE_GNU_TOOLS+=        make
 GNU_CONFIGURE= yes
 USE_PERL5=     yes
 CONFIGURE_ARGS+=       --with-includes=-I${LOCALBASE}/include
diff -r 17bbc4bdceae -r abd5a6b0b09a games/defendguin/Makefile
--- a/games/defendguin/Makefile Sat Jan 24 13:25:17 2004 +0000
+++ b/games/defendguin/Makefile Sat Jan 24 13:30:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/12/08 14:41:39 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2004/01/24 13:30:55 grant Exp $
 
 DISTNAME=      defendguin-0.0.10
 PKGREVISION=   2
@@ -12,7 +12,7 @@
 USE_X11=       YES
 USE_BUILDLINK2=        YES
 
-USE_GMAKE=     YES
+USE_GNU_TOOLS+=        make
 MAKE_ENV+=     PREFIX=${LOCALBASE}
 
 .include "../../audio/SDL_mixer/buildlink2.mk"
diff -r 17bbc4bdceae -r abd5a6b0b09a games/dopewars/Makefile
--- a/games/dopewars/Makefile   Sat Jan 24 13:25:17 2004 +0000
+++ b/games/dopewars/Makefile   Sat Jan 24 13:30:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2003/09/28 09:13:57 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2004/01/24 13:30:55 grant Exp $
 
 DISTNAME=              dopewars-1.5.9
 PKGREVISION=           2
@@ -15,7 +15,7 @@
 USE_LIBTOOL=           YES
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 USE_PKGLOCALEDIR=      YES
-USE_GMAKE=             YES
+USE_GNU_TOOLS+=                make
 
 GNU_CONFIGURE=         YES
 CONFIGURE_ARGS+=       --enable-ncurses
diff -r 17bbc4bdceae -r abd5a6b0b09a games/fkiss/Makefile
--- a/games/fkiss/Makefile      Sat Jan 24 13:25:17 2004 +0000
+++ b/games/fkiss/Makefile      Sat Jan 24 13:30:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/12/30 16:53:48 cjep Exp $
+# $NetBSD: Makefile,v 1.13 2004/01/24 13:30:56 grant Exp $
 #
 
 DISTNAME=              fkiss-0.33
@@ -18,7 +18,7 @@
 
 USE_BUILDLINK2=                yes



Home | Main Index | Thread Index | Old Index