summaryrefslogtreecommitdiff
path: root/math/pygist/files
diff options
context:
space:
mode:
Diffstat (limited to 'math/pygist/files')
-rw-r--r--math/pygist/files/patch-aa11
-rw-r--r--math/pygist/files/patch-ab17
-rw-r--r--math/pygist/files/patch-ac11
-rw-r--r--math/pygist/files/patch-ad11
4 files changed, 0 insertions, 50 deletions
diff --git a/math/pygist/files/patch-aa b/math/pygist/files/patch-aa
deleted file mode 100644
index 1f5780aeda17..000000000000
--- a/math/pygist/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../Tools/compile.py.orig Thu Mar 12 19:15:10 1998
-+++ ../Tools/compile.py Sun Mar 29 12:53:10 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/pygist/files/patch-ab b/math/pygist/files/patch-ab
deleted file mode 100644
index 7a21428165ab..000000000000
--- a/math/pygist/files/patch-ab
+++ /dev/null
@@ -1,17 +0,0 @@
---- Setup.orig Fri Jun 19 17:27:08 1998
-+++ Setup Tue Jun 23 20:33:36 1998
-@@ -5,11 +5,11 @@
- # Gist module
- # Change XLIB to the directory where libX11.a is found on your system.
- # Change YORHOME to the directory (--prefix) where Yorick was installed.
--XLIB = /usr/X11R6/lib
--YORHOME = /usr/local
-+XLIB = ${X11BASE}/lib
-+YORHOME = ${PREFIX}
- GISTH = $(YORHOME)/lib/yorick/1.4/h
- GISTL = $(YORHOME)/lib/yorick/1.4/lib
--gistC Gist/Src/gistCmodule.c -I$(GISTH) -L$(GISTL) -L$(XLIB) -lgist -lX11 -lm
-+gistC Gist/Src/gistCmodule.c -I${X11BASE}/include -I$(GISTH) -L$(GISTL) -L$(XLIB) -lgist -lX11 -lm
-
- # Arrayfns module - supports Z. Motteler's 3D additions to pygist
- arrayfns Arrayfcns/Src/arrayfnsmodule.c
diff --git a/math/pygist/files/patch-ac b/math/pygist/files/patch-ac
deleted file mode 100644
index 6d66daaaf274..000000000000
--- a/math/pygist/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- Gist/Src/gistCmodule.c.orig Fri Apr 2 02:14:43 1999
-+++ Gist/Src/gistCmodule.c Wed May 5 11:19:38 1999
-@@ -72,7 +72,7 @@
- #endif
-
- #include "Python.h"
--#include "arrayobject.h"
-+#include "Numeric/arrayobject.h"
- #include "hlevel.h"
- #ifndef NO_XLIB
- # include "dispas.h"
diff --git a/math/pygist/files/patch-ad b/math/pygist/files/patch-ad
deleted file mode 100644
index 06e98457edf3..000000000000
--- a/math/pygist/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- Arrayfcns/Src/arrayfnsmodule.c.orig Fri Apr 2 02:14:43 1999
-+++ Arrayfcns/Src/arrayfnsmodule.c Wed May 5 11:33:13 1999
-@@ -1,7 +1,7 @@
- /* Copyright (c) 1996, 1997, The Regents of the University of California.
- * All rights reserved. See Legal.htm for full text and disclaimer. */
- #include "Python.h"
--#include "arrayobject.h"
-+#include "Numeric/arrayobject.h"
- /*#include "hlevel.h"*/
- #include <stdio.h>
- #include <stdlib.h>