pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc replace deprecated USE_GMAKE with USE_GNU_TOOLS+=...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/69465cb9d4dd
branches:  trunk
changeset: 466923:69465cb9d4dd
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Jan 24 14:11:09 2004 +0000

description:
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.

diffstat:

 misc/blackbook/Makefile        |  4 ++--
 misc/bottlerocket/Makefile     |  4 ++--
 misc/celestia/Makefile.common  |  4 ++--
 misc/cuecat/Makefile           |  4 ++--
 misc/dialog/Makefile           |  4 ++--
 misc/elizatalk/Makefile        |  4 ++--
 misc/gnome-pim/Makefile        |  4 ++--
 misc/gnome-utils/Makefile      |  4 ++--
 misc/gnome2-user-docs/Makefile |  4 ++--
 misc/gnome2-utils/Makefile     |  4 ++--
 misc/gok/Makefile              |  4 ++--
 misc/gperiodic/Makefile        |  4 ++--
 misc/gst-plugins/Makefile      |  4 ++--
 misc/gstreamer/Makefile        |  4 ++--
 misc/gxmame/Makefile           |  4 ++--
 misc/koffice-devel/Makefile    |  4 ++--
 misc/koffice/Makefile          |  4 ++--
 misc/libdvdplay/Makefile       |  4 ++--
 misc/libdvdread/Makefile       |  4 ++--
 misc/nxtvepg/Makefile          |  4 ++--
 misc/ooqstart/Makefile         |  4 ++--
 misc/openoffice/Makefile       |  4 ++--
 misc/pdmenu/Makefile           |  4 ++--
 misc/proj/Makefile             |  4 ++--
 misc/root/Makefile             |  4 ++--
 misc/rpm/Makefile              |  4 ++--
 misc/siag/Makefile             |  4 ++--
 misc/xchm/Makefile             |  4 ++--
 misc/yelp/Makefile             |  4 ++--
 29 files changed, 58 insertions(+), 58 deletions(-)

diffs (truncated from 521 to 300 lines):

diff -r e589cfe29a66 -r 69465cb9d4dd misc/blackbook/Makefile
--- a/misc/blackbook/Makefile   Sat Jan 24 14:02:38 2004 +0000
+++ b/misc/blackbook/Makefile   Sat Jan 24 14:11:09 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/07/13 13:52:34 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2004/01/24 14:11:09 grant Exp $
 #
 
 DISTNAME=      blackbook-3
@@ -11,7 +11,7 @@
 HOMEPAGE=      http://blackbook.sourceforge.net/
 COMMENT=       Simple address book (Gtk+ based)
 
-USE_GMAKE=             YES
+USE_GNU_TOOLS+=                make
 USE_LIBTOOL=           YES
 USE_X11BASE=           YES
 USE_BUILDLINK2=                YES
diff -r e589cfe29a66 -r 69465cb9d4dd misc/bottlerocket/Makefile
--- a/misc/bottlerocket/Makefile        Sat Jan 24 14:02:38 2004 +0000
+++ b/misc/bottlerocket/Makefile        Sat Jan 24 14:11:09 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/01/11 16:42:04 kim Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/24 14:11:09 grant Exp $
 # FreeBSD Id: ports/misc/bottlerocket/Makefile,v 1.4 2000/04/14 08:45:23 asami Exp
 
 DISTNAME=      bottlerocket-0.04c
@@ -9,7 +9,7 @@
 HOMEPAGE=      http://mlug.missouri.edu/~tymm/
 COMMENT=       Home Automation Software for the X10 FireCracker kit
 
-USE_GMAKE=     yes
+USE_GNU_TOOLS+=        make
 GNU_CONFIGURE= yes
 ALL_TARGET=    br
 
