From dbc48d5d905f8e2d82a067d51e6949a14fcf4a6c Mon Sep 17 00:00:00 2001 From: jtb Date: Thu, 10 May 2001 23:43:25 +0000 Subject: Use quotes rather than angle brackets for local includes. --- math/meschach/distinfo | 16 ++++++++-------- math/meschach/patches/patch-ac | 6 +++--- math/meschach/patches/patch-ad | 8 ++++---- math/meschach/patches/patch-ae | 6 +++--- math/meschach/patches/patch-af | 8 ++++---- math/meschach/patches/patch-ag | 6 +++--- math/meschach/patches/patch-ah | 6 +++--- math/meschach/patches/patch-ai | 8 ++++---- 8 files changed, 32 insertions(+), 32 deletions(-) (limited to 'math/meschach') diff --git a/math/meschach/distinfo b/math/meschach/distinfo index f470d955034..6e467573e16 100644 --- a/math/meschach/distinfo +++ b/math/meschach/distinfo @@ -1,13 +1,13 @@ -$NetBSD: distinfo,v 1.2 2001/04/19 08:45:41 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/05/10 23:43:25 jtb Exp $ SHA1 (mesch12b.tar.gz) = a4e052d9512786284faa890bf57b9ae5aaa96a84 Size (mesch12b.tar.gz) = 220668 bytes SHA1 (patch-aa) = 8a9687ce01e2dd0960604267af6a9f87eb4e306b SHA1 (patch-ab) = 5bf405c19105c6d18e2c1318d36ca114b14cd852 -SHA1 (patch-ac) = 1b5f0ed7398b324933fa7bff2b0327fd90fdd05f -SHA1 (patch-ad) = 8e9d0c0f9f6550b013b8b0c57ef5e2d92fa74853 -SHA1 (patch-ae) = 11f84c6346cf944729dcd2bd3812beee3291bb03 -SHA1 (patch-af) = 46b42cc8cee6a271b8c68bc8ce83b2c692c57cd9 -SHA1 (patch-ag) = 4a7dbe5acb15da5ff6174643ff63773bc86d017d -SHA1 (patch-ah) = 003de69807be3187eabf41fc6e1c29145d32fe22 -SHA1 (patch-ai) = fde52f9287b8c5d239232463992e10e796482435 +SHA1 (patch-ac) = 68047257af409d72cd56834109258d576c0b80b8 +SHA1 (patch-ad) = 812da331ae588084b724cd2fcd9c687cb890304d +SHA1 (patch-ae) = 81174ede21f1eb57725dc338170edc50a983f08a +SHA1 (patch-af) = eae651b15c164becf1024f25bf7ebfbdac7b295c +SHA1 (patch-ag) = 1966f9572e45d5353d7822c47342b6edd7f87f74 +SHA1 (patch-ah) = d29a3d06418e9a4af5ed179ac59abcb5c72633e3 +SHA1 (patch-ai) = 8a007e68989b65b1e10a1f68029747f267922de3 diff --git a/math/meschach/patches/patch-ac b/math/meschach/patches/patch-ac index aae7bdf9d7e..f845e8fa41f 100644 --- a/math/meschach/patches/patch-ac +++ b/math/meschach/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.1.1.1 2000/12/05 00:06:46 jtb Exp $ +$NetBSD: patch-ac,v 1.2 2001/05/10 23:43:26 jtb Exp $ --- iotort.c.orig Fri Jan 14 00:46:45 1994 +++ iotort.c @@ -6,6 +6,6 @@ $NetBSD: patch-ac,v 1.1.1.1 2000/12/05 00:06:46 jtb Exp $ -#include "sparse.h" -#include "zmatrix.h" -+#include -+#include ++#include "meschach/sparse.h" ++#include "meschach/zmatrix.h" diff --git a/math/meschach/patches/patch-ad b/math/meschach/patches/patch-ad index e44cbab967f..07439a8e276 100644 --- a/math/meschach/patches/patch-ad +++ b/math/meschach/patches/patch-ad @@ -1,4 +1,4 @@ -$NetBSD: patch-ad,v 1.1.1.1 2000/12/05 00:06:49 jtb Exp $ +$NetBSD: patch-ad,v 1.2 2001/05/10 23:43:26 jtb Exp $ --- memtort.c.orig Fri Jan 14 00:46:45 1994 +++ memtort.c @@ -9,9 +9,9 @@ $NetBSD: patch-ad,v 1.1.1.1 2000/12/05 00:06:49 jtb Exp $ -#include "matrix2.h" -#include "sparse2.h" -#include "zmatrix2.h" -+#include -+#include -+#include ++#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 index d62578aa87c..6ab06e194e6 100644 --- a/math/meschach/patches/patch-ae +++ b/math/meschach/patches/patch-ae @@ -1,4 +1,4 @@ -$NetBSD: patch-ae,v 1.1.1.1 2000/12/05 00:06:49 jtb Exp $ +$NetBSD: patch-ae,v 1.2 2001/05/10 23:43:26 jtb Exp $ --- mfuntort.c.orig Fri Jan 14 01:08:28 1994 +++ mfuntort.c @@ -8,8 +8,8 @@ $NetBSD: patch-ae,v 1.1.1.1 2000/12/05 00:06:49 jtb Exp $ #include -#include "matrix.h" -#include "matrix2.h" -+#include -+#include ++#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 index fd428a7ad52..b51943f4375 100644 --- a/math/meschach/patches/patch-af +++ b/math/meschach/patches/patch-af @@ -1,4 +1,4 @@ -$NetBSD: patch-af,v 1.1.1.1 2000/12/05 00:06:49 jtb Exp $ +$NetBSD: patch-af,v 1.2 2001/05/10 23:43:26 jtb Exp $ --- sptort.c.orig Mon Feb 28 23:22:35 1994 +++ sptort.c @@ -9,9 +9,9 @@ $NetBSD: patch-af,v 1.1.1.1 2000/12/05 00:06:49 jtb Exp $ -#include "matrix2.h" -#include "sparse2.h" -#include "iter.h" -+#include -+#include -+#include ++#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 index e2fd944d4ea..108f2ac1840 100644 --- a/math/meschach/patches/patch-ag +++ b/math/meschach/patches/patch-ag @@ -1,4 +1,4 @@ -$NetBSD: patch-ag,v 1.1.1.1 2000/12/05 00:06:49 jtb Exp $ +$NetBSD: patch-ag,v 1.2 2001/05/10 23:43:26 jtb Exp $ --- torture.c.orig Mon Dec 12 20:01:07 1994 +++ torture.c @@ -6,9 +6,9 @@ $NetBSD: patch-ag,v 1.1.1.1 2000/12/05 00:06:49 jtb Exp $ #include -#include "matrix2.h" -+#include ++#include "meschach/matrix2.h" #include -#include "matlab.h" -+#include ++#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 index 01515eb0ab5..f36607442f9 100644 --- a/math/meschach/patches/patch-ah +++ b/math/meschach/patches/patch-ah @@ -1,4 +1,4 @@ -$NetBSD: patch-ah,v 1.1.1.1 2000/12/05 00:06:49 jtb Exp $ +$NetBSD: patch-ah,v 1.2 2001/05/10 23:43:26 jtb Exp $ --- ztorture.c.orig Mon Dec 12 20:01:19 1994 +++ ztorture.c @@ -6,9 +6,9 @@ $NetBSD: patch-ah,v 1.1.1.1 2000/12/05 00:06:49 jtb Exp $ #include -#include "zmatrix2.h" -+#include ++#include "meschach/zmatrix2.h" #include -#include "matlab.h" -+#include ++#include "meschach/matlab.h" diff --git a/math/meschach/patches/patch-ai b/math/meschach/patches/patch-ai index 1ea7f2160fb..e537fb49498 100644 --- a/math/meschach/patches/patch-ai +++ b/math/meschach/patches/patch-ai @@ -1,4 +1,4 @@ -$NetBSD: patch-ai,v 1.1.1.1 2000/12/05 00:06:49 jtb Exp $ +$NetBSD: patch-ai,v 1.2 2001/05/10 23:43:26 jtb Exp $ --- itertort.c.orig Mon Nov 20 20:39:11 2000 +++ itertort.c @@ -9,9 +9,9 @@ $NetBSD: patch-ai,v 1.1.1.1 2000/12/05 00:06:49 jtb Exp $ -#include "matrix2.h" -#include "sparse2.h" -#include "iter.h" -+#include -+#include -+#include ++#include "meschach/matrix2.h" ++#include "meschach/sparse2.h" ++#include "meschach/iter.h" #include #define errmesg(mesg) printf("Error: %s error: line %d\n",mesg,__LINE__) -- cgit v1.2.3