summaryrefslogtreecommitdiff
path: root/math/scigraphica/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-08-31 09:02:40 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-08-31 09:02:40 +0000
commitea391e9662c375b9c819c8c629d8af1dc79467e1 (patch)
tree27ef895c12efb088097abd17eb6053cff6beec61 /math/scigraphica/files
parentUpdate to 1.2a to fix mis-definition of debug flag which causes storing (diff)
Update to 0.5.
Notes
Notes: svn path=/head/; revision=32142
Diffstat (limited to 'math/scigraphica/files')
-rw-r--r--math/scigraphica/files/patch-ac10
-rw-r--r--math/scigraphica/files/patch-ad10
-rw-r--r--math/scigraphica/files/patch-ae11
-rw-r--r--math/scigraphica/files/patch-af11
4 files changed, 38 insertions, 4 deletions
diff --git a/math/scigraphica/files/patch-ac b/math/scigraphica/files/patch-ac
index 2560b5117ef4..7337d4f840fc 100644
--- a/math/scigraphica/files/patch-ac
+++ b/math/scigraphica/files/patch-ac
@@ -1,11 +1,13 @@
---- configure 2000/08/29 12:12:11 1.1
-+++ configure 2000/08/29 12:13:43
-@@ -3409,7 +3409,7 @@
+--- configure.orig Thu Aug 31 11:01:27 2000
++++ configure Thu Aug 31 11:15:04 2000
+@@ -3549,8 +3549,8 @@
PY_VERSION=`python -c 'import sys ; print sys.version[0:3]'`
if test -f $PY_PREFIX/include/python$PY_VERSION/Python.h; then
PY_LIBS="python$PY_VERSION"
- PY_LIB_LOC="-L$PY_EXEC_PREFIX/lib/python$PY_VERSION/config"
+- array_loc=`find $PY_PREFIX/include/python$PY_VERSION/ -name arrayobject.h -printf %h`
+ PY_LIB_LOC="-pthread -L$PY_EXEC_PREFIX/lib/python$PY_VERSION/config"
- array_loc=`find $PY_PREFIX/include/python$PY_VERSION/ -name arrayobject.h -printf %h`
++ array_loc=`find $PY_PREFIX/include/python$PY_VERSION/ -name arrayobject.h -print | sed 's|/a.*\.h||'`
echo arrayobject.h location: $array_loc
PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION"
+ if test -n $array_loc; then
diff --git a/math/scigraphica/files/patch-ad b/math/scigraphica/files/patch-ad
new file mode 100644
index 000000000000..5565d24e2c6a
--- /dev/null
+++ b/math/scigraphica/files/patch-ad
@@ -0,0 +1,10 @@
+--- zvt/subshell.c 2000/08/31 07:45:08 1.1
++++ zvt/subshell.c 2000/08/31 07:46:53
+@@ -24,6 +24,7 @@
+ #include <sys/time.h>
+ #include <sys/resource.h>
+ #include <sys/stat.h>
++#include <sys/param.h>
+ #include <limits.h>
+ #include <unistd.h>
+ #include <string.h>
diff --git a/math/scigraphica/files/patch-ae b/math/scigraphica/files/patch-ae
new file mode 100644
index 000000000000..05f95ae7d506
--- /dev/null
+++ b/math/scigraphica/files/patch-ae
@@ -0,0 +1,11 @@
+--- examples/Makefile.in 2000/08/31 08:26:13 1.1
++++ examples/Makefile.in 2000/08/31 08:26:37
+@@ -114,7 +114,7 @@
+ EXTRA_DIST = $(EXAMPLES)
+
+
+-Examplesdir = $(datadir)/examples
++Examplesdir = $(datadir)/examples/sg
+
+ Examples_DATA = $(EXAMPLES)
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
diff --git a/math/scigraphica/files/patch-af b/math/scigraphica/files/patch-af
new file mode 100644
index 000000000000..8f7615d0eae7
--- /dev/null
+++ b/math/scigraphica/files/patch-af
@@ -0,0 +1,11 @@
+--- pixmaps/Makefile.in 2000/08/31 08:24:09 1.1
++++ pixmaps/Makefile.in 2000/08/31 08:24:43
+@@ -114,7 +114,7 @@
+ EXTRA_DIST = $(PIXMAPS)
+
+
+-Pixmapdir = $(datadir)/pixmaps
++Pixmapdir = $(datadir)/pixmaps/sg
+
+ Pixmap_DATA = $(PIXMAPS)
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs