aboutsummaryrefslogtreecommitdiff
path: root/math/atlas
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-15 10:41:17 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-15 10:41:17 +0000
commitda92eb967b7bbeae72baa296c5a52b7e74452b43 (patch)
treefbe32882db248ddbe906b08ba178016022e0202a /math/atlas
parente8b25cfa83cca43cdfc87bd0848b093e9d1a0e53 (diff)
downloadports-da92eb967b7bbeae72baa296c5a52b7e74452b43.tar.gz
ports-da92eb967b7bbeae72baa296c5a52b7e74452b43.zip
Notes
Diffstat (limited to 'math/atlas')
-rw-r--r--math/atlas/Makefile1
-rw-r--r--math/atlas/files/patch-aa15
2 files changed, 12 insertions, 4 deletions
diff --git a/math/atlas/Makefile b/math/atlas/Makefile
index 086d95ecc4e7..e95f2d0e45a9 100644
--- a/math/atlas/Makefile
+++ b/math/atlas/Makefile
@@ -7,6 +7,7 @@
PORTNAME= atlas
PORTVERSION= 3.4.1
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= math-atlas
diff --git a/math/atlas/files/patch-aa b/math/atlas/files/patch-aa
index 4267161e5a89..3787b5f644b8 100644
--- a/math/atlas/files/patch-aa
+++ b/math/atlas/files/patch-aa
@@ -1,6 +1,13 @@
---- config.c.orig Mon Jun 17 10:37:24 2002
-+++ config.c Fri Jun 21 09:23:31 2002
-@@ -2055,6 +2055,7 @@
+--- config.c.orig Mon Jun 17 09:37:24 2002
++++ config.c Mon Jul 15 18:39:46 2002
+@@ -2049,12 +2049,14 @@
+ if (!CmndOneLine(targ, "sysctl hw.model", ln))
+ {
+ if (strstr(ln, "Pentium Pro")) mach = IntPPRO;
++ else if (strstr(ln, "Pentium 4")) mach = IntP4;
+ else if (strstr(ln, "Pentium III")) mach = IntPIII;
+ else if (strstr(ln, "Pentium II ")) mach = IntPII;
+ else if (strstr(ln, "Athlon")) mach = AmdAthlon;
else if (strstr(ln, "AMD-K7")) mach = AmdAthlon;
else if (strstr(ln, "Pentium/P55C")) mach = IntP5MMX; /* sent by */
else if (strstr(ln, "Pentium")) mach=IntP5; /* Nakata Maho */
@@ -8,7 +15,7 @@
}
break;
default:;
-@@ -3024,6 +3025,9 @@
+@@ -3024,6 +3026,9 @@
}
if (USEWINF77) strcpy(F77, "$(BINdir)/winf77.exe");