summaryrefslogtreecommitdiff
path: root/editors/TeXmacs/patches/patch-ai
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-04-22 10:41:04 +0000
committertnn <tnn@pkgsrc.org>2008-04-22 10:41:04 +0000
commit3aaf6c36adc1f5e511966409a6e470a88e880a98 (patch)
treed01b9e156984bd1953f6a810e69f0980a7e09381 /editors/TeXmacs/patches/patch-ai
parent1a3ed71b01fb102ef654f35d254ae6ea8a89013e (diff)
downloadpkgsrc-3aaf6c36adc1f5e511966409a6e470a88e880a98.tar.gz
detect maxima-5.15.x, bump rev.
Diffstat (limited to 'editors/TeXmacs/patches/patch-ai')
-rw-r--r--editors/TeXmacs/patches/patch-ai15
1 files changed, 14 insertions, 1 deletions
diff --git a/editors/TeXmacs/patches/patch-ai b/editors/TeXmacs/patches/patch-ai
index 7bce7a86ba8..4da91848158 100644
--- a/editors/TeXmacs/patches/patch-ai
+++ b/editors/TeXmacs/patches/patch-ai
@@ -1,4 +1,4 @@
-$NetBSD: patch-ai,v 1.7 2008/04/21 20:04:43 drochner Exp $
+$NetBSD: patch-ai,v 1.8 2008/04/22 10:41:04 tnn Exp $
--- plugins/maxima/bin/maxima_detect.orig 2008-03-19 18:16:36.000000000 +0100
+++ plugins/maxima/bin/maxima_detect
@@ -16,3 +16,16 @@ $NetBSD: patch-ai,v 1.7 2008/04/21 20:04:43 drochner Exp $
then
if [ "$1" ]
then
+@@ -63,9 +63,10 @@ version 5.10
+ version 5.11
+ version 5.12
+ version 5.13
+-version 5.14" >/dev/null
++version 5.14
++version 5.15" >/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 or 5.14
++ # 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 or 5.15
+ maxima -d | grep -F 'maxima-htmldir=' | sed -e \
+ 's/maxima-htmldir=/"/' -e 's|$|/maxima_toc.html"|'
+ else