diff options
Diffstat (limited to 'math/siag/files')
-rw-r--r-- | math/siag/files/patch-aa | 10 | ||||
-rw-r--r-- | math/siag/files/patch-ab | 39 | ||||
-rw-r--r-- | math/siag/files/patch-ac | 11 | ||||
-rw-r--r-- | math/siag/files/patch-af | 10 | ||||
-rw-r--r-- | math/siag/files/patch-ak | 23 | ||||
-rw-r--r-- | math/siag/files/patch-al | 10 | ||||
-rw-r--r-- | math/siag/files/patch-dbm | 9 | ||||
-rw-r--r-- | math/siag/files/patch-pw | 21 |
8 files changed, 0 insertions, 133 deletions
diff --git a/math/siag/files/patch-aa b/math/siag/files/patch-aa deleted file mode 100644 index 25ef3d1d82c6..000000000000 --- a/math/siag/files/patch-aa +++ /dev/null @@ -1,10 +0,0 @@ ---- siod/regex.c.orig Sun Mar 7 10:47:50 1999 -+++ siod/regex.c Sun Mar 7 10:48:02 1999 -@@ -8,6 +8,7 @@ - #include <stdio.h> - #include <stdlib.h> - #include <string.h> -+#include <sys/types.h> - #include <regex.h> - #include "siod.h" - diff --git a/math/siag/files/patch-ab b/math/siag/files/patch-ab deleted file mode 100644 index 709c0b0faac5..000000000000 --- a/math/siag/files/patch-ab +++ /dev/null @@ -1,39 +0,0 @@ ---- configure.orig Thu Jun 24 01:27:01 1999 -+++ configure Fri Jun 25 14:08:04 1999 -@@ -4316,7 +4316,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lguile `guile-config link` $LIBS" -+LIBS="-lguile `guile-config link | sed s@-ltermcap@@` $LIBS" - cat > conftest.$ac_ext <<EOF - #line 4322 "configure" - #include "confdefs.h" -@@ -4344,13 +4344,13 @@ - fi - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 -- LIBGUILE=`guile-config link` -+ LIBGUILE=`guile-config link | sed s@-ltermcap@@` - else - echo "$ac_t""no" 1>&6 - fi - - if test "$LIBGUILE" != ""; then -- GUILE="-DGUILE" -+ GUILE="-DGUILE -I$LOCALBASE/include" - fi - fi - fi -@@ -4571,10 +4571,7 @@ - - fi - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then -- echo "$ac_t""yes" 1>&6 -- cat >> confdefs.h <<\EOF --#define HAVE_XCREATEIC 1 --EOF -+echo "$ac_t""yes, but we don't want to use it yet" 1>&6 - - else - echo "$ac_t""no" 1>&6 diff --git a/math/siag/files/patch-ac b/math/siag/files/patch-ac deleted file mode 100644 index 078a98548883..000000000000 --- a/math/siag/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- tsiag/window.c.orig Sun Mar 7 11:07:53 1999 -+++ tsiag/window.c Sun Mar 7 11:07:57 1999 -@@ -27,7 +27,7 @@ - #include <string.h> - #include <stdlib.h> - #include <signal.h> --#include <curses.h> -+#include <ncurses.h> - #include <unistd.h> - #include <ctype.h> - diff --git a/math/siag/files/patch-af b/math/siag/files/patch-af deleted file mode 100644 index 042ec4da8bfb..000000000000 --- a/math/siag/files/patch-af +++ /dev/null @@ -1,10 +0,0 @@ ---- common/mkt1cfg.orig Fri Mar 26 17:42:59 1999 -+++ common/mkt1cfg Tue Jun 22 14:42:16 1999 -@@ -10 +10 @@ -- datadir="/usr/local/share" -+ datadir="${PREFIX}/share" -@@ -19,2 +19,2 @@ --echo "AFM=/usr/lib/ghostscript/fonts:/usr/lib/teTeX/texmf/fonts/afm/adobe/utopia:." --echo "TYPE1=/usr/lib/ghostscript/fonts:/usr/lib/teTeX/texmf/fonts/type1/adobe/utopia:." -+echo "AFM=${LOCALBASE}/share/ghostscript/fonts:${LOCALBASE}/share/texmf/fonts/afm/adobe/utopia:." -+echo "TYPE1=${LOCALBASE}/share/ghostscript/fonts:${LOCALBASE}/share/texmf/fonts/type1/adobe/utopia:." diff --git a/math/siag/files/patch-ak b/math/siag/files/patch-ak deleted file mode 100644 index 6b7aeb13db65..000000000000 --- a/math/siag/files/patch-ak +++ /dev/null @@ -1,23 +0,0 @@ ---- pw/pw.scm Sat Feb 5 13:16:43 2000 -+++ pw/pw.scm Fri Feb 25 11:46:39 2000 -@@ -539,2 +539,2 @@ -- "*.txt" "catdoc %s > %s" -- "*.rtf" "cp %s %s")) -+ "*.txt" "exec catdoc '%s' > '%s'" -+ "*.rtf" "exec cp '%s' '%s'")) -@@ -543,2 +543,2 @@ -- "*.txt" "blaha < %s > %s" -- "*.txt" "blaha < %s > %s")) -+ "*.txt" "exec blaha < '%s' > '%s'" -+ "*.txt" "exec blaha < '%s' > '%s'")) -@@ -547,2 +547,2 @@ -- "*.html" "mswordview -n %s -o %s" -- "*.rtf" "cp %s %s")) -+ "*.html" "exec mswordview -n '%s' -o '%s'" -+ "*.rtf" "exec cp '%s' '%s'")) -@@ -551 +551 @@ -- "*.txt" "groff -Tascii -mandoc %s > %s" -+ "*.txt" "exec groff -Tascii -mandoc '%s' > '%s'" -@@ -555 +555 @@ -- "*.rtf" "2rtf %s %s" -+ "*.rtf" "exec 2rtf '%s' '%s'" diff --git a/math/siag/files/patch-al b/math/siag/files/patch-al deleted file mode 100644 index 90e12d0cf7da..000000000000 --- a/math/siag/files/patch-al +++ /dev/null @@ -1,10 +0,0 @@ ---- siag/siag.scm Sat Jan 29 19:34:20 2000 -+++ siag/siag.scm Fri Feb 25 11:45:18 2000 -@@ -1024 +1024 @@ -- "*.csv" "xls2csv %s > %s" -+ "*.csv" "exec xls2csv '%s' > '%s'" -@@ -1028,2 +1028,2 @@ -- "*.txt" "blaha < %s > %s" -- "*.txt" "blaha < %s > %s"))) -+ "*.txt" "exec blaha < '%s' > '%s'" -+ "*.txt" "exec blaha < '%s' > '%s'"))) diff --git a/math/siag/files/patch-dbm b/math/siag/files/patch-dbm deleted file mode 100644 index 55681fa67cf4..000000000000 --- a/math/siag/files/patch-dbm +++ /dev/null @@ -1,9 +0,0 @@ ---- siod/ndbm.c Thu Jun 24 05:18:57 1999 -+++ siod/ndbm.c Sun Apr 8 11:25:50 2001 -@@ -9,3 +9,6 @@ - - #include <ndbm.h> -+#if defined(GDBM) && defined(dbm_pagfno) -+# undef dbm_pagfno -+#endif - diff --git a/math/siag/files/patch-pw b/math/siag/files/patch-pw deleted file mode 100644 index bf2dd2d4d081..000000000000 --- a/math/siag/files/patch-pw +++ /dev/null @@ -1,21 +0,0 @@ ---- pw/pw.scm Fri Apr 14 17:05:47 2000 -+++ pw/pw.scm Thu Apr 20 08:50:02 2000 -@@ -139,3 +139,3 @@ - (define (new-buffer) -- (spawn "pw")) -+ (spawn (string-append datadir "/../../bin/pw")) - ---- plugins/plugin.scm Mon May 3 04:26:05 1999 -+++ plugins/plugin.scm Thu Apr 20 08:51:31 2000 -@@ -16,3 +16,3 @@ - (plugin-register "Pathetic Writer" "pw" -- "pw -plugin -geometry 300x150+4000+4000 %s") -+ (string-append datadir "/../../bin/pw -plugin -geometry 300x150+4000+4000 %s") - (plugin-register "Egon Animator" "egon" ---- common/tools.scm Thu Apr 6 08:53:09 2000 -+++ common/tools.scm Thu Apr 20 09:14:13 2000 -@@ -12,3 +12,3 @@ - (if (stat (string-append datadir "/pw/pw.scm")) -- (add-menu-entry "Tools" "Pathetic Writer" "(spawn \"pw\")")) -+ (add-menu-entry "Tools" "Pathetic Writer" "(spawn (string-append datadir \"/../../bin/pw\"))")) - (if (stat (string-append datadir "/siag/siag.scm")) |