diff -r e589cfe29a66 -r 69465cb9d4dd misc/celestia/Makefile.common
--- a/misc/celestia/Makefile.common     Sat Jan 24 14:02:38 2004 +0000
+++ b/misc/celestia/Makefile.common     Sat Jan 24 14:11:09 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2003/05/22 09:39:07 salo Exp $
+# $NetBSD: Makefile.common,v 1.3 2004/01/24 14:11:09 grant Exp $
 #
 
 DISTNAME=      celestia-${CELESTIA_VERS}
@@ -16,7 +16,7 @@
 USE_BUILDLINK2=        YES
 GNU_CONFIGURE= YES
 USE_X11=       YES
-USE_GMAKE=     YES
+USE_GNU_TOOLS+=        make
 USE_LIBTOOL=   YES
 
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
diff -r e589cfe29a66 -r 69465cb9d4dd misc/cuecat/Makefile
--- a/misc/cuecat/Makefile      Sat Jan 24 14:02:38 2004 +0000
+++ b/misc/cuecat/Makefile      Sat Jan 24 14:11:09 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/07/21 17:01:14 martti Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/24 14:11:09 grant Exp $
 #
 
 DISTNAME=      cuecat-0.2.1
@@ -15,7 +15,7 @@
 NO_BIN_ON_FTP=         ${NO_SOURCE_ON_FTP}
 NO_BIN_ON_CDROM=       ${NO_SOURCE_ON_FTP}
 
-USE_GMAKE=     yes
+USE_GNU_TOOLS+=        make
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/read_cuecat ${PREFIX}/bin
diff -r e589cfe29a66 -r 69465cb9d4dd misc/dialog/Makefile
--- a/misc/dialog/Makefile      Sat Jan 24 14:02:38 2004 +0000
+++ b/misc/dialog/Makefile      Sat Jan 24 14:11:09 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2003/09/28 09:13:58 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2004/01/24 14:11:09 grant Exp $
 
 DISTNAME=       dialog-0.6z
 PKGREVISION=   2
@@ -9,7 +9,7 @@
 COMMENT=       Display dialog boxes from shell scripts
 
 USE_BUILDLINK2=                # defined
-USE_GMAKE=             # defined
+USE_GNU_TOOLS+=                make
 
 INCOMPAT_CURSES=       NetBSD-1.5* NetBSD-1.6[-_.]* NetBSD-1.6[A-P]-*
 
diff -r e589cfe29a66 -r 69465cb9d4dd misc/elizatalk/Makefile
--- a/misc/elizatalk/Makefile   Sat Jan 24 14:02:38 2004 +0000
+++ b/misc/elizatalk/Makefile   Sat Jan 24 14:11:09 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/01/20 12:21:01 agc Exp $
+# $NetBSD: Makefile,v 1.4 2004/01/24 14:11:10 grant Exp $
 
 DISTNAME=      elizatalk-0.4
 CATEGORIES=    misc
@@ -9,6 +9,6 @@
 COMMENT=       Eliza talkback program
 
 WRKSRC=                ${WRKDIR}/elizatalk-src
-USE_GMAKE=     yes
+USE_GNU_TOOLS+=        make
 
 .include "../../mk/bsd.pkg.mk"
diff -r e589cfe29a66 -r 69465cb9d4dd misc/gnome-pim/Makefile
--- a/misc/gnome-pim/Makefile   Sat Jan 24 14:02:38 2004 +0000
+++ b/misc/gnome-pim/Makefile   Sat Jan 24 14:11:09 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2004/01/03 18:49:46 reed Exp $
+# $NetBSD: Makefile,v 1.44 2004/01/24 14:11:10 grant Exp $
 
 DISTNAME=              gnome-pim-1.4.6
 PKGREVISION=           5
@@ -14,7 +14,7 @@
 
 USE_BUILDLINK2=                YES
 USE_PKGLOCALEDIR=      YES
-USE_GMAKE=             YES
+USE_GNU_TOOLS+=                make
 USE_LIBTOOL=           YES
 USE_X11BASE=           YES
 BUILD_USES_MSGFMT=     YES
