From 06288f91266003621519d898efa81db6d72b1816 Mon Sep 17 00:00:00 2001 From: maho Date: Wed, 10 Jan 2007 14:14:44 +0000 Subject: * gfortran42 has "INTRINSIC etime" http://icl.cs.utk.edu/lapack-forum/archives/lapack/msg00193.html * Bump port revision --- math/arpack/Makefile | 2 +- math/arpack/files/patch-UTIL+second.f | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 math/arpack/files/patch-UTIL+second.f (limited to 'math') diff --git a/math/arpack/Makefile b/math/arpack/Makefile index ebedc15a4119..a90d2417c433 100644 --- a/math/arpack/Makefile +++ b/math/arpack/Makefile @@ -7,7 +7,7 @@ PORTNAME= arpack PORTVERSION= 96 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= http://www.caam.rice.edu/software/ARPACK/SRC/ DISTFILES= ${PORTNAME}${PORTVERSION}.tar.gz patch.tar.gz diff --git a/math/arpack/files/patch-UTIL+second.f b/math/arpack/files/patch-UTIL+second.f new file mode 100644 index 000000000000..eae1e4b21c02 --- /dev/null +++ b/math/arpack/files/patch-UTIL+second.f @@ -0,0 +1,10 @@ +--- UTIL/second.f~ Tue Oct 3 03:56:44 1995 ++++ UTIL/second.f Wed Jan 10 23:06:17 2007 +@@ -21,7 +21,6 @@ + * .. + * .. External Functions .. + REAL ETIME +- EXTERNAL ETIME + * .. + * .. Executable Statements .. + * -- cgit