From a1c0ccd8e705485d392c946a4830108e6d807122 Mon Sep 17 00:00:00 2001 From: grant Date: Sat, 24 Jan 2004 13:51:13 +0000 Subject: replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. --- 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 ++-- 39 files changed, 78 insertions(+), 78 deletions(-) (limited to 'lang') diff --git a/lang/cilk/Makefile b/lang/cilk/Makefile index 9f89bae8c82..d10cc40c595 100644 --- a/lang/cilk/Makefile +++ b/lang/cilk/Makefile @@ -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 @@ ONLY_FOR_PLATFORM= *-*-alpha *-*-i386 -*-*mipse[bl] *-*-powerpc *-*-sparc GNU_CONFIGURE= # defined USE_BUILDLINK2= # defined -USE_GMAKE= # defined +USE_GNU_TOOLS+= make USE_PERL5= yes USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool diff --git a/lang/coq/Makefile b/lang/coq/Makefile index f8d29c436af..c233e2d6bad 100644 --- a/lang/coq/Makefile +++ b/lang/coq/Makefile @@ -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 @@ MAINTAINER= richards+netbsd@CS.Princeton.EDU 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 --git a/lang/drscheme/Makefile b/lang/drscheme/Makefile index baed018c7c6..3b3bb6bcc55 100644 --- a/lang/drscheme/Makefile +++ b/lang/drscheme/Makefile @@ -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 @@ CONFLICTS+= mzscheme-[0-9]*:../../lang/mzscheme WRKSRC= ${WRKDIR}/plt/src USE_BUILDLINK2= yes USE_X11= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make USE_PERL5= yes GNU_CONFIGURE= yes diff --git a/lang/dylan-interpreter/Makefile.common b/lang/dylan-interpreter/Makefile.common index 160d23fdfbc..ee5e31feb1c 100644 --- a/lang/dylan-interpreter/Makefile.common +++ b/lang/dylan-interpreter/Makefile.common @@ -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 @@ HOMEPAGE= http://www.gwydiondylan.org/ COMMENT= Functional language USE_BUILDLINK2= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make MAKEFILE= GNUmakefile ALL_TARGET= default diff --git a/lang/eieio/Makefile b/lang/eieio/Makefile index 353546b64fc..72437f5f030 100644 --- a/lang/eieio/Makefile +++ b/lang/eieio/Makefile @@ -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 @@ DEPENDS+= xemacs-packages:../../editors/xemacs-packages MAKEFLAGS+= EMACS=${EMACS_BIN} NO_CONFIGURE= # set -USE_GMAKE= # set +USE_GNU_TOOLS+= make INFO_FILES= eieio.info diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile index 448b5afa663..bb581440d25 100644 --- a/lang/erlang/Makefile +++ b/lang/erlang/Makefile @@ -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_BUILDLINK2= yes USE_X11= yes USE_PERL5= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make USE_JAVA= yes USE_JAVA2= yes diff --git a/lang/ezm3/Makefile b/lang/ezm3/Makefile index bd4a6b8bdad..8f996ea1bf6 100644 --- a/lang/ezm3/Makefile +++ b/lang/ezm3/Makefile @@ -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 @@ HOMEPAGE= http://www.polstra.com/projects/freeware/ezm3/ 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 --git a/lang/gcc-ssp/Makefile b/lang/gcc-ssp/Makefile index 914f16764cf..b002401679b 100644 --- a/lang/gcc-ssp/Makefile +++ b/lang/gcc-ssp/Makefile @@ -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 @@ GCC_FILESDIR= ${.CURDIR}/../gcc/files USE_BUILDLINK2= YES USE_PKGINSTALL= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make HAS_CONFIGURE= YES CONFIGURE_SCRIPT= ${WRKSRC}/configure diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index 9b953274942..e1d5bc15d15 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -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 @@ NOT_FOR_PLATFORM= Darwin-*-* USE_BUILDLINK2= YES USE_PKGINSTALL= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make HAS_CONFIGURE= YES CONFIGURE_SCRIPT= ${WRKSRC}/configure diff --git a/lang/gcc3-c/Makefile.common b/lang/gcc3-c/Makefile.common index 82ebeb6916c..e3c5b0e4945 100644 --- a/lang/gcc3-c/Makefile.common +++ b/lang/gcc3-c/Makefile.common @@ -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 @@ NOT_FOR_PLATFORM= Darwin-*-* USE_BUILDLINK2= YES USE_PKGINSTALL= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make HAS_CONFIGURE= YES .include "../../mk/bsd.prefs.mk" diff --git a/lang/gcc3/Makefile b/lang/gcc3/Makefile index 449ed97a3b3..367ca4f6550 100644 --- a/lang/gcc3/Makefile +++ b/lang/gcc3/Makefile @@ -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 @@ NOT_FOR_PLATFORM= Darwin-*-* USE_BUILDLINK2= YES USE_PKGINSTALL= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make HAS_CONFIGURE= YES diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index a236d0fa8a8..c642eafecd2 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -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_BUILDLINK2= #defined 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 --git a/lang/gpc/Makefile b/lang/gpc/Makefile index 646384222a0..254f27f4112 100644 --- a/lang/gpc/Makefile +++ b/lang/gpc/Makefile @@ -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 @@ BUILD_DEPENDS+= gsed-[0-9]*:../../textproc/gsed WRKSRC= ${WRKDIR}/gcc-2.95.3 USE_BUILDLINK2= # defined -USE_GMAKE= # defined +USE_GNU_TOOLS+= make USE_NCURSES= # defined PLIST_SRC= PLIST diff --git a/lang/guile/Makefile b/lang/guile/Makefile index 31231be0d52..9da081cf3da 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -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 @@ CONFLICTS= guile14<1.4.1nb1 USE_BUILDLINK2= YES GNU_CONFIGURE= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool diff --git a/lang/guile14/Makefile b/lang/guile14/Makefile index 8b702b5d3d6..8d89a6ebd14 100644 --- a/lang/guile14/Makefile +++ b/lang/guile14/Makefile @@ -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 @@ COMMENT= GNU's Ubiquitous Intelligent Language for Extension USE_BUILDLINK2= YES GNU_CONFIGURE= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make NO_MTREE= YES USE_LIBTOOL= YES diff --git a/lang/inform/Makefile b/lang/inform/Makefile index 72430fc7bcd..a0cfc1326c7 100644 --- a/lang/inform/Makefile +++ b/lang/inform/Makefile @@ -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 @@ COMMENT= Interactive fiction compiler (creates z-code) LICENSE= no-profit GNU_CONFIGURE= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make INFO_FILES= inform diff --git a/lang/japhar/Makefile b/lang/japhar/Makefile index 896e32283ee..18b8ad3750d 100644 --- a/lang/japhar/Makefile +++ b/lang/japhar/Makefile @@ -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 @@ ONLY_FOR_PLATFORM= SunOS-*-* # untested on NetBSD GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make USE_GCC_SHLIB= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig ${WRKSRC}/lib/libffi/ltconfig diff --git a/lang/jdk-openjit/Makefile.common b/lang/jdk-openjit/Makefile.common index 7b52bfafda9..6335f194a23 100644 --- a/lang/jdk-openjit/Makefile.common +++ b/lang/jdk-openjit/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2003/08/23 15:13:59 jschauma Exp $ +# $NetBSD: Makefile.common,v 1.4 2004/01/24 13:51:14 grant Exp $ OPENJIT_VERSION=1.1.16 @@ -12,7 +12,7 @@ COMMENT= Reflective JIT compiler for Java GNU_CONFIGURE= # defined USE_BUILDLINK2= # defined -USE_GMAKE= # defined +USE_GNU_TOOLS+= make .include "../../mk/bsd.prefs.mk" .include "../../mk/java-vm.mk" diff --git a/lang/jikes/Makefile b/lang/jikes/Makefile index 1e06aa87809..c7370ba9142 100644 --- a/lang/jikes/Makefile +++ b/lang/jikes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/01/13 23:02:28 xtraeme Exp $ +# $NetBSD: Makefile,v 1.20 2004/01/24 13:51:14 grant Exp $ # DISTNAME= jikes-1.18 @@ -17,6 +17,6 @@ GNU_CONFIGURE= yes USE_GCC_SHLIB= yes UNLIMIT_RESOURCES= datasize -USE_GMAKE= # uses multi-line comments with \ (naughty hack!) +USE_GNU_TOOLS+= make # uses multi-line comments with \ (naughty hack!) .include "../../mk/bsd.pkg.mk" diff --git a/lang/kaffe/Makefile b/lang/kaffe/Makefile index 03990486ba9..ff57c829620 100644 --- a/lang/kaffe/Makefile +++ b/lang/kaffe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2003/09/23 20:56:00 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.51 2004/01/24 13:51:14 grant Exp $ DISTNAME= kaffe-1.1.0 CATEGORIES= lang java @@ -12,7 +12,7 @@ USE_BUILDLINK2= yes USE_PKGINSTALL= yes USE_X11= yes USE_LIBTOOL= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig TEST_TARGET= check diff --git a/lang/librep/Makefile b/lang/librep/Makefile index 8fc81aceb34..da30a48a3b3 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2003/08/09 12:30:51 seb Exp $ +# $NetBSD: Makefile,v 1.32 2004/01/24 13:51:14 grant Exp $ # DISTNAME= librep-${REP_VERS} @@ -17,7 +17,7 @@ DEPENDS+= libtool-base>=${LIBTOOL_REQD}:../../devel/libtool-base USE_GNU_READLINE= # uses rl_basic_quote_characters USE_BUILDLINK2= # defined -USE_GMAKE= # defined +USE_GNU_TOOLS+= make USE_LIBTOOL= # defined LIBTOOL_OVERRIDE= ${WRKSRC}/libtool REP_LIBTOOL= ${PREFIX}/libexec/rep/${MACHINE_GNU_PLATFORM}/libtool diff --git a/lang/mercury/Makefile b/lang/mercury/Makefile index d1008a7d58c..e66c065cc24 100644 --- a/lang/mercury/Makefile +++ b/lang/mercury/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2003/09/28 09:13:57 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2004/01/24 13:51:14 grant Exp $ DISTNAME= mercury-compiler-0.11.0 PKGNAME= mercury-0.11.0 @@ -13,7 +13,7 @@ COMMENT= Modern logic/functional programming language USE_BUILDLINK2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make 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 9d7afac3c13..2ac9f31780a 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/01/16 06:40:50 xtraeme Exp $ +# $NetBSD: Makefile,v 1.15 2004/01/24 13:51:14 grant Exp $ # DISTNAME= mono-0.29 @@ -19,7 +19,7 @@ NOT_FOR_PLATFORM= NetBSD-1.[0-5]*-* NOT_FOR_PLATFORM+= NetBSD-1.6-* NetBSD-1.6.*-* NOT_FOR_PLATFORM+= NetBSD-1.6[A-Z]-* NetBSD-1.6Z[AB]-* -USE_GMAKE= YES +USE_GNU_TOOLS+= make USE_BUILDLINK2= YES USE_PKGINSTALL= YES diff --git a/lang/nhc98/Makefile b/lang/nhc98/Makefile index bdbcd7d1a7b..833a732547d 100644 --- a/lang/nhc98/Makefile +++ b/lang/nhc98/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/01/20 12:19:17 agc Exp $ +# $NetBSD: Makefile,v 1.26 2004/01/24 13:51:14 grant Exp $ DISTNAME= nhc98src-1.16 PKGNAME= nhc98-1.16 @@ -26,7 +26,7 @@ CONFIGURE_ARGS+= --buildwith=gcc --installdir=${PREFIX} \ # Note that you can also build with ghc (Glasgow Haskell Compiler) or # hbc (Chalmers Haskell). -USE_GMAKE= yes +USE_GNU_TOOLS+= make ALL_TARGET= default HARCH= `${WRKSRC}/script/harch` diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index e55261473b6..26cb7e402cd 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2004/01/05 11:28:07 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2004/01/24 13:51:14 grant Exp $ # DISTNAME= ocaml-3.06 @@ -13,7 +13,7 @@ COMMENT= The latest implementation of the Caml dialect of ML PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make HAS_CONFIGURE= yes CONFIGURE_ARGS+= -prefix ${PREFIX} CONFIGURE_ARGS+= -tkdefs "${OCAML_CPPFLAGS}" diff --git a/lang/oo2c/Makefile b/lang/oo2c/Makefile index e7e30c3d1a1..7bfb093c0e4 100644 --- a/lang/oo2c/Makefile +++ b/lang/oo2c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/12/04 19:48:25 xtraeme Exp $ +# $NetBSD: Makefile,v 1.10 2004/01/24 13:51:14 grant Exp $ DISTNAME= oo2c_${BITS}-2.0.11 PKGNAME= oo2c-2.0.11 @@ -22,7 +22,7 @@ BITS=32 USE_BUILDLINK2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make USE_LIBTOOL= yes EVAL_PREFIX+= LIBTOOL_PREFIX=libtool-base diff --git a/lang/openc++/Makefile b/lang/openc++/Makefile index 330d2085a07..7f93fd193f4 100644 --- a/lang/openc++/Makefile +++ b/lang/openc++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/01/20 12:19:17 agc Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/24 13:51:14 grant Exp $ # DISTNAME= opencxx2512 @@ -11,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.csg.is.titech.ac.jp/~chiba/openc++.html COMMENT= OpenC++ is a version of C++ with a Metaobject Protocol -USE_GMAKE= YES +USE_GNU_TOOLS+= make MAKEFILE= Makefile.SunOSandBSD MAKE_FLAGS+= CXXFLAGS=-I${PREFIX}/include MAKE_FLAGS+= GCLIBDIR=${BUILDLINK_DIR} diff --git a/lang/perl58/Makefile b/lang/perl58/Makefile index 5ff0fb649aa..85f5b0e7ecf 100644 --- a/lang/perl58/Makefile +++ b/lang/perl58/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2004/01/23 23:26:25 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2004/01/24 13:51:14 grant Exp $ # The following two variables should have empty values unless we're # building a perl snapshot or release candidate. @@ -99,7 +99,7 @@ CONFIGURE_ARGS+= -Dcc="${PERL5_CC}" # The perl build attempts to work around case-insensitivity problems on # HFS filesystems by using GNUmakefiles, so we need to use GNU make. # -USE_GMAKE= yes +USE_GNU_TOOLS+= make # # Perl is _always_ built using shared libraries on Darwin; there's no # way to build a statically-linked perl binary. diff --git a/lang/pforth/Makefile b/lang/pforth/Makefile index f8a9fc3613d..1a040981882 100644 --- a/lang/pforth/Makefile +++ b/lang/pforth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/01/20 12:19:17 agc Exp $ +# $NetBSD: Makefile,v 1.11 2004/01/24 13:51:14 grant Exp $ DISTNAME= pfthpc21 PKGNAME= pforth-21 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.softsynth.com/pforth/ COMMENT= Portable ANS-like Forth WRKSRC= ${WRKDIR} -USE_GMAKE= YES +USE_GNU_TOOLS+= make MAKEFILE= ${WRKSRC}/makefile NOT_FOR_PLATFORM= *-*-alpha #segfaults when running ./pforth during build diff --git a/lang/pgcc/Makefile b/lang/pgcc/Makefile index 5f0dc7f92c3..b576bd099ac 100644 --- a/lang/pgcc/Makefile +++ b/lang/pgcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2003/08/09 10:59:11 seb Exp $ +# $NetBSD: Makefile,v 1.24 2004/01/24 13:51:15 grant Exp $ DISTNAME= gcc-2.95.2 PKGNAME= pgcc-2.95.2.1 @@ -21,7 +21,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-arm NetBSD-*-arm32 NetBSD-*-i386 \ USE_BUILDLINK2= YES USE_PKGINSTALL= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make HAS_CONFIGURE= YES CONFIGURE_SCRIPT= ${WRKSRC}/configure diff --git a/lang/pnet/Makefile b/lang/pnet/Makefile index badc9a6728a..85043b1adfc 100644 --- a/lang/pnet/Makefile +++ b/lang/pnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/01/16 06:40:50 xtraeme Exp $ +# $NetBSD: Makefile,v 1.3 2004/01/24 13:51:15 grant Exp $ # DISTNAME= pnet-0.6.2 @@ -14,7 +14,7 @@ BUILD_DEPENDS= treecc>=0.2.6:../../devel/treecc CONFLICTS= mono-[0-9]* -USE_GMAKE= yes +USE_GNU_TOOLS+= make USE_MAKEINFO= yes GNU_CONFIGURE= yes USE_BUILDLINK2= yes diff --git a/lang/pnetC/Makefile b/lang/pnetC/Makefile index da63da50dcf..d99d302c95e 100644 --- a/lang/pnetC/Makefile +++ b/lang/pnetC/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/01/12 17:25:43 xtraeme Exp $ +# $NetBSD: Makefile,v 1.3 2004/01/24 13:51:15 grant Exp $ # DISTNAME= pnetC-0.6.0 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.dotgnu.org/ COMMENT= C language binding for DotGNU Portable .NET GNU_CONFIGURE= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make USE_BUILDLINK2= yes .include "../../lang/pnet/buildlink2.mk" diff --git a/lang/pnetlib/Makefile.common b/lang/pnetlib/Makefile.common index d122314389f..4971cfdd45d 100644 --- a/lang/pnetlib/Makefile.common +++ b/lang/pnetlib/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2004/01/12 17:15:29 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.2 2004/01/24 13:51:15 grant Exp $ # DISTNAME= pnetlib-0.6.2 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.dotgnu.org/ COMMENT= DotGNU Portable .NET C SHARP class libraries GNU_CONFIGURE= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make USE_BUILDLINK2= yes DESCR_SRC= ${.CURDIR}/../pnetlib/DESCR diff --git a/lang/rexx-regina/Makefile b/lang/rexx-regina/Makefile index 2ff0bb432c1..0f64f0d741b 100644 --- a/lang/rexx-regina/Makefile +++ b/lang/rexx-regina/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/01/20 12:19:17 agc Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/24 13:51:15 grant Exp $ # DISTNAME= regina301 @@ -13,7 +13,7 @@ COMMENT= Implementation of the REXX language WRKSRC= ${WRKDIR} GNU_CONFIGURE= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make CONFLICTS= rexx-imc-[0-9]* diff --git a/lang/sather/Makefile b/lang/sather/Makefile index d7631612fa9..198d0dfe106 100644 --- a/lang/sather/Makefile +++ b/lang/sather/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/01/13 20:29:46 kristerw Exp $ +# $NetBSD: Makefile,v 1.14 2004/01/24 13:51:15 grant Exp $ DISTNAME= sather-1.2.1 PKGREVISION= 2 @@ -11,7 +11,7 @@ COMMENT= Compiler for the Sather object oriented programming language USE_BUILDLINK2= # defined USE_X11= # defined -USE_GMAKE= # defined +USE_GNU_TOOLS+= make ALL_TARGET= full optional MAKE_ENV+= _OPSYS_RPATH_NAME=${_OPSYS_RPATH_NAME} diff --git a/lang/scm/Makefile b/lang/scm/Makefile index 3adae16c8b5..28a28649fba 100644 --- a/lang/scm/Makefile +++ b/lang/scm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/10/04 20:31:23 agc Exp $ +# $NetBSD: Makefile,v 1.2 2004/01/24 13:51:15 grant Exp $ # DISTNAME= scm5d8 @@ -13,7 +13,7 @@ COMMENT= Portable scheme interpreter DEPENDS+= slib>=2.4.6:../../devel/slib -USE_GMAKE= # defined +USE_GNU_TOOLS+= make USE_X11= # defined WRKSRC= ${WRKDIR}/scm diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index 777256dc53e..09f64db39c3 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2003/08/11 18:27:27 jmc Exp $ +# $NetBSD: Makefile,v 1.23 2004/01/24 13:51:15 grant Exp $ DISTNAME= smalltalk-2.1.4 CATEGORIES= lang @@ -11,7 +11,7 @@ COMMENT= GNU Smalltalk: A smalltalk-80 implementation ONLY_FOR_PLATFORM= *-*-i386 *-*-sparc *-*-powerpc USE_BUILDLINK2= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make USE_GNU_READLINE= YES USE_LIBTOOL= YES diff --git a/lang/smlnj/Makefile b/lang/smlnj/Makefile index 150d503fc3f..c12f97880ab 100644 --- a/lang/smlnj/Makefile +++ b/lang/smlnj/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/01/20 12:19:17 agc Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/24 13:51:15 grant Exp $ # DISTNAME= boot.${BOX}-unix @@ -37,7 +37,7 @@ SML_VERSION= 110.42 WRKSRC= ${WRKDIR} DIST_SUBDIR= smlnj-${SML_VERSION} -USE_GMAKE= yes +USE_GNU_TOOLS+= make # previous versions of the package had an additional '-' CONFLICTS= sml-nj-[0-9]* diff --git a/lang/vscm/Makefile b/lang/vscm/Makefile index fb7f4041ee0..559f5593d8d 100644 --- a/lang/vscm/Makefile +++ b/lang/vscm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/07/17 21:45:37 grant Exp $ +# $NetBSD: Makefile,v 1.11 2004/01/24 13:51:15 grant 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_GMAKE= yes +USE_GNU_TOOLS+= make post-patch: ${SED} -e "s,@PREFIX@,${PREFIX}," ${FILESDIR}/path.h >${WRKSRC}/path.h -- cgit v1.2.3