diff options
author | grant <grant> | 2004-01-24 13:51:13 +0000 |
---|---|---|
committer | grant <grant> | 2004-01-24 13:51:13 +0000 |
commit | a1c0ccd8e705485d392c946a4830108e6d807122 (patch) | |
tree | 392f755759c8becb1ccb007770bef5095757eddd /math | |
parent | f24d5caf089b15d877093e34b5835061cd4aad60 (diff) | |
download | pkgsrc-a1c0ccd8e705485d392c946a4830108e6d807122.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 4 | ||||
-rw-r--r-- | math/blitz++/Makefile | 4 | ||||
-rw-r--r-- | math/cassowary/Makefile | 4 | ||||
-rw-r--r-- | math/eukleides/Makefile | 4 | ||||
-rw-r--r-- | math/fftw/Makefile | 4 | ||||
-rw-r--r-- | math/fftw2/Makefile | 4 | ||||
-rw-r--r-- | math/gcalctool/Makefile | 4 | ||||
-rw-r--r-- | math/gnumeric/Makefile | 4 | ||||
-rw-r--r-- | math/gnumeric0/Makefile | 4 | ||||
-rw-r--r-- | math/grace/Makefile | 4 | ||||
-rw-r--r-- | math/guppi/Makefile | 4 | ||||
-rw-r--r-- | math/libffm/Makefile | 4 | ||||
-rw-r--r-- | math/octave-current/Makefile | 4 | ||||
-rw-r--r-- | math/octave/Makefile | 4 | ||||
-rw-r--r-- | math/vista/Makefile | 4 | ||||
-rw-r--r-- | math/xeukleides/Makefile | 4 |
16 files changed, 32 insertions, 32 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 7d407d2c2b6..96476b90e26 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2004/01/05 12:20:57 markd Exp $ +# $NetBSD: Makefile,v 1.48 2004/01/24 13:58:23 grant Exp $ DISTNAME= R-1.8.1 PKGREVISION= 1 @@ -18,7 +18,7 @@ TEST_TARGET= check USE_BUILDLINK2= # defined USE_X11= # defined USE_PERL5= # defined -USE_GMAKE= # defined +USE_GNU_TOOLS+= make USE_GNU_READLINE= # uses callback interface USE_MAKEINFO= # defined TEXINFO_REQD= 4.0 diff --git a/math/blitz++/Makefile b/math/blitz++/Makefile index 58baa6089c4..113afb1ad18 100644 --- a/math/blitz++/Makefile +++ b/math/blitz++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 21:47:21 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/01/24 13:58:23 grant Exp $ DISTNAME= blitz-0.6 PKGNAME= blitz++-0.6 @@ -11,7 +11,7 @@ COMMENT= C++ template class library providing array objects USE_BUILDLINK2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make CONFIGURE_ARGS+= --with-cxx=gcc post-install: diff --git a/math/cassowary/Makefile b/math/cassowary/Makefile index 13c077a449b..94adf7804d3 100644 --- a/math/cassowary/Makefile +++ b/math/cassowary/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2003/07/17 21:47:23 grant Exp $ +# $NetBSD: Makefile,v 1.22 2004/01/24 13:58:23 grant Exp $ # DISTNAME= cassowary-0.60 @@ -13,7 +13,7 @@ COMMENT= Constraint-solving toolkit for linear equalities and inequalities BUILD_DEPENDS+= bison>=1.34:../../devel/bison USE_BUILDLINK2= # defined -USE_GMAKE= # defined +USE_GNU_TOOLS+= make USE_LIBTOOL= # defined LIBTOOL_OVERRIDE= ${WRKSRC}/libtool diff --git a/math/eukleides/Makefile b/math/eukleides/Makefile index 4bf12b9ed7e..a2aaf32c5d9 100644 --- a/math/eukleides/Makefile +++ b/math/eukleides/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/08/09 11:11:38 seb Exp $ +# $NetBSD: Makefile,v 1.5 2004/01/24 13:58:23 grant Exp $ # FreeBSD Id: ports/math/eukleides/Makefile,v 1.1 2002/06/04 18:40:20 ijliao Exp DISTNAME= eukleides.0.9.0 @@ -14,7 +14,7 @@ BUILD_DEPENDS+= bison>=1.35:../../devel/bison DEPENDS+= pstoedit>=3.31:../../graphics/pstoedit ALL_TARGET= eukleides -USE_GMAKE= yes +USE_GNU_TOOLS+= make USE_MAKEINFO= YES INFO_FILES= eukleides.info diff --git a/math/fftw/Makefile b/math/fftw/Makefile index 0324ae3c416..2468ee59cb8 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/08/09 11:11:30 seb Exp $ +# $NetBSD: Makefile,v 1.13 2004/01/24 13:58:23 grant Exp $ .if (${MACHINE_ARCH} == "powerpc") DISTNAME= fftw-3.0.1-fma @@ -20,7 +20,7 @@ PKGCONFIG_OVERRIDE+= ${WRKSRC}/fftw.pc.in GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared USE_FORTRAN= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make INFO_FILES= fftw3.info TEST_TARGET= check diff --git a/math/fftw2/Makefile b/math/fftw2/Makefile index 0701300006f..07579c59fa6 100644 --- a/math/fftw2/Makefile +++ b/math/fftw2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/08/09 11:11:40 seb Exp $ +# $NetBSD: Makefile,v 1.5 2004/01/24 13:58:23 grant Exp $ DISTNAME= fftw-2.1.5 PKGNAME= fftw2-2.1.5 @@ -16,7 +16,7 @@ CONFIGURE_ARGS= --enable-shared CONFIGURE_ARGS+= --enable-i386-hacks .endif USE_FORTRAN= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make USE_MAKEINFO= yes INFO_FILES= fftw.info diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index e19014edf1f..c61ab2767fb 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -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 13:58:23 grant Exp $ # DISTNAME= gcalctool-4.3.38 @@ -16,7 +16,7 @@ DEPENDS+= gnome2-dirs>=1.2:../../misc/gnome2-dirs GNU_CONFIGURE= YES USE_BUILDLINK2= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make USE_X11= YES USE_PKGLOCALEDIR= yes diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 1a783392dbe..c34d5ed30cd 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2004/01/03 18:49:45 reed Exp $ +# $NetBSD: Makefile,v 1.78 2004/01/24 13:58:23 grant Exp $ # DISTNAME= gnumeric-1.0.13 @@ -17,7 +17,7 @@ DEPENDS+= gnome1-dirs>=1.2:../../misc/gnome1-dirs USE_BUILDLINK2= YES USE_PKGLOCALEDIR= YES USE_X11BASE= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make USE_PERL5= YES GNU_CONFIGURE= YES diff --git a/math/gnumeric0/Makefile b/math/gnumeric0/Makefile index c8e3413f463..68adae47b57 100644 --- a/math/gnumeric0/Makefile +++ b/math/gnumeric0/Makefile @@ -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 13:58:23 grant Exp $ # DISTNAME= gnumeric-0.75 @@ -15,7 +15,7 @@ DEPENDS+= gnome1-dirs>=1.2:../../misc/gnome1-dirs USE_BUILDLINK2= YES USE_PKGLOCALEDIR= YES USE_X11BASE= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make USE_PERL5= YES GNU_CONFIGURE= YES diff --git a/math/grace/Makefile b/math/grace/Makefile index ede64993f5a..e26367ebfb2 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2004/01/03 18:49:46 reed Exp $ +# $NetBSD: Makefile,v 1.29 2004/01/24 13:58:23 grant Exp $ # DISTNAME= grace-5.1.12 @@ -18,7 +18,7 @@ COMMENT= GRaphing, Advanced Computation and Exploration of data USE_BUILDLINK2= YES USE_X11BASE= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make USE_FORTRAN= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-grace-home=${PREFIX}/grace diff --git a/math/guppi/Makefile b/math/guppi/Makefile index 17dff72d8d7..a9c9e599c57 100644 --- a/math/guppi/Makefile +++ b/math/guppi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2004/01/06 18:52:33 jmmv Exp $ +# $NetBSD: Makefile,v 1.33 2004/01/24 13:58:23 grant Exp $ DISTNAME= Guppi-0.40.3 PKGNAME= ${DISTNAME:S/G/g/} @@ -28,7 +28,7 @@ PLIST_SUBST+= GNUMERIC="@comment " USE_BUILDLINK2= YES USE_PKGLOCALEDIR= YES USE_X11BASE= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make GNU_CONFIGURE= YES USE_LIBTOOL= YES diff --git a/math/libffm/Makefile b/math/libffm/Makefile index 1146e7392e2..9ffcdf0f2fb 100644 --- a/math/libffm/Makefile +++ b/math/libffm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/21 16:57:13 martti Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/24 13:58:23 grant Exp $ DISTNAME= libffm.0.28 PKGNAME= libffm-0.28 @@ -9,7 +9,7 @@ MAINTAINER= root@garbled.net COMMENT= Fast alpha-optimized replacement for some libm routines USE_BUILDLINK2= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make ONLY_FOR_PLATFORM= NetBSD-*-alpha diff --git a/math/octave-current/Makefile b/math/octave-current/Makefile index 7183e9b1ef2..4b4fbb02937 100644 --- a/math/octave-current/Makefile +++ b/math/octave-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2004/01/23 13:26:20 adam Exp $ +# $NetBSD: Makefile,v 1.27 2004/01/24 13:58:23 grant Exp $ # DISTNAME= octave-${OCTAVE_VER} @@ -27,7 +27,7 @@ BROKEN= Internal compiler error occurs on arm32 (even with gcc-2.95.3) USE_BUILDLINK2= YES USE_FORTRAN= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make USE_GNU_READLINE= YES USE_MAKEINFO= YES USE_LIBTOOL= YES diff --git a/math/octave/Makefile b/math/octave/Makefile index 119479542a5..5bc47bdbfb9 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2003/12/24 13:02:00 jmmv Exp $ +# $NetBSD: Makefile,v 1.42 2004/01/24 13:58:23 grant Exp $ # FreeBSD Id: Makefile,v 1.18 1998/09/27 20:10:45 steve Exp DISTNAME= octave-2.0.17 @@ -25,7 +25,7 @@ USE_X11= yes GNU_CONFIGURE= yes USE_FORTRAN= yes USE_LIBTOOL= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make CONFIGURE_ENV+= FFLAGS="${CFLAGS}" OBJECT_FMT="${OBJECT_FMT}" CPPFLAGS+= -I${WRKDIR}/include LDFLAGS+= -Wl,${RPATH_FLAG}${PREFIX}/lib -L${PREFIX}/lib diff --git a/math/vista/Makefile b/math/vista/Makefile index 2732a09e139..7f3cf5f1c6f 100644 --- a/math/vista/Makefile +++ b/math/vista/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/01/20 12:20:05 agc Exp $ +# $NetBSD: Makefile,v 1.10 2004/01/24 13:58:23 grant Exp $ # DISTNAME= vista @@ -14,6 +14,6 @@ DEPENDS+= xlispstat>=3.52.9:../../math/xlispstat WRKSRC= ${WRKDIR}/vista-5.0.5 USE_X11BASE= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make .include "../../mk/bsd.pkg.mk" diff --git a/math/xeukleides/Makefile b/math/xeukleides/Makefile index b795a37f865..2548de2bc71 100644 --- a/math/xeukleides/Makefile +++ b/math/xeukleides/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/09/04 19:24:13 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/24 13:58:23 grant Exp $ # FreeBSD Id: ports/math/eukleides/Makefile,v 1.1 2002/06/04 18:40:20 ijliao Exp DISTNAME= xeukleides.0.9.0 @@ -18,7 +18,7 @@ USE_BUILDLINK2= yes USE_MAKEINFO= yes USE_X11BASE= yes ALL_TARGET= xeukleides -USE_GMAKE= yes +USE_GNU_TOOLS+= make .include "../../x11/gtk/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |