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/725ed437573c
branches: trunk
changeset: 466919:725ed437573c
user: grant <grant%pkgsrc.org@localhost>
date: Sat Jan 24 13:51:13 2004 +0000
description:
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
diffstat:
lang/cilk/Makefile | 4 ++--
lang/coq/Makefile | 4 ++--
lang/drscheme/Makefile | 4 ++--
lang/dylan-interpreter/Makefile.common | 4 ++--
lang/eieio/Makefile | 4 ++--
lang/erlang/Makefile | 4 ++--
lang/ezm3/Makefile | 4 ++--
lang/gcc-ssp/Makefile | 4 ++--
lang/gcc/Makefile | 4 ++--
lang/gcc3-c/Makefile.common | 4 ++--
lang/gcc3/Makefile | 4 ++--
lang/ghc/Makefile | 4 ++--
lang/gpc/Makefile | 4 ++--
lang/guile/Makefile | 4 ++--
lang/guile14/Makefile | 4 ++--
lang/inform/Makefile | 4 ++--
lang/japhar/Makefile | 4 ++--
lang/jdk-openjit/Makefile.common | 4 ++--
lang/jikes/Makefile | 4 ++--
lang/kaffe/Makefile | 4 ++--
lang/librep/Makefile | 4 ++--
lang/mercury/Makefile | 4 ++--
lang/mono/Makefile | 4 ++--
lang/nhc98/Makefile | 4 ++--
lang/ocaml/Makefile | 4 ++--
lang/oo2c/Makefile | 4 ++--
lang/openc++/Makefile | 4 ++--
lang/perl58/Makefile | 4 ++--
lang/pforth/Makefile | 4 ++--
lang/pgcc/Makefile | 4 ++--
lang/pnet/Makefile | 4 ++--
lang/pnetC/Makefile | 4 ++--
lang/pnetlib/Makefile.common | 4 ++--
lang/rexx-regina/Makefile | 4 ++--
lang/sather/Makefile | 4 ++--
lang/scm/Makefile | 4 ++--
lang/smalltalk/Makefile | 4 ++--
lang/smlnj/Makefile | 4 ++--
lang/vscm/Makefile | 4 ++--
mail/GNUMail/Makefile | 4 ++--
mail/Pantomime/Makefile | 4 ++--
mail/courier-auth/Makefile.common | 4 ++--
mail/evolution/Makefile | 4 ++--
mail/evolution12/Makefile | 4 ++--
mail/ifile/Makefile | 4 ++--
mail/kbiff/Makefile | 4 ++--
mail/libesmtp/Makefile | 4 ++--
mail/mailsync/Makefile | 4 ++--
mail/prayer/Makefile | 4 ++--
mail/sigrot/Makefile | 4 ++--
mail/spruce/Makefile | 4 ++--
mail/ssmtp/Makefile | 4 ++--
mail/sylpheed-claws/Makefile.common | 4 ++--
mail/sylpheed-gtk2/Makefile | 4 ++--
mail/sylpheed/Makefile | 4 ++--
mail/wmbiff/Makefile | 4 ++--
mail/wmmail/Makefile | 4 ++--
math/R/Makefile | 4 ++--
math/blitz++/Makefile | 4 ++--
math/cassowary/Makefile | 4 ++--
math/eukleides/Makefile | 4 ++--
math/fftw/Makefile | 4 ++--
math/fftw2/Makefile | 4 ++--
math/gcalctool/Makefile | 4 ++--
math/gnumeric/Makefile | 4 ++--
math/gnumeric0/Makefile | 4 ++--
math/grace/Makefile | 4 ++--
math/guppi/Makefile | 4 ++--
math/libffm/Makefile | 4 ++--
math/octave-current/Makefile | 4 ++--
math/octave/Makefile | 4 ++--
math/vista/Makefile | 4 ++--
math/xeukleides/Makefile | 4 ++--
mbone/mdp/Makefile | 4 ++--
mbone/nte/Makefile | 6 +++---
mbone/rat/Makefile | 4 ++--
mbone/sdr/Makefile | 6 ++----
77 files changed, 155 insertions(+), 157 deletions(-)
diffs (truncated from 1395 to 300 lines):
diff -r 7a1055e6cc03 -r 725ed437573c lang/cilk/Makefile
--- a/lang/cilk/Makefile Sat Jan 24 13:47:56 2004 +0000
+++ b/lang/cilk/Makefile Sat Jan 24 13:51:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2003/08/09 10:59:06 seb Exp $
+# $NetBSD: Makefile,v 1.17 2004/01/24 13:51:13 grant Exp $
DISTNAME= cilk-5.3.1
PKGREVISION= 2
@@ -14,7 +14,7 @@
GNU_CONFIGURE= # defined
USE_BUILDLINK2= # defined
-USE_GMAKE= # defined
+USE_GNU_TOOLS+= make
USE_PERL5= yes
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
diff -r 7a1055e6cc03 -r 725ed437573c lang/coq/Makefile
--- a/lang/coq/Makefile Sat Jan 24 13:47:56 2004 +0000
+++ b/lang/coq/Makefile Sat Jan 24 13:51:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/06/23 20:36:13 jtb Exp $
+# $NetBSD: Makefile,v 1.3 2004/01/24 13:51:14 grant Exp $
#
DISTNAME= coq-7.4
@@ -10,7 +10,7 @@
HOMEPAGE= http://coq.inria.fr/
COMMENT= Theorem prover which extracts programs from proofs
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_BUILDLINK2= YES
HAS_CONFIGURE= YES
CONFIGURE_ARGS+= -prefix ${PREFIX}
diff -r 7a1055e6cc03 -r 725ed437573c lang/drscheme/Makefile
--- a/lang/drscheme/Makefile Sat Jan 24 13:47:56 2004 +0000
+++ b/lang/drscheme/Makefile Sat Jan 24 13:51:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/01/20 12:19:16 agc Exp $
+# $NetBSD: Makefile,v 1.16 2004/01/24 13:51:14 grant Exp $
#
DISTNAME= plt.src.x
@@ -20,7 +20,7 @@
WRKSRC= ${WRKDIR}/plt/src
USE_BUILDLINK2= yes
USE_X11= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_PERL5= yes
GNU_CONFIGURE= yes
diff -r 7a1055e6cc03 -r 725ed437573c lang/dylan-interpreter/Makefile.common
--- a/lang/dylan-interpreter/Makefile.common Sat Jan 24 13:47:56 2004 +0000
+++ b/lang/dylan-interpreter/Makefile.common Sat Jan 24 13:51:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2003/12/09 01:04:23 reed Exp $
+# $NetBSD: Makefile.common,v 1.12 2004/01/24 13:51:14 grant Exp $
#
DISTNAME= gwydion-dylan-${DYLAN_VERSION}
@@ -18,7 +18,7 @@
COMMENT= Functional language
USE_BUILDLINK2= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
MAKEFILE= GNUmakefile
ALL_TARGET= default
diff -r 7a1055e6cc03 -r 725ed437573c lang/eieio/Makefile
--- a/lang/eieio/Makefile Sat Jan 24 13:47:56 2004 +0000
+++ b/lang/eieio/Makefile Sat Jan 24 13:51:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2003/08/09 10:59:07 seb Exp $
+# $NetBSD: Makefile,v 1.8 2004/01/24 13:51:14 grant Exp $
#
DISTNAME= eieio-0.17
@@ -19,7 +19,7 @@
MAKEFLAGS+= EMACS=${EMACS_BIN}
NO_CONFIGURE= # set
-USE_GMAKE= # set
+USE_GNU_TOOLS+= make
INFO_FILES= eieio.info
diff -r 7a1055e6cc03 -r 725ed437573c lang/erlang/Makefile
--- a/lang/erlang/Makefile Sat Jan 24 13:47:56 2004 +0000
+++ b/lang/erlang/Makefile Sat Jan 24 13:51:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/11/12 03:39:40 jschauma Exp $
+# $NetBSD: Makefile,v 1.11 2004/01/24 13:51:14 grant Exp $
DISTNAME= otp_src_R9C-0
PKGNAME= erlang-9.2
@@ -16,7 +16,7 @@
USE_X11= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_JAVA= yes
USE_JAVA2= yes
diff -r 7a1055e6cc03 -r 725ed437573c lang/ezm3/Makefile
--- a/lang/ezm3/Makefile Sat Jan 24 13:47:56 2004 +0000
+++ b/lang/ezm3/Makefile Sat Jan 24 13:51:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/01/13 22:02:20 xtraeme Exp $
+# $NetBSD: Makefile,v 1.7 2004/01/24 13:51:14 grant Exp $
DISTNAME= ezm3-1.1
CATEGORIES= lang
@@ -10,7 +10,7 @@
COMMENT= Easier, more portable Modula-3 distribution for building CVSup
DIST_SUBDIR= ezm3
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
NO_BUILD= yes
INSTALL_TARGET= all
MAKE_ARGS+= M3OPTIONS="-DBUILD_ALL -DSHIP_ALL"
diff -r 7a1055e6cc03 -r 725ed437573c lang/gcc-ssp/Makefile
--- a/lang/gcc-ssp/Makefile Sat Jan 24 13:47:56 2004 +0000
+++ b/lang/gcc-ssp/Makefile Sat Jan 24 13:51:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2004/01/02 19:22:14 cjep Exp $
+# $NetBSD: Makefile,v 1.31 2004/01/24 13:51:14 grant Exp $
DISTNAME= gcc-2.95.3
PKGNAME= gcc-ssp-2.95.3.13
@@ -30,7 +30,7 @@
USE_BUILDLINK2= YES
USE_PKGINSTALL= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
HAS_CONFIGURE= YES
CONFIGURE_SCRIPT= ${WRKSRC}/configure
diff -r 7a1055e6cc03 -r 725ed437573c lang/gcc/Makefile
--- a/lang/gcc/Makefile Sat Jan 24 13:47:56 2004 +0000
+++ b/lang/gcc/Makefile Sat Jan 24 13:51:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2003/12/18 15:44:24 ben Exp $
+# $NetBSD: Makefile,v 1.74 2004/01/24 13:51:14 grant Exp $
DISTNAME= gcc-2.95.3
PKGREVISION= 5
@@ -19,7 +19,7 @@
USE_BUILDLINK2= YES
USE_PKGINSTALL= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
HAS_CONFIGURE= YES
CONFIGURE_SCRIPT= ${WRKSRC}/configure
diff -r 7a1055e6cc03 -r 725ed437573c lang/gcc3-c/Makefile.common
--- a/lang/gcc3-c/Makefile.common Sat Jan 24 13:47:56 2004 +0000
+++ b/lang/gcc3-c/Makefile.common Sat Jan 24 13:51:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2003/12/03 11:28:55 drochner Exp $
+# $NetBSD: Makefile.common,v 1.8 2004/01/24 13:51:14 grant Exp $
#
GCC_VERSION= 3.3.2
@@ -14,7 +14,7 @@
USE_BUILDLINK2= YES
USE_PKGINSTALL= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
HAS_CONFIGURE= YES
.include "../../mk/bsd.prefs.mk"
diff -r 7a1055e6cc03 -r 725ed437573c lang/gcc3/Makefile
--- a/lang/gcc3/Makefile Sat Jan 24 13:47:56 2004 +0000
+++ b/lang/gcc3/Makefile Sat Jan 24 13:51:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2004/01/21 10:17:56 abs Exp $
+# $NetBSD: Makefile,v 1.48 2004/01/24 13:51:14 grant Exp $
#
DISTNAME= gcc-3.3
@@ -18,7 +18,7 @@
USE_BUILDLINK2= YES
USE_PKGINSTALL= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
HAS_CONFIGURE= YES
diff -r 7a1055e6cc03 -r 725ed437573c lang/ghc/Makefile
--- a/lang/ghc/Makefile Sat Jan 24 13:47:56 2004 +0000
+++ b/lang/ghc/Makefile Sat Jan 24 13:51:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2003/12/31 17:11:57 kristerw Exp $
+# $NetBSD: Makefile,v 1.15 2004/01/24 13:51:14 grant Exp $
DISTNAME= ghc-5.04.3
CATEGORIES= lang
@@ -19,7 +19,7 @@
USE_GNU_READLINE=yes
USE_PERL5= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
# Note: this package contains a Haskell compiler that is itself
# written in Haskell. There are basically two ways we can solve the
diff -r 7a1055e6cc03 -r 725ed437573c lang/gpc/Makefile
--- a/lang/gpc/Makefile Sat Jan 24 13:47:56 2004 +0000
+++ b/lang/gpc/Makefile Sat Jan 24 13:51:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/01/20 12:19:16 agc Exp $
+# $NetBSD: Makefile,v 1.16 2004/01/24 13:51:14 grant Exp $
DISTNAME= gpc-2.1
PKGREVISION= 3
@@ -20,7 +20,7 @@
WRKSRC= ${WRKDIR}/gcc-2.95.3
USE_BUILDLINK2= # defined
-USE_GMAKE= # defined
+USE_GNU_TOOLS+= make
USE_NCURSES= # defined
PLIST_SRC= PLIST
diff -r 7a1055e6cc03 -r 725ed437573c lang/guile/Makefile
--- a/lang/guile/Makefile Sat Jan 24 13:47:56 2004 +0000
+++ b/lang/guile/Makefile Sat Jan 24 13:51:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2003/12/14 17:14:40 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2004/01/24 13:51:14 grant Exp $
DISTNAME= guile-1.6.4
CATEGORIES= lang
@@ -12,7 +12,7 @@
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
diff -r 7a1055e6cc03 -r 725ed437573c lang/guile14/Makefile
--- a/lang/guile14/Makefile Sat Jan 24 13:47:56 2004 +0000
+++ b/lang/guile14/Makefile Sat Jan 24 13:51:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2003/09/28 09:13:57 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2004/01/24 13:51:14 grant Exp $
DISTNAME= guile-1.4.1
PKGNAME= guile14-1.4.1
@@ -12,7 +12,7 @@
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
NO_MTREE= YES
USE_LIBTOOL= YES
diff -r 7a1055e6cc03 -r 725ed437573c lang/inform/Makefile
--- a/lang/inform/Makefile Sat Jan 24 13:47:56 2004 +0000
+++ b/lang/inform/Makefile Sat Jan 24 13:51:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/09/16 18:55:03 jmmv Exp $
+# $NetBSD: Makefile,v 1.7 2004/01/24 13:51:14 grant Exp $
DISTNAME= inform-6.21.4
CATEGORIES= lang
@@ -11,7 +11,7 @@
LICENSE= no-profit
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
INFO_FILES= inform
diff -r 7a1055e6cc03 -r 725ed437573c lang/japhar/Makefile
--- a/lang/japhar/Makefile Sat Jan 24 13:47:56 2004 +0000
+++ b/lang/japhar/Makefile Sat Jan 24 13:51:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/08/09 10:59:09 seb Exp $
+# $NetBSD: Makefile,v 1.12 2004/01/24 13:51:14 grant Exp $
#
DISTNAME= japhar-0.08
@@ -13,7 +13,7 @@
GNU_CONFIGURE= yes
Home |
Main Index |
Thread Index |
Old Index