diff -r e589cfe29a66 -r 69465cb9d4dd misc/gnome-utils/Makefile
--- a/misc/gnome-utils/Makefile Sat Jan 24 14:02:38 2004 +0000
+++ b/misc/gnome-utils/Makefile Sat Jan 24 14:11:09 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2004/01/03 18:49:46 reed Exp $
+# $NetBSD: Makefile,v 1.68 2004/01/24 14:11:10 grant Exp $
 
 DISTNAME=              gnome-utils-1.4.1.2
 PKGREVISION=           6
@@ -18,7 +18,7 @@
 
 CONFLICTS=             coreutils<=5.0
 
-USE_GMAKE=             YES
+USE_GNU_TOOLS+=                make
 USE_X11BASE=           YES
 USE_BUILDLINK2=                YES
 USE_PKGLOCALEDIR=      YES
diff -r e589cfe29a66 -r 69465cb9d4dd misc/gnome2-user-docs/Makefile
--- a/misc/gnome2-user-docs/Makefile    Sat Jan 24 14:02:38 2004 +0000
+++ b/misc/gnome2-user-docs/Makefile    Sat Jan 24 14:11:09 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/12/14 21:57:34 xtraeme Exp $
+# $NetBSD: Makefile,v 1.3 2004/01/24 14:11:10 grant Exp $
 #
 
 DISTNAME=      gnome2-user-docs-2.4.1
@@ -13,7 +13,7 @@
 DEPENDS=       gnome2-dirs>=1.2:../../misc/gnome2-dirs
 
 USE_BUILDLINK2=                yes
-USE_GMAKE=             yes
+USE_GNU_TOOLS+=                make
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
 USE_X11=               yes
diff -r e589cfe29a66 -r 69465cb9d4dd misc/gnome2-utils/Makefile
--- a/misc/gnome2-utils/Makefile        Sat Jan 24 14:02:38 2004 +0000
+++ b/misc/gnome2-utils/Makefile        Sat Jan 24 14:11:09 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/01/23 21:50:46 jmmv Exp $
+# $NetBSD: Makefile,v 1.17 2004/01/24 14:11:10 grant Exp $
 #
 
 DISTNAME=              gnome-utils-2.4.1
@@ -14,7 +14,7 @@
 BUILD_USES_MSGFMT=     yes
 
 USE_PERL5=             build
-USE_GMAKE=             yes
+USE_GNU_TOOLS+=                make
 USE_BUILDLINK2=                yes
 USE_PKGLOCALEDIR=      yes
 USE_X11=               yes
diff -r e589cfe29a66 -r 69465cb9d4dd misc/gok/Makefile
--- a/misc/gok/Makefile Sat Jan 24 14:02:38 2004 +0000
+++ b/misc/gok/Makefile Sat Jan 24 14:11:09 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/01/23 21:50:46 jmmv Exp $
+# $NetBSD: Makefile,v 1.5 2004/01/24 14:11:10 grant Exp $
 #
 
 DISTNAME=              gok-0.8.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 e589cfe29a66 -r 69465cb9d4dd misc/gperiodic/Makefile
--- a/misc/gperiodic/Makefile   Sat Jan 24 14:02:38 2004 +0000
+++ b/misc/gperiodic/Makefile   Sat Jan 24 14:11:09 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/01/03 18:49:46 reed Exp $
+# $NetBSD: Makefile,v 1.20 2004/01/24 14:11:10 grant Exp $
 
 DISTNAME=              gperiodic-2.0.7
 PKGREVISION=           1
@@ -15,7 +15,7 @@
 USE_BUILDLINK2=                # defined
 USE_PKGLOCALEDIR=      # defined
 USE_X11=               # defined
-USE_GMAKE=             # defined
+USE_GNU_TOOLS+=                make
 
 MAKE_ENV+=             PKGLOCALEDIR=${PKGLOCALEDIR}
 ALL_TARGET=            gperiodic
