aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/texmacs/files/texmacs-1.0.6.11-maxima-5.13.0.patch')
-rw-r--r--app-office/texmacs/files/texmacs-1.0.6.11-maxima-5.13.0.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/app-office/texmacs/files/texmacs-1.0.6.11-maxima-5.13.0.patch b/app-office/texmacs/files/texmacs-1.0.6.11-maxima-5.13.0.patch
deleted file mode 100644
index 60ee0f182..000000000
--- a/app-office/texmacs/files/texmacs-1.0.6.11-maxima-5.13.0.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-diff -U2 --recursive TeXmacs-1.0.6.11-src.orig/plugins/maxima/bin/maxima_detect TeXmacs-1.0.6.11-src/plugins/maxima/bin/maxima_detect
---- TeXmacs-1.0.6.11-src.orig/plugins/maxima/bin/maxima_detect 2007-09-03 21:47:53.000000000 +0700
-+++ TeXmacs-1.0.6.11-src/plugins/maxima/bin/maxima_detect 2007-08-29 00:22:14.000000000 +0700
-@@ -1,3 +1,3 @@
--#!/bin/sh
-+#!/bin/bash
- # if there is an argument, find maxima_toc.html
-
-@@ -47,5 +47,5 @@
- maxima -d | grep -F 'maxima-htmldir=' | \
- sed -e 's/maxima-htmldir=/"/' -e 's|$|/maxima_toc.html"|' | \
-- cygpath -f -
-+ cygpath -f -
- else
- echo '("cygwin")'
-@@ -62,7 +62,8 @@
- version 5.10
- version 5.11
--version 5.12" >/dev/null
-+version 5.12
-+version 5.13" >/dev/null
- then
-- # 5.9.1 or 5.9.2 or 5.9.3 or 5.10 or 5.11 or 5.12
-+ # 5.9.1 or 5.9.2 or 5.9.3 or 5.10 or 5.11 or 5.12 or 5.13
- maxima -d | grep -F 'maxima-htmldir=' | sed -e \
- 's/maxima-htmldir=/"/' -e 's|$|/maxima_toc.html"|'
-diff -U2 --recursive TeXmacs-1.0.6.11-src.orig/plugins/maxima/bin/tm_maxima TeXmacs-1.0.6.11-src/plugins/maxima/bin/tm_maxima
---- TeXmacs-1.0.6.11-src.orig/plugins/maxima/bin/tm_maxima 2007-09-03 21:47:53.000000000 +0700
-+++ TeXmacs-1.0.6.11-src/plugins/maxima/bin/tm_maxima 2007-08-29 00:23:07.000000000 +0700
-@@ -18,5 +18,5 @@
- 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.*) exec maxima -u $1 -l $2 -p "$TEXMACS_MAXIMA_PATH/texmacs-maxima-5.11.0.lisp";;
-+ 5.11.* | 5.12.* | 5.13.*) 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 -`";;