summaryrefslogtreecommitdiff
path: root/math/py-Numeric/patches
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-04-10 22:30:41 +0000
committertron <tron@pkgsrc.org>1998-04-10 22:30:41 +0000
commitd8620f79a913194fece26b3d136cec3f81da9cf6 (patch)
tree2b529640c7e9ef49785c6be780893be70e337507 /math/py-Numeric/patches
parentfb2485543edfc9ee3854494597fd879f38c11f66 (diff)
downloadpkgsrc-d8620f79a913194fece26b3d136cec3f81da9cf6.tar.gz
New "py-Numeric-1.1" package made by Ty Sarna.
Diffstat (limited to 'math/py-Numeric/patches')
-rw-r--r--math/py-Numeric/patches/patch-aa17
-rw-r--r--math/py-Numeric/patches/patch-ab18
2 files changed, 35 insertions, 0 deletions
diff --git a/math/py-Numeric/patches/patch-aa b/math/py-Numeric/patches/patch-aa
new file mode 100644
index 00000000000..2c0479906de
--- /dev/null
+++ b/math/py-Numeric/patches/patch-aa
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.1 1998/04/10 22:30:41 tron Exp $
+
+Turn LLNL's compile script into a configure script :-)
+
+ -- tsarna@endicor.com, 18 March 1998
+
+--- ../Tools/compile.py.orig Tue Mar 17 23:28:14 1998
++++ ../Tools/compile.py Tue Mar 17 23:28:14 1998
+@@ -632,7 +632,7 @@
+
+ compileall.compile_dir(".")
+ os.system("make -f Makefile.pre.in boot")
+- os.system("make")
++# os.system("make")
+
+ if sys.platform == 'win32':
+ swig_found = find_swig()
diff --git a/math/py-Numeric/patches/patch-ab b/math/py-Numeric/patches/patch-ab
new file mode 100644
index 00000000000..040d9f31a4d
--- /dev/null
+++ b/math/py-Numeric/patches/patch-ab
@@ -0,0 +1,18 @@
+$NetBSD: patch-ab,v 1.1 1998/04/10 22:30:41 tron Exp $
+
+The trailing space after the shared line breaks makesetup due to a bug
+in NetBSD 1.3[.1] /bin/sh. It's fixed in current. See PR#4805 for
+details.
+
+ -- tsarna@endicor.com, 18 March 1998
+
+--- Setup.orig Wed Mar 18 01:19:04 1998
++++ Setup Wed Mar 18 01:19:04 1998
+@@ -1,6 +1,6 @@
+ #This file is designed for building a dynamic extension.
+ #See README for detailed build instructions.
+-*shared*
++*shared*
+
+ # The array and ufunc object implementation
+ #[VC50]cpp_options = cpp_options + ' /Tp '