diff -r e589cfe29a66 -r 69465cb9d4dd misc/gst-plugins/Makefile
--- a/misc/gst-plugins/Makefile Sat Jan 24 14:02:38 2004 +0000
+++ b/misc/gst-plugins/Makefile Sat Jan 24 14:11:09 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/01/23 21:50:46 jmmv Exp $
+# $NetBSD: Makefile,v 1.17 2004/01/24 14:11:10 grant Exp $
 #
 
 DISTNAME=              gst-plugins-0.6.1
@@ -15,7 +15,7 @@
 
 USE_BUILDLINK2=                yes
 USE_PKGLOCALEDIR=      yes
-USE_GMAKE=             yes
+USE_GNU_TOOLS+=                make
 USE_X11=               yes
 USE_LIBTOOL=           yes
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
diff -r e589cfe29a66 -r 69465cb9d4dd misc/gstreamer/Makefile
--- a/misc/gstreamer/Makefile   Sat Jan 24 14:02:38 2004 +0000
+++ b/misc/gstreamer/Makefile   Sat Jan 24 14:11:09 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/01/23 21:50:46 jmmv Exp $
+# $NetBSD: Makefile,v 1.15 2004/01/24 14:11:10 grant Exp $
 #
 
 DISTNAME=              gstreamer-0.6.1
@@ -17,7 +17,7 @@
 USE_BUILDLINK2=                yes
 USE_PKGLOCALEDIR=      yes
 USE_LIBTOOL=           yes
-USE_GMAKE=             yes
+USE_GNU_TOOLS+=                make
 USE_PERL5=             build
 
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
diff -r e589cfe29a66 -r 69465cb9d4dd misc/gxmame/Makefile
--- a/misc/gxmame/Makefile      Sat Jan 24 14:02:38 2004 +0000
+++ b/misc/gxmame/Makefile      Sat Jan 24 14:11:09 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/01/03 18:49:46 reed Exp $
+# $NetBSD: Makefile,v 1.3 2004/01/24 14:11:10 grant Exp $
 #
 
 DISTNAME=      gxmame-0.34b
@@ -16,7 +16,7 @@
 
 GNU_CONFIGURE=         yes
 USE_BUILDLINK2=                yes
-USE_GMAKE=             yes
+USE_GNU_TOOLS+=                make
 USE_PKGLOCALEDIR=      yes
 USE_X11=               yes
 
diff -r e589cfe29a66 -r 69465cb9d4dd misc/koffice-devel/Makefile
--- a/misc/koffice-devel/Makefile       Sat Jan 24 14:02:38 2004 +0000
+++ b/misc/koffice-devel/Makefile       Sat Jan 24 14:11:09 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/01/23 21:50:46 jmmv Exp $
+# $NetBSD: Makefile,v 1.7 2004/01/24 14:11:10 grant Exp $
 
 DISTNAME=      koffice-1.2.94
 PKGREVISION=   4
@@ -15,7 +15,7 @@
 CONFLICTS+=    koffice3-[0-9]*
 
 USE_BUILDLINK2=                YES
-USE_GMAKE=             YES
+USE_GNU_TOOLS+=                make
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
diff -r e589cfe29a66 -r 69465cb9d4dd misc/koffice/Makefile
--- a/misc/koffice/Makefile     Sat Jan 24 14:02:38 2004 +0000
+++ b/misc/koffice/Makefile     Sat Jan 24 14:11:09 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2004/01/23 21:50:47 jmmv Exp $
+# $NetBSD: Makefile,v 1.33 2004/01/24 14:11:10 grant Exp $
 
 DISTNAME=      koffice-1.2.1
 PKGREVISION=   8
@@ -19,7 +19,7 @@
 CONFLICTS+=    koffice3-[0-9]*
 
 USE_BUILDLINK2=                YES



Home | Main Index | Thread Index | Old Index