summaryrefslogtreecommitdiff
path: root/editors/TeXmacs/patches
diff options
context:
space:
mode:
Diffstat (limited to 'editors/TeXmacs/patches')
-rw-r--r--editors/TeXmacs/patches/patch-ai17
-rw-r--r--editors/TeXmacs/patches/patch-ak13
2 files changed, 2 insertions, 28 deletions
diff --git a/editors/TeXmacs/patches/patch-ai b/editors/TeXmacs/patches/patch-ai
index 8ce5627ca30..7bce7a86ba8 100644
--- a/editors/TeXmacs/patches/patch-ai
+++ b/editors/TeXmacs/patches/patch-ai
@@ -1,6 +1,6 @@
-$NetBSD: patch-ai,v 1.6 2008/01/04 15:26:17 drochner Exp $
+$NetBSD: patch-ai,v 1.7 2008/04/21 20:04:43 drochner Exp $
---- plugins/maxima/bin/maxima_detect.orig 2007-11-05 10:21:32.000000000 +0100
+--- plugins/maxima/bin/maxima_detect.orig 2008-03-19 18:16:36.000000000 +0100
+++ plugins/maxima/bin/maxima_detect
@@ -36,11 +36,11 @@ find_old_help()
fi
@@ -16,16 +16,3 @@ $NetBSD: patch-ai,v 1.6 2008/01/04 15:26:17 drochner Exp $
then
if [ "$1" ]
then
-@@ -62,9 +62,10 @@ version 5.9.3
- version 5.10
- version 5.11
- version 5.12
--version 5.13" >/dev/null
-+version 5.13
-+version 5.14" >/dev/null
- then
-- # 5.9.1 or 5.9.2 or 5.9.3 or 5.10 or 5.11 or 5.12 or 5.13
-+ # 5.9.1 or 5.9.2 or 5.9.3 or 5.10 or 5.11 or 5.12 or 5.13 or 5.14
- maxima -d | grep -F 'maxima-htmldir=' | sed -e \
- 's/maxima-htmldir=/"/' -e 's|$|/maxima_toc.html"|'
- else
diff --git a/editors/TeXmacs/patches/patch-ak b/editors/TeXmacs/patches/patch-ak
deleted file mode 100644
index c8729d56f9d..00000000000
--- a/editors/TeXmacs/patches/patch-ak
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ak,v 1.3 2008/01/04 15:26:17 drochner Exp $
-
---- plugins/maxima/bin/tm_maxima.orig 2008-01-04 11:38:35.000000000 +0100
-+++ plugins/maxima/bin/tm_maxima
-@@ -17,7 +17,7 @@ case $1 in
- 5.9.1) exec maxima -u $1 -l $2 -p "$TEXMACS_MAXIMA_PATH/texmacs-maxima-5.9.1.lisp";;
- 5.9.1.1* | 5.9.2* | 5.9.3*) exec maxima -u $1 -l $2 -p "$TEXMACS_MAXIMA_PATH/texmacs-maxima-5.9.2.lisp";;
- 5.10.*) exec maxima -u $1 -l $2 -p "$TEXMACS_MAXIMA_PATH/texmacs-maxima-5.10.0.lisp";;
-- 5.11.* | 5.12.* | 5.13.*) exec maxima -u $1 -l $2 -p "$TEXMACS_MAXIMA_PATH/texmacs-maxima-5.11.0.lisp";;
-+ 5.11.* | 5.12.* | 5.13.* | 5.14.*) exec maxima -u $1 -l $2 -p "$TEXMACS_MAXIMA_PATH/texmacs-maxima-5.11.0.lisp";;
- cygwin)
- exec maxima.bat -p "`echo $TEXMACS_MAXIMA_PATH/texmacs-maxima-5.11.0.lisp|cygpath --windows -f -`";;
- *) echo -e "\2latex:\\red Unsupported version of maxima: $1\5"