From 00a6847174fbe956d46c0d06749adfd66e95f8a9 Mon Sep 17 00:00:00 2001 From: jtb Date: Fri, 1 Dec 2000 01:50:44 +0000 Subject: Removed the Netlib ".depend" file from the distfile. It causes problems with Make. --- math/odepack/Makefile | 8 +++----- math/odepack/files/Makefile | 2 +- math/odepack/files/md5 | 4 ++-- math/quadpack/Makefile | 8 +++----- math/quadpack/files/Makefile | 2 +- math/quadpack/files/md5 | 4 ++-- 6 files changed, 12 insertions(+), 16 deletions(-) diff --git a/math/odepack/Makefile b/math/odepack/Makefile index 82d9311d178..a2427e987c1 100644 --- a/math/odepack/Makefile +++ b/math/odepack/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2000/11/30 01:37:22 jtb Exp $ +# $NetBSD: Makefile,v 1.3 2000/12/01 01:50:44 jtb Exp $ -DISTNAME= odepack-20001129 +DISTNAME= odepack-20001130 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -10,12 +10,10 @@ WRKSRC= ${WRKDIR}/odepack USE_LIBTOOL= YES USE_FORTRAN= YES -FOPTS?= -O3 - .include "../../mk/bsd.prefs.mk" pre-build: - @${SED} -e 's:%%FORTRAN%%:'${FC}':g;s:%%FOPTS%%:'${FOPTS}':g' \ + @${SED} -e 's:%%FORTRAN%%:'${FC}':g' \ < ${FILESDIR}/Makefile > ${WRKSRC}/Makefile post-install: diff --git a/math/odepack/files/Makefile b/math/odepack/files/Makefile index 58b9bf794d9..3b81cc8276b 100644 --- a/math/odepack/files/Makefile +++ b/math/odepack/files/Makefile @@ -2,7 +2,7 @@ LIB = odepack LIBDIR = ${PREFIX}/lib FORTRAN = %%FORTRAN%% -FFLAGS = %%FOPTS%% +FOPTS = -O3 all: lib$(LIB) diff --git a/math/odepack/files/md5 b/math/odepack/files/md5 index a0fa99c1127..a9d3582f2aa 100644 --- a/math/odepack/files/md5 +++ b/math/odepack/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 2000/11/30 00:51:16 jtb Exp $ +$NetBSD: md5,v 1.2 2000/12/01 01:50:44 jtb Exp $ -MD5 (odepack-20001129.tar.gz) = 9ba3c480e911387b515e91bcfc69806e +MD5 (odepack-20001130.tar.gz) = bf7eb50c7dce9bdee06678f339dbed7c diff --git a/math/quadpack/Makefile b/math/quadpack/Makefile index f8dee4a763b..49e526363b7 100644 --- a/math/quadpack/Makefile +++ b/math/quadpack/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/11/30 01:25:21 jtb Exp $ +# $NetBSD: Makefile,v 1.2 2000/12/01 01:51:33 jtb Exp $ -DISTNAME= quadpack-20001129 +DISTNAME= quadpack-20001130 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -11,12 +11,10 @@ WRKSRC= ${WRKDIR}/quadpack USE_LIBTOOL= YES UES_FORTRAN= YES -FOPTS?= -O3 - .include "../../mk/bsd.prefs.mk" pre-build: - @${SED} -e 's:%%FORTRAN%%:'${FC}':g;s:%%FOPTS%%:'${FOPTS}':g' \ + @${SED} -e 's:%%FORTRAN%%:'${FC}':g' \ < ${FILESDIR}/Makefile > ${WRKSRC}/Makefile post-install: diff --git a/math/quadpack/files/Makefile b/math/quadpack/files/Makefile index 0ef5275baee..c4cf17bef3a 100644 --- a/math/quadpack/files/Makefile +++ b/math/quadpack/files/Makefile @@ -2,7 +2,7 @@ LIB = quadpack LIBDIR = ${PREFIX}/lib FORTRAN = %%FORTRAN%% -FOPTS = %%FOPTS%% +FOPTS = -O3 all: lib$(LIB) diff --git a/math/quadpack/files/md5 b/math/quadpack/files/md5 index a9f79dc0be4..2b4671e3a9e 100644 --- a/math/quadpack/files/md5 +++ b/math/quadpack/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 2000/11/30 01:25:21 jtb Exp $ +$NetBSD: md5,v 1.2 2000/12/01 01:51:33 jtb Exp $ -MD5 (quadpack-20001129.tar.gz) = a4030d47ebeda5cdc6daeef9c35cbfb8 +MD5 (quadpack-20001130.tar.gz) = f9e88a94482dda3db32be8896dd0d453 -- cgit v1.2.3