diff options
author | asau <asau> | 2010-07-30 10:36:22 +0000 |
---|---|---|
committer | asau <asau> | 2010-07-30 10:36:22 +0000 |
commit | dffae9c6dd671c62bb491236a5f2209dbeae1d68 (patch) | |
tree | 9f7734513e2d968f288c2b10b0ff2f2a7f44cc5a /math | |
parent | 1b675059201a5e4ca7d46245fbcaf63c158a9ad9 (diff) | |
download | pkgsrc-dffae9c6dd671c62bb491236a5f2209dbeae1d68.tar.gz |
"fortran" -> "fortran77" except where it is clear that it isn't F77.
"fortran" is alias of "fortran77" for now, but it will change later.
Diffstat (limited to 'math')
32 files changed, 64 insertions, 64 deletions
diff --git a/math/R-akima/Makefile b/math/R-akima/Makefile index 5545da8869c..4b7548c4e74 100644 --- a/math/R-akima/Makefile +++ b/math/R-akima/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2009/12/11 19:18:17 adam Exp $ +# $NetBSD: Makefile,v 1.7 2010/07/30 10:36:25 asau Exp $ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -10,7 +10,7 @@ COMMENT= Linear or cubic spline interpolation for irregular gridded data R_PKGNAME= akima R_PKGVER= 0.5-4 -USE_LANGUAGES= fortran +USE_LANGUAGES= fortran77 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" diff --git a/math/R-circular/Makefile b/math/R-circular/Makefile index fceb28056e3..f423f309679 100644 --- a/math/R-circular/Makefile +++ b/math/R-circular/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/12/11 19:25:33 adam Exp $ +# $NetBSD: Makefile,v 1.4 2010/07/30 10:36:26 asau Exp $ PKGREVISION= 1 CATEGORIES= math @@ -11,7 +11,7 @@ COMMENT= Circular Statistics, from "Topics in circular Statistics" R_PKGNAME= circular R_PKGVER= 0.3-8 -USE_LANGUAGES= fortran +USE_LANGUAGES= fortran77 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" diff --git a/math/R-classInt/Makefile b/math/R-classInt/Makefile index c4ff2bf4ec4..bc9901d5ace 100644 --- a/math/R-classInt/Makefile +++ b/math/R-classInt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/07/03 07:25:57 adam Exp $ +# $NetBSD: Makefile,v 1.3 2010/07/30 10:36:26 asau Exp $ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -10,7 +10,7 @@ COMMENT= Package for choosing univariate class intervals for graphics R_PKGNAME= classInt R_PKGVER= 0.1-14 -USE_LANGUAGES= fortran +USE_LANGUAGES= fortran77 DEPENDS+= R-e1071>=1.5:../../math/R-e1071 diff --git a/math/R-lmm/Makefile b/math/R-lmm/Makefile index 9a6b905df4d..8a78d1f6427 100644 --- a/math/R-lmm/Makefile +++ b/math/R-lmm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2009/12/03 13:06:53 asau Exp $ +# $NetBSD: Makefile,v 1.8 2010/07/30 10:36:26 asau Exp $ # PKGREVISION= 1 @@ -11,7 +11,7 @@ COMMENT= Improved procedures for linear mixed models with R R_PKGNAME= lmm R_PKGVER= 0.3-5 -USE_LANGUAGES+= c fortran +USE_LANGUAGES+= c fortran77 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" diff --git a/math/R-mvtnorm/Makefile b/math/R-mvtnorm/Makefile index b27507e580a..c02cbdc3294 100644 --- a/math/R-mvtnorm/Makefile +++ b/math/R-mvtnorm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2009/12/11 19:36:55 adam Exp $ +# $NetBSD: Makefile,v 1.8 2010/07/30 10:36:26 asau Exp $ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -10,7 +10,7 @@ COMMENT= Computes the multivariate normal and t distribution R_PKGNAME= mvtnorm R_PKGVER= 0.9-8 -USE_LANGUAGES= c fortran +USE_LANGUAGES= c fortran77 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" diff --git a/math/R-randomForest/Makefile b/math/R-randomForest/Makefile index 42c09b24387..5db7d67251d 100644 --- a/math/R-randomForest/Makefile +++ b/math/R-randomForest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/12/23 23:38:46 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2010/07/30 10:36:26 asau Exp $ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -10,7 +10,7 @@ COMMENT= Classification and regression based on a forest of trees R_PKGNAME= randomForest R_PKGVER= 4.5-34 -USE_LANGUAGES= c fortran +USE_LANGUAGES= c fortran77 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" diff --git a/math/R-sgeostat/Makefile b/math/R-sgeostat/Makefile index 7dacaa92562..54e3077b00b 100644 --- a/math/R-sgeostat/Makefile +++ b/math/R-sgeostat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2009/12/11 19:38:42 adam Exp $ +# $NetBSD: Makefile,v 1.9 2010/07/30 10:36:26 asau Exp $ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -9,7 +9,7 @@ COMMENT= Object-oriented Framework for Geostatistical Modeling in S+ R_PKGNAME= sgeostat R_PKGVER= 1.0-23 -USE_LANGUAGES= c fortran +USE_LANGUAGES= c fortran77 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" diff --git a/math/R/Makefile b/math/R/Makefile index 5061a4828b1..7d7d6996072 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.109 2010/07/03 07:25:57 adam Exp $ +# $NetBSD: Makefile,v 1.110 2010/07/30 10:36:25 asau Exp $ DISTNAME= R-2.11.1 CATEGORIES= math @@ -19,7 +19,7 @@ TEST_TARGET= check USE_TOOLS+= gmake gzip:run makeinfo perl:run sed unzip:run xmkmf USE_GNU_READLINE= yes # uses callback interface USE_GNU_ICONV= yes # latin1 support, iconvlist -USE_LANGUAGES= c c++ fortran +USE_LANGUAGES= c c++ fortran77 USE_LIBTOOL= yes TEXINFO_REQD= 4.7 diff --git a/math/algae/Makefile b/math/algae/Makefile index c2cee6255fa..6b4e2c707eb 100644 --- a/math/algae/Makefile +++ b/math/algae/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2009/12/03 13:06:53 asau Exp $ +# $NetBSD: Makefile,v 1.24 2010/07/30 10:36:27 asau Exp $ DISTNAME= algae-4.3.6 PKGREVISION= 2 @@ -16,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dlmalloc CONFIGURE_ENV= ac_cv_path_XTERM=xterm -USE_LANGUAGES= c fortran +USE_LANGUAGES= c fortran77 USE_GNU_READLINE= yes # uses history_truncate_file INFO_FILES= yes INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} \ diff --git a/math/blas/Makefile b/math/blas/Makefile index 2e7e4ec0cc2..c46a4914a4f 100644 --- a/math/blas/Makefile +++ b/math/blas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2009/12/03 13:06:53 asau Exp $ +# $NetBSD: Makefile,v 1.29 2010/07/30 10:36:27 asau Exp $ # DISTNAME= blas @@ -17,7 +17,7 @@ PKG_DESTDIR_SUPPORT= user-destdir DIST_SUBDIR= ${PKGNAME_NOREV} WRKSRC= ${WRKDIR}/BLAS -USE_LANGUAGES= c fortran +USE_LANGUAGES= c fortran77 USE_LIBTOOL= yes # Pass along the major and minor of the version number as the major and diff --git a/math/blitz++/Makefile b/math/blitz++/Makefile index 0649fb90a80..f6c7d107275 100644 --- a/math/blitz++/Makefile +++ b/math/blitz++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2009/12/03 13:06:53 asau Exp $ +# $NetBSD: Makefile,v 1.16 2010/07/30 10:36:27 asau Exp $ DISTNAME= blitz-0.8 PKGNAME= blitz++-0.8 @@ -12,7 +12,7 @@ COMMENT= C++ template class library providing array objects PKG_DESTDIR_SUPPORT= user-destdir -USE_LANGUAGES= c c++ fortran +USE_LANGUAGES= c c++ fortran77 USE_LIBTOOL= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes diff --git a/math/dcdflib.f/Makefile b/math/dcdflib.f/Makefile index 3322abdf05f..4df8b8d1972 100644 --- a/math/dcdflib.f/Makefile +++ b/math/dcdflib.f/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2009/12/12 22:18:00 asau Exp $ +# $NetBSD: Makefile,v 1.14 2010/07/30 10:36:27 asau Exp $ DISTNAME= dcdflib.f-1.1 PKGREVISION= 3 @@ -11,7 +11,7 @@ COMMENT= Library of Fortran Routines for Cumulative Distribution Functions WRKSRC= ${WRKDIR}/dcdflib.f BUILD_DIRS= src -USE_LANGUAGES= c fortran +USE_LANGUAGES= c fortran77 PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS= lib share/doc/dcdflib.f diff --git a/math/dfftpack/Makefile b/math/dfftpack/Makefile index 05ebae387ea..27ba575a03c 100644 --- a/math/dfftpack/Makefile +++ b/math/dfftpack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2009/12/12 22:14:34 asau Exp $ +# $NetBSD: Makefile,v 1.16 2010/07/30 10:36:27 asau Exp $ DISTNAME= dfftpack-20001209 PKGREVISION= 2 @@ -9,7 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Double precision version of FFTPACK NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL -USE_LANGUAGES= fortran +USE_LANGUAGES= fortran77 WRKSRC= ${WRKDIR}/dfftpack PKG_DESTDIR_SUPPORT= user-destdir diff --git a/math/eispack/Makefile b/math/eispack/Makefile index 219b3447963..ec5802401ae 100644 --- a/math/eispack/Makefile +++ b/math/eispack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2009/12/11 17:36:50 asau Exp $ +# $NetBSD: Makefile,v 1.16 2010/07/30 10:36:28 asau Exp $ DISTNAME= eispack-20001130 PKGREVISION= 2 @@ -11,7 +11,7 @@ COMMENT= Fortran routines for the solution of eigenvalue problems PKG_DESTDIR_SUPPORT= user-destdir NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL -USE_LANGUAGES= fortran +USE_LANGUAGES= fortran77 WRKSRC= ${WRKDIR}/eispack INSTALLATION_DIRS= lib diff --git a/math/fftpack/Makefile b/math/fftpack/Makefile index 48c4c7997e0..ecf37dbe1c7 100644 --- a/math/fftpack/Makefile +++ b/math/fftpack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2009/12/12 19:43:41 asau Exp $ +# $NetBSD: Makefile,v 1.18 2010/07/30 10:36:28 asau Exp $ DISTNAME= fftpack-20001130 PKGREVISION= 2 @@ -9,7 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Single precision Fortran FFT subroutines NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL -USE_LANGUAGES= fortran +USE_LANGUAGES= fortran77 WRKSRC= ${WRKDIR}/fftpack INSTALLATION_DIRS= lib share/doc/fftpack PKG_DESTDIR_SUPPORT= user-destdir diff --git a/math/fftw/Makefile b/math/fftw/Makefile index eb6c84cc10a..5de8188491b 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2009/12/03 13:06:54 asau Exp $ +# $NetBSD: Makefile,v 1.35 2010/07/30 10:36:28 asau Exp $ DISTNAME= fftw-3.2.2 PKGREVISION= 1 @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2 PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir -USE_LANGUAGES= c fortran +USE_LANGUAGES= c fortran77 USE_LIBTOOL= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes diff --git a/math/fftw2/Makefile b/math/fftw2/Makefile index e420690d979..bcf4166d0ac 100644 --- a/math/fftw2/Makefile +++ b/math/fftw2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2009/12/03 13:06:54 asau Exp $ +# $NetBSD: Makefile,v 1.20 2010/07/30 10:36:28 asau Exp $ DISTNAME= fftw-2.1.5 PKGNAME= fftw2-2.1.5 @@ -19,7 +19,7 @@ CONFIGURE_ARGS+= --enable-shared .if ${MACHINE_ARCH} == "i386" CONFIGURE_ARGS+= --enable-i386-hacks .endif -USE_LANGUAGES= c fortran +USE_LANGUAGES= c fortran77 USE_TOOLS+= gmake makeinfo INFO_FILES= # PLIST diff --git a/math/fftwf/Makefile b/math/fftwf/Makefile index 58702389d45..38a3b45ae9a 100644 --- a/math/fftwf/Makefile +++ b/math/fftwf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2009/12/03 13:06:54 asau Exp $ +# $NetBSD: Makefile,v 1.11 2010/07/30 10:36:28 asau Exp $ DISTNAME= fftw-3.2.1 PKGNAME= fftwf-3.2.1 @@ -25,7 +25,7 @@ DEPENDS+= fftw>=3.2:../../math/fftw #CONFIGURE_ARGS+= --enable-sse CONFIGURE_ARGS+= --with-our-malloc16 .endif -USE_LANGUAGES= c fortran +USE_LANGUAGES= c fortran77 USE_TOOLS+= gmake # For the "test" target: USE_TOOLS+= perl diff --git a/math/grace/Makefile b/math/grace/Makefile index 7483cb65c32..93a755aa4e5 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2010/06/13 22:44:56 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2010/07/30 10:36:29 asau Exp $ # DISTNAME= grace-5.1.22 @@ -17,7 +17,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_X11BASE= YES USE_TOOLS+= gmake -USE_LANGUAGES= c fortran +USE_LANGUAGES= c fortran77 GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-grace-home=${PREFIX}/grace CONFIGURE_ARGS+= --without-bundled-xbae diff --git a/math/itpp/Makefile b/math/itpp/Makefile index df7e833f687..7daf2349e3e 100644 --- a/math/itpp/Makefile +++ b/math/itpp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/03/16 21:22:13 agc Exp $ +# $NetBSD: Makefile,v 1.2 2010/07/30 10:36:29 asau Exp $ DISTNAME= itpp-4.0.7 CATEGORIES= math @@ -14,7 +14,7 @@ USE_LIBTOOL= yes USE_TOOLS= gmake PKG_DESTDIR_SUPPORT= user-destdir -USE_LANGUAGES+= c c++ fortran +USE_LANGUAGES+= c c++ fortran77 .include "../../math/blas/buildlink3.mk" .include "../../math/fftw/buildlink3.mk" diff --git a/math/lapack/Makefile b/math/lapack/Makefile index e010fea4bc4..0e419ab4a01 100644 --- a/math/lapack/Makefile +++ b/math/lapack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2010/03/17 21:47:11 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.32 2010/07/30 10:36:29 asau Exp $ DISTNAME= lapack-lite-3.1.1 PKGNAME= lapack-3.1.1 @@ -15,7 +15,7 @@ LICENSE= modified-bsd PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir -USE_LANGUAGES= c fortran +USE_LANGUAGES= c fortran77 USE_LIBTOOL= YES BUILD_TARGET= lapacklib diff --git a/math/linpack/Makefile b/math/linpack/Makefile index 9f20d55deeb..df6064fc710 100644 --- a/math/linpack/Makefile +++ b/math/linpack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2009/12/11 01:34:38 asau Exp $ +# $NetBSD: Makefile,v 1.13 2010/07/30 10:36:29 asau Exp $ DISTNAME= linpack-20010510 PKGREVISION= 2 @@ -13,7 +13,7 @@ DEPENDS+= blas-[0-9]*:../../math/blas PKG_DESTDIR_SUPPORT= user-destdir NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL -USE_LANGUAGES= fortran +USE_LANGUAGES= fortran77 WRKSRC= ${WRKDIR}/linpack INSTALLATION_DIRS= lib diff --git a/math/minpack/Makefile b/math/minpack/Makefile index 9b68eb331d6..389ebd7c9bc 100644 --- a/math/minpack/Makefile +++ b/math/minpack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2009/12/11 18:10:56 asau Exp $ +# $NetBSD: Makefile,v 1.15 2010/07/30 10:36:29 asau Exp $ DISTNAME= minpack-20001130 PKGREVISION= 2 @@ -10,7 +10,7 @@ COMMENT= FORTRAN 77 library for the solution of nonlinear equations NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL PKG_DESTDIR_SUPPORT= user-destdir -USE_LANGUAGES= fortran +USE_LANGUAGES= fortran77 WRKSRC= ${WRKDIR}/minpack INSTALLATION_DIRS= lib diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile index 01919592668..4eb0c6dea31 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2010/06/13 22:44:56 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2010/07/30 10:36:30 asau Exp $ DISTNAME= octave-forge-2006.03.17 PKGREVISION= 6 @@ -24,7 +24,7 @@ TEST_DIRS= ${WRKSRC} TEST_TARGET= check GCC_REQD+= 3.0 -USE_LANGUAGES= c c++ fortran +USE_LANGUAGES= c c++ fortran77 .include "../../math/octave/octave.mk" diff --git a/math/octave/Makefile b/math/octave/Makefile index 99c3e6082fd..a8fb6496ec5 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.86 2010/02/12 00:41:48 asau Exp $ +# $NetBSD: Makefile,v 1.87 2010/07/30 10:36:30 asau Exp $ DISTNAME= octave-${OCTAVE_VER} CATEGORIES= math @@ -28,7 +28,7 @@ USE_TOOLS+= autoconf gsed gmake makeinfo perl pkg-config GNU_CONFIGURE= yes GCC_REQD+= 3.0 -USE_LANGUAGES= c c++ fortran +USE_LANGUAGES= c c++ fortran77 # needed for loading of shared objects such as those in the # octave-forge package or user written ones compiled with mkoctfile diff --git a/math/odepack/Makefile b/math/odepack/Makefile index 943b5b2f49f..f542dd2cd6c 100644 --- a/math/odepack/Makefile +++ b/math/odepack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2009/12/12 20:11:24 asau Exp $ +# $NetBSD: Makefile,v 1.19 2010/07/30 10:36:30 asau Exp $ DISTNAME= odepack-20001130 PKGREVISION= 2 @@ -11,7 +11,7 @@ COMMENT= Systematized Collection of ODE Solvers DEPENDS+= linpack>=20010427:../../math/linpack NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL -USE_LANGUAGES= fortran +USE_LANGUAGES= fortran77 WRKSRC= ${WRKDIR}/odepack INSTALLATION_DIRS= lib PKG_DESTDIR_SUPPORT= user-destdir diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index b56d3584de1..e730e2ea78c 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2010/04/24 17:13:55 gls Exp $ +# $NetBSD: Makefile,v 1.12 2010/07/30 10:36:30 asau Exp $ # DISTNAME= numpy-1.4.1 @@ -14,7 +14,7 @@ LICENSE= modified-bsd PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes -USE_LANGUAGES+= c fortran +USE_LANGUAGES+= c fortran77 PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} MAKE_ENV+= ATLAS=None diff --git a/math/py-rpy/Makefile b/math/py-rpy/Makefile index 10e15dd61bb..8d66e940ce2 100644 --- a/math/py-rpy/Makefile +++ b/math/py-rpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2010/06/09 21:04:26 markd Exp $ +# $NetBSD: Makefile,v 1.27 2010/07/30 10:36:30 asau Exp $ # DISTNAME= rpy2-2.1.3 @@ -13,7 +13,7 @@ COMMENT= R interface for Python PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= YES -USE_LANGUAGES+= c fortran +USE_LANGUAGES+= c fortran77 BUILDLINK_API_DEPENDS.R+= R>=2.11.0 diff --git a/math/quadpack/Makefile b/math/quadpack/Makefile index 6567a19761a..41a669c33b6 100644 --- a/math/quadpack/Makefile +++ b/math/quadpack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2009/12/12 22:52:57 asau Exp $ +# $NetBSD: Makefile,v 1.17 2010/07/30 10:36:31 asau Exp $ DISTNAME= quadpack-20001130 PKGREVISION= 2 @@ -9,7 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Fortran subroutines for the solution of definite univariate integrals NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL -USE_LANGUAGES= fortran +USE_LANGUAGES= fortran77 WRKSRC= ${WRKDIR}/quadpack PKG_DESTDIR_SUPPORT= user-destdir diff --git a/math/scilab/Makefile b/math/scilab/Makefile index a3552d02724..ed806e5b647 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.81 2010/01/06 18:24:12 joerg Exp $ +# $NetBSD: Makefile,v 1.82 2010/07/30 10:36:31 asau Exp $ # DISTNAME= ${SCIBASE}-src @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${SCIBASE} NOT_FOR_PLATFORM+= ${LP64PLATFORMS} -USE_LANGUAGES= c fortran +USE_LANGUAGES= c fortran77 USE_X11BASE= yes USE_LIBTOOL= yes USE_TOOLS+= tee diff --git a/math/slatec/Makefile b/math/slatec/Makefile index eb48c002e43..5e39f24cc24 100644 --- a/math/slatec/Makefile +++ b/math/slatec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2009/12/11 17:32:41 asau Exp $ +# $NetBSD: Makefile,v 1.23 2010/07/30 10:36:31 asau Exp $ # DISTNAME= slatec_src @@ -15,7 +15,7 @@ COMMENT= Library of mathematical and statistical Fortran 77 subroutines PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/src -USE_LANGUAGES= fortran +USE_LANGUAGES= fortran77 USE_LIBTOOL= YES INSTALLATION_DIRS= lib diff --git a/math/xmgr/Makefile b/math/xmgr/Makefile index aac6d467155..81cb4aeab52 100644 --- a/math/xmgr/Makefile +++ b/math/xmgr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2010/02/07 18:36:33 zafer Exp $ +# $NetBSD: Makefile,v 1.35 2010/07/30 10:36:31 asau Exp $ DISTNAME= xmgr-4.1.2 PKGREVISION= 5 @@ -15,7 +15,7 @@ BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison PKG_DESTDIR_SUPPORT= user-destdir USE_X11BASE= YES -USE_LANGUAGES= c fortran +USE_LANGUAGES= c fortran77 GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-acegr-home=${PREFIX:Q} |