summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-22 20:07:36 +0000
committerjlam <jlam@pkgsrc.org>2005-05-22 20:07:36 +0000
commit585534220c0ea1afd4b19eb9ffb4355e14576dcd (patch)
treeed91fd903dcb96e6914328617419b0659c2bb9f1 /lang
parent9f94b112f01d9322b4806a06b02bdb565874da4d (diff)
downloadpkgsrc-585534220c0ea1afd4b19eb9ffb4355e14576dcd.tar.gz
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
Diffstat (limited to 'lang')
-rw-r--r--lang/ccsh/Makefile4
-rw-r--r--lang/cdl3/Makefile4
-rw-r--r--lang/chicken/Makefile4
-rw-r--r--lang/classpath/Makefile.common4
-rw-r--r--lang/coq/Makefile4
-rw-r--r--lang/drscheme/Makefile4
-rw-r--r--lang/dylan-interpreter/Makefile.common4
-rw-r--r--lang/eieio/Makefile4
-rw-r--r--lang/erlang/Makefile4
-rw-r--r--lang/ezm3/Makefile4
-rw-r--r--lang/gcc-ssp/Makefile4
-rw-r--r--lang/gcc/Makefile4
-rw-r--r--lang/gcc3/Makefile.common4
-rw-r--r--lang/gcc34-ada/Makefile4
-rw-r--r--lang/gcc34/Makefile4
-rw-r--r--lang/ghc/Makefile4
-rw-r--r--lang/gpc/Makefile4
-rw-r--r--lang/guile/Makefile4
-rw-r--r--lang/guile14/Makefile4
-rw-r--r--lang/inform/Makefile4
-rw-r--r--lang/japhar/Makefile4
-rw-r--r--lang/jdk-openjit/Makefile.common4
-rw-r--r--lang/jikes/Makefile4
-rw-r--r--lang/kaffe/Makefile.common4
-rw-r--r--lang/librep/Makefile4
-rw-r--r--lang/mercury/Makefile4
-rw-r--r--lang/mono/Makefile4
-rw-r--r--lang/nhc98/Makefile4
-rw-r--r--lang/objc/Makefile5
-rw-r--r--lang/ocaml/Makefile.common4
-rw-r--r--lang/oo2c/Makefile4
-rw-r--r--lang/perl58/Makefile4
-rw-r--r--lang/pforth/Makefile4
-rw-r--r--lang/php5/Makefile4
-rw-r--r--lang/pnet/Makefile4
-rw-r--r--lang/pnetC/Makefile4
-rw-r--r--lang/pnetlib/Makefile.common4
-rw-r--r--lang/py-basicproperty/Makefile4
-rw-r--r--lang/rexx-regina/Makefile4
-rw-r--r--lang/sablevm-classpath/Makefile.common4
-rw-r--r--lang/sablevm/Makefile4
-rw-r--r--lang/sather/Makefile4
-rw-r--r--lang/scm/Makefile4
-rw-r--r--lang/smalltalk/Makefile4
-rw-r--r--lang/smlnj/Makefile4
-rw-r--r--lang/swi-prolog-packages/Makefile4
-rw-r--r--lang/vscm/Makefile4
47 files changed, 94 insertions, 95 deletions
diff --git a/lang/ccsh/Makefile b/lang/ccsh/Makefile
index 364247f9a71..1583ccf20cd 100644
--- a/lang/ccsh/Makefile
+++ b/lang/ccsh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:12 tv Exp $
+# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:08 jlam Exp $
#
DISTNAME= ccsh-0.0.4
@@ -11,7 +11,7 @@ COMMENT= C-like syntax scripting
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
SUBST_CLASSES+= options
SUBST_MESSAGE.options= "Preventing CFLAGS from being overridden."
diff --git a/lang/cdl3/Makefile b/lang/cdl3/Makefile
index 961027f49a1..1faf9ca84ee 100644
--- a/lang/cdl3/Makefile
+++ b/lang/cdl3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/04/11 21:46:12 tv Exp $
+# $NetBSD: Makefile,v 1.6 2005/05/22 20:08:08 jlam Exp $
DISTNAME= cdl3-1.2.5
CATEGORIES= lang
@@ -10,7 +10,7 @@ COMMENT= Programming language for the development of compilers
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile
index bcc762f6c31..e35d0927c75 100644
--- a/lang/chicken/Makefile
+++ b/lang/chicken/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/04/11 21:46:12 tv Exp $
+# $NetBSD: Makefile,v 1.18 2005/05/22 20:08:09 jlam Exp $
#
DISTNAME= chicken-1.89
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.call-with-current-continuation.org/chicken.html
COMMENT= Scheme to C compiler, handling R5RS
GNU_CONFIGURE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LIBTOOL= yes
TEST_TARGET= test
diff --git a/lang/classpath/Makefile.common b/lang/classpath/Makefile.common
index cee3ec0595b..5c9fa7631e6 100644
--- a/lang/classpath/Makefile.common
+++ b/lang/classpath/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2005/04/11 21:46:12 tv Exp $
+# $NetBSD: Makefile.common,v 1.5 2005/05/22 20:08:09 jlam Exp $
DISTNAME= classpath-0.12
CATEGORIES= devel
@@ -13,7 +13,7 @@ DEPENDS+= jikes>=1.18:../../lang/jikes
DISTINFO_FILE= ${.CURDIR}/../../lang/classpath/distinfo
GNU_CONFIGURE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --with-jikes
diff --git a/lang/coq/Makefile b/lang/coq/Makefile
index afb9f190f6f..d5a5f9b1b87 100644
--- a/lang/coq/Makefile
+++ b/lang/coq/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/04/11 21:46:13 tv Exp $
+# $NetBSD: Makefile,v 1.10 2005/05/22 20:08:09 jlam Exp $
#
DISTNAME= coq-8.0pl2
@@ -9,7 +9,7 @@ MAINTAINER= richards+netbsd@CS.Princeton.EDU
HOMEPAGE= http://coq.inria.fr/
COMMENT= Theorem prover which extracts programs from proofs
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
HAS_CONFIGURE= YES
CONFIGURE_ARGS+= -prefix ${PREFIX}
CONFIGURE_ARGS+= -emacslib ${PREFIX}/share/emacs/site-lisp
diff --git a/lang/drscheme/Makefile b/lang/drscheme/Makefile
index b327cb6b6cf..a077c522168 100644
--- a/lang/drscheme/Makefile
+++ b/lang/drscheme/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2005/04/11 21:46:13 tv Exp $
+# $NetBSD: Makefile,v 1.26 2005/05/22 20:08:09 jlam Exp $
#
DISTNAME= plt-${DRSCHEME_VERSION}-src-unix
@@ -24,7 +24,7 @@ CONFLICTS+= mzscheme-[0-9]*:../../lang/mzscheme
WRKSRC= ${WRKDIR}/plt/src
USE_X11= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_PERL5= yes
GNU_CONFIGURE= yes
diff --git a/lang/dylan-interpreter/Makefile.common b/lang/dylan-interpreter/Makefile.common
index 85b2580c6d9..5f97f2cbce4 100644
--- a/lang/dylan-interpreter/Makefile.common
+++ b/lang/dylan-interpreter/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2005/04/11 21:46:13 tv Exp $
+# $NetBSD: Makefile.common,v 1.19 2005/05/22 20:08:09 jlam Exp $
#
DISTNAME= gwydion-dylan-${DYLAN_VERSION}
@@ -16,7 +16,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.gwydiondylan.org/
COMMENT= Functional language
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LIBTOOL= yes
MAKEFILE= GNUmakefile
BUILD_TARGET= default
diff --git a/lang/eieio/Makefile b/lang/eieio/Makefile
index 8ab98053f76..fb3554aec94 100644
--- a/lang/eieio/Makefile
+++ b/lang/eieio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/04/05 22:13:44 reed Exp $
+# $NetBSD: Makefile,v 1.10 2005/05/22 20:08:09 jlam Exp $
#
DISTNAME= eieio-0.17
@@ -19,7 +19,7 @@ DEPENDS+= xemacs-packages:../../editors/xemacs-packages
MAKEFLAGS+= EMACS=${EMACS_BIN}
NO_CONFIGURE= # set
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
INFO_FILES= eieio.info
diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile
index 7edb5e176a9..2b9b3d60bd9 100644
--- a/lang/erlang/Makefile
+++ b/lang/erlang/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/04/11 21:46:13 tv Exp $
+# $NetBSD: Makefile,v 1.17 2005/05/22 20:08:09 jlam Exp $
DISTNAME= otp_src_R9C-0
PKGNAME= erlang-9.2
@@ -15,7 +15,7 @@ DIST_SUBDIR= erlang
USE_X11= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_JAVA= yes
USE_JAVA2= yes
diff --git a/lang/ezm3/Makefile b/lang/ezm3/Makefile
index dc293ec64a1..39fbed3eff7 100644
--- a/lang/ezm3/Makefile
+++ b/lang/ezm3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/05/09 12:23:23 xtraeme Exp $
+# $NetBSD: Makefile,v 1.10 2005/05/22 20:08:09 jlam Exp $
DISTNAME= ezm3-1.1
PKGREVISION= 1
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.polstra.com/projects/freeware/ezm3/
COMMENT= Easier, more portable Modula-3 distribution for building CVSup
DIST_SUBDIR= ezm3
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
INSTALL_TARGET= all
MAKE_ARGS+= M3OPTIONS="-DBUILD_ALL -DSHIP_ALL"
PLIST_SUBST+= TARGET=${TARGET} TARGETDIR=${TARGETDIR}
diff --git a/lang/gcc-ssp/Makefile b/lang/gcc-ssp/Makefile
index 711dc5fab93..5f286015318 100644
--- a/lang/gcc-ssp/Makefile
+++ b/lang/gcc-ssp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2005/04/11 21:46:13 tv Exp $
+# $NetBSD: Makefile,v 1.36 2005/05/22 20:08:09 jlam Exp $
DISTNAME= gcc-2.95.3
PKGNAME= gcc-ssp-2.95.3.13
@@ -30,7 +30,7 @@ GCC_FILESDIR= ${.CURDIR}/../gcc/files
NOT_FOR_PLATFORM= *-*-x86_64
USE_PKGINSTALL= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
HAS_CONFIGURE= YES
CONFIGURE_SCRIPT= ${WRKSRC}/configure
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile
index d20e6044db5..754cab603f8 100644
--- a/lang/gcc/Makefile
+++ b/lang/gcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2005/04/11 21:46:13 tv Exp $
+# $NetBSD: Makefile,v 1.80 2005/05/22 20:08:09 jlam Exp $
DISTNAME= gcc-2.95.3
PKGREVISION= 5
@@ -18,7 +18,7 @@ COMMENT= GNU Compiler Collection, version 2
NOT_FOR_PLATFORM= Darwin-*-* *-*-x86_64
USE_PKGINSTALL= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
MAKEFLAGS+= GMAKE_LOCALE=no
HAS_CONFIGURE= YES
diff --git a/lang/gcc3/Makefile.common b/lang/gcc3/Makefile.common
index 52d97e7e326..518dd9a980a 100644
--- a/lang/gcc3/Makefile.common
+++ b/lang/gcc3/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2005/04/11 21:46:13 tv Exp $
+# $NetBSD: Makefile.common,v 1.17 2005/05/22 20:08:09 jlam Exp $
GCC_VERSION= 3.3.5
DISTNAME= gcc-${GCC_VERSION}
@@ -12,7 +12,7 @@ HOMEPAGE= http://www.gnu.org/software/gcc/gcc.html
NOT_FOR_PLATFORM= Darwin-*-* Interix-*-*
USE_PKGINSTALL= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
MAKEFLAGS+= GMAKE_LOCALE=no
HAS_CONFIGURE= yes
diff --git a/lang/gcc34-ada/Makefile b/lang/gcc34-ada/Makefile
index f50caec8870..59db26c8a58 100644
--- a/lang/gcc34-ada/Makefile
+++ b/lang/gcc34-ada/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/04/11 21:46:13 tv Exp $
+# $NetBSD: Makefile,v 1.14 2005/05/22 20:08:09 jlam Exp $
#
DISTNAME= gcc-${GCC_VERSION}
@@ -17,7 +17,7 @@ BUILD_USES_MSGFMT= YES
GCC_VERSION= 3.4.3
USE_PKGINSTALL= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
HAS_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-languages="c,ada"
PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile
index 6f6ee3b54b7..aaa1744429e 100644
--- a/lang/gcc34/Makefile
+++ b/lang/gcc34/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2005/05/20 19:25:21 shannonjr Exp $
+# $NetBSD: Makefile,v 1.24 2005/05/22 20:08:09 jlam Exp $
#
DISTNAME= gcc-${GCC_VERSION}
@@ -105,7 +105,7 @@ CONFIGURE_ARGS+= --disable-threads
.endif
USE_PKGINSTALL= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
HAS_CONFIGURE= YES # no GNU_CONFIGURE!
CONFIG_SHELL?= ${SH}
CONFIGURE_ENV+= CONFIG_SHELL=${CONFIG_SHELL}
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile
index 15629062889..217c07f9c2c 100644
--- a/lang/ghc/Makefile
+++ b/lang/ghc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2005/05/21 20:22:21 kristerw Exp $
+# $NetBSD: Makefile,v 1.23 2005/05/22 20:08:09 jlam Exp $
DISTNAME= ghc-6.4
CATEGORIES= lang
@@ -20,7 +20,7 @@ CONFIGURE_ARGS+= --with-ghc=${WRKDIR}/bootstrap/bin/ghc
CONFIGURE_ENV+= PerlCmd=${PERL5}
USE_GNU_READLINE= yes # uses the UNDO_ constants
USE_PERL5= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
pre-configure:
${MV} ${WRKDIR}/ghc-6.2.1/mk/bootstrap.mk \
diff --git a/lang/gpc/Makefile b/lang/gpc/Makefile
index df670fd6b1e..508ec9d4bd4 100644
--- a/lang/gpc/Makefile
+++ b/lang/gpc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/04/11 21:46:13 tv Exp $
+# $NetBSD: Makefile,v 1.21 2005/05/22 20:08:09 jlam Exp $
DISTNAME= gpc-2.1
PKGREVISION= 3
@@ -19,7 +19,7 @@ PATCHFILES= gcc-2.95.3-diff-2002-08-29.gz
BUILD_DEPENDS+= gsed-[0-9]*:../../textproc/gsed
WRKSRC= ${WRKDIR}/gcc-2.95.3
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_NCURSES= # defined
PLIST_SRC= PLIST
diff --git a/lang/guile/Makefile b/lang/guile/Makefile
index dd8571a67cc..eada7b834be 100644
--- a/lang/guile/Makefile
+++ b/lang/guile/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2005/04/11 21:46:13 tv Exp $
+# $NetBSD: Makefile,v 1.65 2005/05/22 20:08:09 jlam Exp $
DISTNAME= guile-1.6.7
CATEGORIES= lang
@@ -11,7 +11,7 @@ COMMENT= GNU's Ubiquitous Intelligent Language for Extension
CONFLICTS= guile14<1.4.1nb1 guile-oops-[0-9]*
GNU_CONFIGURE= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LIBTOOL= YES
USE_GNU_READLINE= YES
PTHREAD_AUTO_VARS= YES
diff --git a/lang/guile14/Makefile b/lang/guile14/Makefile
index 858835ea02f..7a9985ba49b 100644
--- a/lang/guile14/Makefile
+++ b/lang/guile14/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2005/04/11 21:46:14 tv Exp $
+# $NetBSD: Makefile,v 1.25 2005/05/22 20:08:09 jlam Exp $
DISTNAME= guile-1.4.1
PKGNAME= guile14-1.4.1
@@ -12,7 +12,7 @@ COMMENT= GNU's Ubiquitous Intelligent Language for Extension
GNU_CONFIGURE= YES
GNU_CONFIGURE_PREFIX= ${LOCALBASE}/guile/1.4
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LIBTOOL= YES
USE_GNU_READLINE= YES
PTHREAD_AUTO_VARS= YES
diff --git a/lang/inform/Makefile b/lang/inform/Makefile
index 6259a11da6f..25051cf6b40 100644
--- a/lang/inform/Makefile
+++ b/lang/inform/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/12/06 17:47:11 nathanw Exp $
+# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:10 jlam Exp $
DISTNAME= inform-6.30.2
CATEGORIES= lang
@@ -11,6 +11,6 @@ COMMENT= Interactive fiction compiler (Z-Machine and Glulx)
LICENSE= no-profit
GNU_CONFIGURE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
.include "../../mk/bsd.pkg.mk"
diff --git a/lang/japhar/Makefile b/lang/japhar/Makefile
index e312a13fd10..bf45cb0a878 100644
--- a/lang/japhar/Makefile
+++ b/lang/japhar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/05/17 20:56:51 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2005/05/22 20:08:10 jlam Exp $
#
DISTNAME= japhar-0.08
@@ -14,7 +14,7 @@ ONLY_FOR_PLATFORM= SunOS-*-* # untested on NetBSD
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LANGUAGES= c c++
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig ${WRKSRC}/lib/libffi/ltconfig
diff --git a/lang/jdk-openjit/Makefile.common b/lang/jdk-openjit/Makefile.common
index e77e6730872..48d08d787d7 100644
--- a/lang/jdk-openjit/Makefile.common
+++ b/lang/jdk-openjit/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2005/04/11 21:46:14 tv Exp $
+# $NetBSD: Makefile.common,v 1.8 2005/05/22 20:08:10 jlam Exp $
OPENJIT_VERSION=1.1.16
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.openjit.org/
COMMENT= Reflective JIT compiler for Java
GNU_CONFIGURE= # defined
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
.include "../../mk/bsd.prefs.mk"
.include "../../mk/java-vm.mk"
diff --git a/lang/jikes/Makefile b/lang/jikes/Makefile
index 58b16153eb3..b88c06c0b84 100644
--- a/lang/jikes/Makefile
+++ b/lang/jikes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2005/04/11 21:46:14 tv Exp $
+# $NetBSD: Makefile,v 1.33 2005/05/22 20:08:10 jlam Exp $
#
DISTNAME= jikes-1.22
@@ -18,6 +18,6 @@ UNLIMIT_RESOURCES= datasize
# enable "-source 1.5" -- not complete, but does not break normal compiles
CONFIGURE_ARGS+= --enable-source15
-USE_GNU_TOOLS+= make # uses multi-line comments with \ (naughty hack!)
+USE_TOOLS+= gmake # uses multi-line comments with \ (naughty hack!)
.include "../../mk/bsd.pkg.mk"
diff --git a/lang/kaffe/Makefile.common b/lang/kaffe/Makefile.common
index c4610537ef7..f39e19f0b56 100644
--- a/lang/kaffe/Makefile.common
+++ b/lang/kaffe/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2005/04/11 21:46:14 tv Exp $
+# $NetBSD: Makefile.common,v 1.5 2005/05/22 20:08:10 jlam Exp $
DISTNAME= kaffe-1.1.4
CATEGORIES= lang java
@@ -14,7 +14,7 @@ JAVA_NAME= kaffe
NO_MTREE= yes
USE_PKGINSTALL= yes
USE_LIBTOOL= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
TEST_TARGET= check
diff --git a/lang/librep/Makefile b/lang/librep/Makefile
index da200f4dd84..b88124b50c8 100644
--- a/lang/librep/Makefile
+++ b/lang/librep/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2005/04/11 21:46:14 tv Exp $
+# $NetBSD: Makefile,v 1.41 2005/05/22 20:08:10 jlam Exp $
#
DISTNAME= librep-0.17
@@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://librep.sourceforge.net/
COMMENT= Emacs Lisp-like runtime library, interpreter, compiler and VM
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_GNU_READLINE= # uses rl_basic_quote_characters
USE_LIBTOOL= yes
diff --git a/lang/mercury/Makefile b/lang/mercury/Makefile
index 8fd0b97898f..b8d39ac9394 100644
--- a/lang/mercury/Makefile
+++ b/lang/mercury/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2005/04/11 21:46:14 tv Exp $
+# $NetBSD: Makefile,v 1.24 2005/05/22 20:08:10 jlam Exp $
DISTNAME= mercury-compiler-0.11.0
PKGNAME= mercury-0.11.0
@@ -12,7 +12,7 @@ HOMEPAGE= http://www.cs.mu.oz.au/mercury/
COMMENT= Modern logic/functional programming language
GNU_CONFIGURE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_GNU_READLINE= yes # rl_prep_term_function
INFO_FILES= mercury.info mercury_faq.info mercury_library.info
diff --git a/lang/mono/Makefile b/lang/mono/Makefile
index 5992634e9ea..5d45110c6b8 100644
--- a/lang/mono/Makefile
+++ b/lang/mono/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2005/04/11 21:46:14 tv Exp $
+# $NetBSD: Makefile,v 1.36 2005/05/22 20:08:10 jlam Exp $
DISTNAME= mono-1.1.6
CATEGORIES= lang
@@ -22,7 +22,7 @@ NOT_FOR_PLATFORM+= NetBSD-2.9*-* NetBSD-3.*-*
# LP64 problems
NOT_FOR_PLATFORM+= *-*-alpha *-*-sparc64
-USE_GNU_TOOLS+= make yacc
+USE_TOOLS+= bison gmake
USE_PKGINSTALL= yes
USE_LIBTOOL= yes
diff --git a/lang/nhc98/Makefile b/lang/nhc98/Makefile
index ccaaf47ce30..faaef23f9e5 100644
--- a/lang/nhc98/Makefile
+++ b/lang/nhc98/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2005/05/12 17:53:29 kristerw Exp $
+# $NetBSD: Makefile,v 1.36 2005/05/22 20:08:10 jlam Exp $
DISTNAME= nhc98src-1.18.tar.gz
PKGNAME= nhc98-1.18
@@ -24,7 +24,7 @@ HAS_CONFIGURE= YES
CONFIGURE_ARGS+= --buildwith=gcc --installdir=${PREFIX} \
+docs --docdir=${PREFIX}/share/doc/nhc98
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
BUILD_TARGET= default
HARCH= `${WRKSRC}/script/harch`
diff --git a/lang/objc/Makefile b/lang/objc/Makefile
index 28cfd83f86a..fdabdc04b2f 100644
--- a/lang/objc/Makefile
+++ b/lang/objc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/05/22 05:35:33 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2005/05/22 20:08:10 jlam Exp $
DISTNAME= objc-3.2.6
CATEGORIES= lang
@@ -16,8 +16,7 @@ CONFIGURE_DIRS= ${WRKSRC_BS} ${WRKSRC}
PREPEND_PATH+= ${WRKSRC_BS}
BUILD_TARGET= default
-USE_GNU_TOOLS+= lex
-USE_TOOLS+= yacc
+USE_TOOLS+= lex yacc
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
diff --git a/lang/ocaml/Makefile.common b/lang/ocaml/Makefile.common
index 5656d7ca9ce..3ee29be2ea2 100644
--- a/lang/ocaml/Makefile.common
+++ b/lang/ocaml/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2005/05/21 22:35:46 minskim Exp $
+# $NetBSD: Makefile.common,v 1.9 2005/05/22 20:08:10 jlam Exp $
DISTNAME= ocaml-3.08.3
CATEGORIES= lang
@@ -12,7 +12,7 @@ COMMENT= The latest implementation of the Caml dialect of ML
DISTINFO_FILE= ${.CURDIR}/../../lang/ocaml/distinfo
PATCHDIR= ${.CURDIR}/../../lang/ocaml/patches
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= -prefix ${PREFIX}
CONFIGURE_ARGS+= -libs "${LDFLAGS}"
diff --git a/lang/oo2c/Makefile b/lang/oo2c/Makefile
index 9be1e639130..3964a64161a 100644
--- a/lang/oo2c/Makefile
+++ b/lang/oo2c/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/04/11 21:46:15 tv Exp $
+# $NetBSD: Makefile,v 1.18 2005/05/22 20:08:10 jlam Exp $
DISTNAME= oo2c_${BITS}-2.0.11
PKGNAME= oo2c-2.0.11
@@ -22,7 +22,7 @@ BITS=32
.endif
GNU_CONFIGURE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LIBTOOL= yes
EVAL_PREFIX+= LIBTOOL_PREFIX=libtool-base
diff --git a/lang/perl58/Makefile b/lang/perl58/Makefile
index 11b559b5a8a..baa595e6969 100644
--- a/lang/perl58/Makefile
+++ b/lang/perl58/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2005/05/11 16:15:50 jlam Exp $
+# $NetBSD: Makefile,v 1.82 2005/05/22 20:08:10 jlam Exp $
# The following two variables should have empty values unless we're
# building a perl snapshot or release candidate.
@@ -89,7 +89,7 @@ CONFIGURE_ARGS+= -Dsiteman1dir="${VIEWBASE}/man/man1"
# The perl build attempts to work around case-insensitivity problems on
# HFS filesystems by using GNUmakefiles, so we need to use GNU make.
#
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
.endif
# Nail down the needed libraries for each platform here to avoid hidden
diff --git a/lang/pforth/Makefile b/lang/pforth/Makefile
index 0fb31cdbeab..0f3e50a4088 100644
--- a/lang/pforth/Makefile
+++ b/lang/pforth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/04/11 21:46:15 tv Exp $
+# $NetBSD: Makefile,v 1.14 2005/05/22 20:08:10 jlam Exp $
DISTNAME= pfthpc21
PKGNAME= pforth-21
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.softsynth.com/pforth/
COMMENT= Portable ANS-like Forth
WRKSRC= ${WRKDIR}
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
MAKEFILE= ${WRKSRC}/makefile
NOT_FOR_PLATFORM= *-*-alpha #segfaults when running ./pforth during build
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index 88fde48838f..cefb0525992 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/04/11 21:46:15 tv Exp $
+# $NetBSD: Makefile,v 1.13 2005/05/22 20:08:10 jlam Exp $
#
PKGNAME= php-${PHP_BASE_VERS}
@@ -9,7 +9,7 @@ HOMEPAGE= http://www.php.net/
COMMENT= PHP Hypertext Preprocessor version 5
USE_PKGINSTALL= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
LIBTOOL_OVERRIDE= # empty
.include "Makefile.php"
diff --git a/lang/pnet/Makefile b/lang/pnet/Makefile
index 4dabc2d21f8..68aebe0a873 100644
--- a/lang/pnet/Makefile
+++ b/lang/pnet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/04/11 21:46:15 tv Exp $
+# $NetBSD: Makefile,v 1.12 2005/05/22 20:08:10 jlam Exp $
DISTNAME= pnet-0.6.6
PKGREVISION= 1
@@ -13,7 +13,7 @@ BUILD_DEPENDS= treecc>=0.2.6:../../devel/treecc
CONFLICTS= mono-[0-9]*
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LIBTOOL= yes
USE_MAKEINFO= yes
GNU_CONFIGURE= yes
diff --git a/lang/pnetC/Makefile b/lang/pnetC/Makefile
index 791f3ebb9bf..6e9f8dd7961 100644
--- a/lang/pnetC/Makefile
+++ b/lang/pnetC/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/04/11 21:46:15 tv Exp $
+# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:10 jlam Exp $
#
DISTNAME= pnetC-0.6.6
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.dotgnu.org/
COMMENT= C language binding for DotGNU Portable .NET
GNU_CONFIGURE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LIBTOOL= yes
.include "../../lang/pnet/buildlink3.mk"
diff --git a/lang/pnetlib/Makefile.common b/lang/pnetlib/Makefile.common
index 5d386ee6d01..682008737a1 100644
--- a/lang/pnetlib/Makefile.common
+++ b/lang/pnetlib/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2005/04/11 21:46:15 tv Exp $
+# $NetBSD: Makefile.common,v 1.7 2005/05/22 20:08:10 jlam Exp $
#
DISTNAME= pnetlib-0.6.6
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.dotgnu.org/
COMMENT= DotGNU Portable .NET C SHARP class libraries
GNU_CONFIGURE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LIBTOOL= yes
DESCR_SRC= ${.CURDIR}/../pnetlib/DESCR
diff --git a/lang/py-basicproperty/Makefile b/lang/py-basicproperty/Makefile
index d280862345f..23ed6dcdc64 100644
--- a/lang/py-basicproperty/Makefile
+++ b/lang/py-basicproperty/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:15 tv Exp $
+# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:11 jlam Exp $
#
DISTNAME= basicproperty-0.6.3a
@@ -12,7 +12,7 @@ COMMENT= Python RDBMS wrapper for various databases
MAKE_ENV+= MANDIR=${PREFIX}/man
MAKE_ENV+= BINDIR=${PREFIX}/bin
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
PYDISTUTILSPKG= yes
PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX}
diff --git a/lang/rexx-regina/Makefile b/lang/rexx-regina/Makefile
index 0f64f0d741b..2cd37886d83 100644
--- a/lang/rexx-regina/Makefile
+++ b/lang/rexx-regina/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/01/24 13:51:15 grant Exp $
+# $NetBSD: Makefile,v 1.8 2005/05/22 20:08:11 jlam Exp $
#
DISTNAME= regina301
@@ -13,7 +13,7 @@ COMMENT= Implementation of the REXX language
WRKSRC= ${WRKDIR}
GNU_CONFIGURE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
CONFLICTS= rexx-imc-[0-9]*
diff --git a/lang/sablevm-classpath/Makefile.common b/lang/sablevm-classpath/Makefile.common
index 954adec9a16..2996b203f5c 100644
--- a/lang/sablevm-classpath/Makefile.common
+++ b/lang/sablevm-classpath/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2005/04/11 21:46:16 tv Exp $
+# $NetBSD: Makefile.common,v 1.5 2005/05/22 20:08:11 jlam Exp $
#
DISTNAME= sablevm-classpath-1.1.3
@@ -17,7 +17,7 @@ DISTINFO_FILE= ${.CURDIR}/../../lang/sablevm-classpath/distinfo
GNU_CONFIGURE= yes
GNU_CONFIGURE_PREFIX= ${PREFIX}/java/sablevm
NO_MTREE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --without-zip
diff --git a/lang/sablevm/Makefile b/lang/sablevm/Makefile
index 2105acefe89..fea461c700c 100644
--- a/lang/sablevm/Makefile
+++ b/lang/sablevm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/04/11 21:46:16 tv Exp $
+# $NetBSD: Makefile,v 1.10 2005/05/22 20:08:11 jlam Exp $
#
DISTNAME= sablevm-1.1.3
@@ -17,7 +17,7 @@ DEPENDS+= sablevm-classpath-1.1.3nb2:../../lang/sablevm-classpath
GNU_CONFIGURE= yes
GNU_CONFIGURE_PREFIX= ${JAVA_HOME}
NO_MTREE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LIBTOOL= yes
JAVA_NAME= sablevm
diff --git a/lang/sather/Makefile b/lang/sather/Makefile
index 06a72c1116a..367c40b06a6 100644
--- a/lang/sather/Makefile
+++ b/lang/sather/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2005/04/11 21:46:16 tv Exp $
+# $NetBSD: Makefile,v 1.25 2005/05/22 20:08:11 jlam Exp $
DISTNAME= sather-1.2.1
PKGREVISION= 5
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.gnu.org/directory/devel/prog/sather.html
COMMENT= Compiler for the Sather object oriented programming language
USE_X11= # defined
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
BUILD_TARGET= full optional
diff --git a/lang/scm/Makefile b/lang/scm/Makefile
index 4866311bdbd..ca9967234ae 100644
--- a/lang/scm/Makefile
+++ b/lang/scm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/04/24 22:18:28 perry Exp $
+# $NetBSD: Makefile,v 1.10 2005/05/22 20:08:11 jlam Exp $
#
DISTNAME= scm5d9
@@ -13,7 +13,7 @@ COMMENT= Portable scheme interpreter
DEPENDS+= slib>=3.1.1:../../devel/slib
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_X11= # defined
WRKSRC= ${WRKDIR}/scm
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile
index 6129b634bd6..7413bef9292 100644
--- a/lang/smalltalk/Makefile
+++ b/lang/smalltalk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2005/04/11 21:46:16 tv Exp $
+# $NetBSD: Makefile,v 1.33 2005/05/22 20:08:11 jlam Exp $
DISTNAME= smalltalk-2.1.9
CATEGORIES= lang
@@ -11,7 +11,7 @@ COMMENT= GNU Smalltalk: A smalltalk-80 implementation
ONLY_FOR_PLATFORM= *-*-i386 *-*-sparc *-*-powerpc
LIBTOOLIZE_PLIST= NO # Manually created libc.la breaks PLIST.
-USE_GNU_TOOLS+= awk make
+USE_TOOLS+= gawk gmake
USE_GNU_READLINE= YES
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
diff --git a/lang/smlnj/Makefile b/lang/smlnj/Makefile
index 008f208fcb9..03a43f2d413 100644
--- a/lang/smlnj/Makefile
+++ b/lang/smlnj/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/04/11 21:46:16 tv Exp $
+# $NetBSD: Makefile,v 1.10 2005/05/22 20:08:11 jlam Exp $
#
DISTNAME= boot.${BOX}-unix
@@ -37,7 +37,7 @@ SML_VERSION= 110.42
WRKSRC= ${WRKDIR}
DIST_SUBDIR= smlnj-${SML_VERSION}
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
# previous versions of the package had an additional '-'
CONFLICTS= sml-nj-[0-9]*
diff --git a/lang/swi-prolog-packages/Makefile b/lang/swi-prolog-packages/Makefile
index cdf0eead407..7c3c696bb2b 100644
--- a/lang/swi-prolog-packages/Makefile
+++ b/lang/swi-prolog-packages/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/04/11 21:46:16 tv Exp $
+# $NetBSD: Makefile,v 1.6 2005/05/22 20:08:11 jlam Exp $
.include "../swi-prolog-lite/Makefile.common"
@@ -10,7 +10,7 @@ COMMENT= Packages for SWI Prolog
GNU_CONFIGURE= yes
USE_GNU_READLINE= yes # uses rl_event_hook() interface
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_X11= yes
CONFIGURE_ENV+= PL=swi-prolog
diff --git a/lang/vscm/Makefile b/lang/vscm/Makefile
index 559f5593d8d..d2727a7453d 100644
--- a/lang/vscm/Makefile
+++ b/lang/vscm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/01/24 13:51:15 grant Exp $
+# $NetBSD: Makefile,v 1.12 2005/05/22 20:08:11 jlam Exp $
DISTNAME= vscmV0r4
PKGNAME= vscm-0.4
@@ -13,7 +13,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.cs.princeton.edu/~blume/vscm/
COMMENT= Portable scheme implementation
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
post-patch:
${SED} -e "s,@PREFIX@,${PREFIX}," ${FILESDIR}/path.h >${WRKSRC}/path.h