aboutsummaryrefslogtreecommitdiff
path: root/math/eispack
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-28 23:33:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-28 23:33:47 +0000
commita14c0668720dcafde3f60b7659a01d99ec693a41 (patch)
tree9c1a149bc961f7cd84b7aa93a2d61fec3d0f9685 /math/eispack
parent8e7fd48a294d7d6e54c6d07989807cff33ab19bd (diff)
downloadports-a14c0668720dcafde3f60b7659a01d99ec693a41.tar.gz
ports-a14c0668720dcafde3f60b7659a01d99ec693a41.zip
Rename math/ patch-xy patches to reflect the files they modify.
Notes
Notes: svn path=/head/; revision=363276
Diffstat (limited to 'math/eispack')
-rw-r--r--math/eispack/Makefile6
-rw-r--r--math/eispack/files/patch-radix_fix (renamed from math/eispack/files/patch-aa)0
2 files changed, 3 insertions, 3 deletions
diff --git a/math/eispack/Makefile b/math/eispack/Makefile
index f4ea31adc11c..d251bf0fd246 100644
--- a/math/eispack/Makefile
+++ b/math/eispack/Makefile
@@ -32,10 +32,10 @@ OPTIONS_DEFINE= PROFILE
.if ${PORT_OPTIONS:MPROFILE}
.if defined(NOPROFILE) || defined(NO_PROFILE) || defined(WITHOUT_PROFILE)
-IGNORE = you have defined WITH_PROFILE, but have also defined\
+IGNORE= you have defined WITH_PROFILE, but have also defined\
WITHOUT_PROFILE, NOPROFILE, or NO_PROFILE
.elif !exists(/usr/lib/libc_p.a)
-IGNORE = you have chosen WITH_PROFILE, but have not installed the\
+IGNORE = you have chosen WITH_PROFILE, but have not installed the\
base system profiling libraries
.endif
PLIST_FILES+= lib/libeispack_p.a
@@ -43,7 +43,7 @@ PLIST_FILES+= lib/libeispack_p.a
MAKE_ENV+= NO_PROFILE=yes
.endif
-SRCS = csroot.f epslon.f pythag.f bakvec.f balanc.f balbak.f bandr.f \
+SRCS= csroot.f epslon.f pythag.f bakvec.f balanc.f balbak.f bandr.f \
bandv.f bisect.f bqr.f cbabk2.f cbal.f cg.f ch.f cinvit.f combak.f \
comhes.f comlr.f comlr2.f comqr.f comqr2.f cortb.f corth.f elmbak.f \
elmhes.f eltran.f figi.f figi2.f hqr.f hqr2.f htrib3.f htribk.f \
diff --git a/math/eispack/files/patch-aa b/math/eispack/files/patch-radix_fix
index 6d1dc23bfda3..6d1dc23bfda3 100644
--- a/math/eispack/files/patch-aa
+++ b/math/eispack/files/patch-radix_fix