aboutsummaryrefslogtreecommitdiffstats
path: root/math/yacas/files
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2014-02-03 23:04:21 +0800
committergahr <gahr@FreeBSD.org>2014-02-03 23:04:21 +0800
commit7dd97ab53735df7aafd4a954077545a232a6cde3 (patch)
treef5a28bfdf69d2947e14c2ac7609ab4c3f551e678 /math/yacas/files
parent15eb56b3c4165c2b29eaa10d0a09a3756afb6f2e (diff)
downloadfreebsd-ports-gnome-7dd97ab53735df7aafd4a954077545a232a6cde3.tar.gz
freebsd-ports-gnome-7dd97ab53735df7aafd4a954077545a232a6cde3.tar.zst
freebsd-ports-gnome-7dd97ab53735df7aafd4a954077545a232a6cde3.zip
- Update to 1.3.4
Diffstat (limited to 'math/yacas/files')
-rw-r--r--math/yacas/files/patch-manmake_wester-1994.chapt.txt11
-rw-r--r--math/yacas/files/patch-scripts_Makefile.am11
-rw-r--r--math/yacas/files/patch-scripts_Makefile.in11
3 files changed, 22 insertions, 11 deletions
diff --git a/math/yacas/files/patch-manmake_wester-1994.chapt.txt b/math/yacas/files/patch-manmake_wester-1994.chapt.txt
deleted file mode 100644
index 9303d57c6156..000000000000
--- a/math/yacas/files/patch-manmake_wester-1994.chapt.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- manmake/wester-1994.chapt.txt.orig 2012-09-26 12:02:56.000000000 +0200
-+++ manmake/wester-1994.chapt.txt 2012-09-26 12:03:11.000000000 +0200
-@@ -96,7 +96,7 @@
- * 62. (OK) Invert a 2x2 symbolic matrix.
- Verify(Simplify(Inverse({{a,b},{1,a*b}})),
- {{a/(a^2-1), -1/(a^2-1)},
-- {-1/(b*(a^2-1)), a/(b*(a^2-1))}});
-+ {-1/((a^2-1)*b), a/((a^2-1)*b)}});
- * 63. (BUG) Compute the determinant of the 4x4 Vandermonde matrix.
- Factor(Determinant(VandermondeMatrix
- ({a,b,c,d})));
diff --git a/math/yacas/files/patch-scripts_Makefile.am b/math/yacas/files/patch-scripts_Makefile.am
new file mode 100644
index 000000000000..ef5bbba8f593
--- /dev/null
+++ b/math/yacas/files/patch-scripts_Makefile.am
@@ -0,0 +1,11 @@
+--- scripts/Makefile.am.orig 2014-02-03 10:39:12.000000000 +0100
++++ scripts/Makefile.am 2014-02-03 10:39:21.000000000 +0100
+@@ -164,7 +164,7 @@
+ @(diff scripts-listed-in-makefile.txt contents-of-tree.txt; \
+ rm -f scripts-listed-in-makefile.txt contents-of-tree.txt; \
+ RV=$$?; \
+- if [[ $$RV == 0 ]] ; \
++ if [ $$RV = 0 ] ; \
+ then echo " ... ok"; \
+ else \
+ false; \
diff --git a/math/yacas/files/patch-scripts_Makefile.in b/math/yacas/files/patch-scripts_Makefile.in
new file mode 100644
index 000000000000..247b34c06ad2
--- /dev/null
+++ b/math/yacas/files/patch-scripts_Makefile.in
@@ -0,0 +1,11 @@
+--- scripts/Makefile.in.orig 2014-02-03 10:37:08.000000000 +0100
++++ scripts/Makefile.in 2014-02-03 10:38:36.000000000 +0100
+@@ -562,7 +562,7 @@
+ @(diff scripts-listed-in-makefile.txt contents-of-tree.txt; \
+ rm -f scripts-listed-in-makefile.txt contents-of-tree.txt; \
+ RV=$$?; \
+- if [[ $$RV == 0 ]] ; \
++ if [ $$RV = 0 ] ; \
+ then echo " ... ok"; \
+ else \
+ false; \