summaryrefslogtreecommitdiff
path: root/math/meschach/patches
diff options
context:
space:
mode:
Diffstat (limited to 'math/meschach/patches')
-rw-r--r--math/meschach/patches/patch-aa13
-rw-r--r--math/meschach/patches/patch-ab25
-rw-r--r--math/meschach/patches/patch-ac11
-rw-r--r--math/meschach/patches/patch-ad17
-rw-r--r--math/meschach/patches/patch-ae15
-rw-r--r--math/meschach/patches/patch-af17
-rw-r--r--math/meschach/patches/patch-ag14
-rw-r--r--math/meschach/patches/patch-ah14
-rw-r--r--math/meschach/patches/patch-ai17
9 files changed, 143 insertions, 0 deletions
diff --git a/math/meschach/patches/patch-aa b/math/meschach/patches/patch-aa
new file mode 100644
index 00000000000..5137acd3e18
--- /dev/null
+++ b/math/meschach/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/12/05 00:06:46 jtb Exp $
+
+--- configure.orig Fri Nov 3 14:36:12 2000
++++ configure
+@@ -22,7 +22,7 @@
+ # Ignores all args except --srcdir, --prefix, --exec-prefix, --no-create, and
+ # --with-PACKAGE unless this script has special code to handle it.
+
+-
++PATH=$PATH:`pwd`
+ for arg
+ do
+ # Handle --exec-prefix with a space before the argument.
diff --git a/math/meschach/patches/patch-ab b/math/meschach/patches/patch-ab
new file mode 100644
index 00000000000..e74fdc97380
--- /dev/null
+++ b/math/meschach/patches/patch-ab
@@ -0,0 +1,25 @@
+$NetBSD: patch-ab,v 1.1.1.1 2000/12/05 00:06:46 jtb Exp $
+
+--- machine.h.in.orig Mon Nov 20 03:33:32 2000
++++ machine.h.in
+@@ -208,13 +208,13 @@
+ #endif
+
+ /* for non-ANSI systems */
+-#ifndef HUGE_VAL
+-#define HUGE_VAL HUGE
+-#else
+-#ifndef HUGE
+-#define HUGE HUGE_VAL
+-#endif
+-#endif
++/* #ifndef HUGE_VAL */
++/* #define HUGE_VAL HUGE */
++/* #else */
++/* #ifndef HUGE */
++/* #define HUGE HUGE_VAL */
++/* #endif */
++/* #endif */
+
+
+ #ifdef ANSI_C
diff --git a/math/meschach/patches/patch-ac b/math/meschach/patches/patch-ac
new file mode 100644
index 00000000000..aae7bdf9d7e
--- /dev/null
+++ b/math/meschach/patches/patch-ac
@@ -0,0 +1,11 @@
+$NetBSD: patch-ac,v 1.1.1.1 2000/12/05 00:06:46 jtb Exp $
+
+--- iotort.c.orig Fri Jan 14 00:46:45 1994
++++ iotort.c
+@@ -31,4 +31,4 @@
+
+-#include "sparse.h"
+-#include "zmatrix.h"
++#include <meschach/sparse.h>
++#include <meschach/zmatrix.h>
+
diff --git a/math/meschach/patches/patch-ad b/math/meschach/patches/patch-ad
new file mode 100644
index 00000000000..e44cbab967f
--- /dev/null
+++ b/math/meschach/patches/patch-ad
@@ -0,0 +1,17 @@
+$NetBSD: patch-ad,v 1.1.1.1 2000/12/05 00:06:49 jtb Exp $
+
+--- memtort.c.orig Fri Jan 14 00:46:45 1994
++++ memtort.c
+@@ -32,9 +32,9 @@
+
+ #include <stdio.h>
+ #include <math.h>
+-#include "matrix2.h"
+-#include "sparse2.h"
+-#include "zmatrix2.h"
++#include <meschach/matrix2.h>
++#include <meschach/sparse2.h>
++#include <meschach/zmatrix2.h>
+
+
+ #define errmesg(mesg) printf("Error: %s error: line %d\n",mesg,__LINE__)
diff --git a/math/meschach/patches/patch-ae b/math/meschach/patches/patch-ae
new file mode 100644
index 00000000000..d62578aa87c
--- /dev/null
+++ b/math/meschach/patches/patch-ae
@@ -0,0 +1,15 @@
+$NetBSD: patch-ae,v 1.1.1.1 2000/12/05 00:06:49 jtb Exp $
+
+--- mfuntort.c.orig Fri Jan 14 01:08:28 1994
++++ mfuntort.c
+@@ -30,8 +30,8 @@
+
+ #include <stdio.h>
+ #include <math.h>
+-#include "matrix.h"
+-#include "matrix2.h"
++#include <meschach/matrix.h>
++#include <meschach/matrix2.h>
+
+
+ #define errmesg(mesg) printf("Error: %s error: line %d\n",mesg,__LINE__)
diff --git a/math/meschach/patches/patch-af b/math/meschach/patches/patch-af
new file mode 100644
index 00000000000..fd428a7ad52
--- /dev/null
+++ b/math/meschach/patches/patch-af
@@ -0,0 +1,17 @@
+$NetBSD: patch-af,v 1.1.1.1 2000/12/05 00:06:49 jtb Exp $
+
+--- sptort.c.orig Mon Feb 28 23:22:35 1994
++++ sptort.c
+@@ -30,9 +30,9 @@
+
+ #include <stdio.h>
+ #include <math.h>
+-#include "matrix2.h"
+-#include "sparse2.h"
+-#include "iter.h"
++#include <meschach/matrix2.h>
++#include <meschach/sparse2.h>
++#include <meschach/iter.h>
+
+ #define errmesg(mesg) printf("Error: %s error: line %d\n",mesg,__LINE__)
+ #define notice(mesg) printf("# Testing %s...\n",mesg);
diff --git a/math/meschach/patches/patch-ag b/math/meschach/patches/patch-ag
new file mode 100644
index 00000000000..e2fd944d4ea
--- /dev/null
+++ b/math/meschach/patches/patch-ag
@@ -0,0 +1,14 @@
+$NetBSD: patch-ag,v 1.1.1.1 2000/12/05 00:06:49 jtb Exp $
+
+--- torture.c.orig Mon Dec 12 20:01:07 1994
++++ torture.c
+@@ -32,7 +32,7 @@
+
+ #include <stdio.h>
+-#include "matrix2.h"
++#include <meschach/matrix2.h>
+ #include <math.h>
+-#include "matlab.h"
++#include <meschach/matlab.h>
+
+ #define errmesg(mesg) printf("Error: %s error: line %d\n",mesg,__LINE__)
diff --git a/math/meschach/patches/patch-ah b/math/meschach/patches/patch-ah
new file mode 100644
index 00000000000..01515eb0ab5
--- /dev/null
+++ b/math/meschach/patches/patch-ah
@@ -0,0 +1,14 @@
+$NetBSD: patch-ah,v 1.1.1.1 2000/12/05 00:06:49 jtb Exp $
+
+--- ztorture.c.orig Mon Dec 12 20:01:19 1994
++++ ztorture.c
+@@ -33,7 +33,7 @@
+
+ #include <stdio.h>
+-#include "zmatrix2.h"
++#include <meschach/zmatrix2.h>
+ #include <math.h>
+-#include "matlab.h"
++#include <meschach/matlab.h>
+
+
diff --git a/math/meschach/patches/patch-ai b/math/meschach/patches/patch-ai
new file mode 100644
index 00000000000..1ea7f2160fb
--- /dev/null
+++ b/math/meschach/patches/patch-ai
@@ -0,0 +1,17 @@
+$NetBSD: patch-ai,v 1.1.1.1 2000/12/05 00:06:49 jtb Exp $
+
+--- itertort.c.orig Mon Nov 20 20:39:11 2000
++++ itertort.c
+@@ -31,9 +31,9 @@
+ */
+
+ #include <stdio.h>
+-#include "matrix2.h"
+-#include "sparse2.h"
+-#include "iter.h"
++#include <meschach/matrix2.h>
++#include <meschach/sparse2.h>
++#include <meschach/iter.h>
+ #include <math.h>
+
+ #define errmesg(mesg) printf("Error: %s error: line %d\n",mesg,__LINE__)