summaryrefslogtreecommitdiff
path: root/math/maxima/files
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2019-06-08 01:29:44 +0000
committerSteve Wills <swills@FreeBSD.org>2019-06-08 01:29:44 +0000
commitbbba940adfb68ec89d20961039d152bfaee31821 (patch)
treea3712032dc925603502269789509b15a63e02274 /math/maxima/files
parentsysutils/nsysctl: Update to 1.0 (diff)
math/maxima: Update to 5.43.0
PR: 238268 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer)
Notes
Notes: svn path=/head/; revision=503694
Diffstat (limited to 'math/maxima/files')
-rw-r--r--math/maxima/files/patch-tests_Makefile.am74
-rw-r--r--math/maxima/files/patch-tests_test.sh.in31
2 files changed, 0 insertions, 105 deletions
diff --git a/math/maxima/files/patch-tests_Makefile.am b/math/maxima/files/patch-tests_Makefile.am
deleted file mode 100644
index 0ef7b9b7677a..000000000000
--- a/math/maxima/files/patch-tests_Makefile.am
+++ /dev/null
@@ -1,74 +0,0 @@
---- tests/Makefile.am.orig 2018-10-21 19:17:00 UTC
-+++ tests/Makefile.am
-@@ -21,7 +21,7 @@ cmucl-test.sh: test.sh.in
- -e 's#!LOCAL_MAXIMA!#$(MAXIMA)#' \
- -e 's#!LISPNAME!#cmucl#' \
- -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/cmucl.log#' \
-- -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/cmucl_share.log#'
-+ -e 's#!OUTPUT_SHARE_LOG!#$(top_builddir)/tests/cmucl_share.log#'
- chmod a+x "$@"
- endif
-
-@@ -32,7 +32,7 @@ scl-test.sh: test.sh.in
- -e 's#!LOCAL_MAXIMA!#$(MAXIMA)#' \
- -e 's#!LISPNAME!#scl#' \
- -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/scl.log#' \
-- -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/scl_share.log#'
-+ -e 's#!OUTPUT_SHARE_LOG!#$(top_builddir)/tests/scl_share.log#'
- chmod a+x "$@"
- endif
-
-@@ -43,7 +43,7 @@ sbcl-test.sh: test.sh.in
- -e 's#!LOCAL_MAXIMA!#$(MAXIMA)#' \
- -e 's#!LISPNAME!#sbcl#' \
- -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/sbcl.log#' \
-- -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/sbcl_share.log#'
-+ -e 's#!OUTPUT_SHARE_LOG!#$(top_builddir)/tests/sbcl_share.log#'
- chmod a+x "$@"
- endif
-
-@@ -54,7 +54,7 @@ gcl-test.sh: test.sh.in
- -e 's#!LOCAL_MAXIMA!#$(MAXIMA)#' \
- -e 's#!LISPNAME!#gcl#' \
- -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/gcl.log#' \
-- -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/gcl_share.log#'
-+ -e 's#!OUTPUT_SHARE_LOG!#$(top_builddir)/tests/gcl_share.log#'
- chmod a+x "$@"
- endif
-
-@@ -65,7 +65,7 @@ acl-test.sh: test.sh.in
- -e 's#!LOCAL_MAXIMA!#$(MAXIMA)#' \
- -e 's#!LISPNAME!#acl#' \
- -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/acl.log#' \
-- -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/acl_share.log#'
-+ -e 's#!OUTPUT_SHARE_LOG!#$(top_builddir)/tests/acl_share.log#'
- chmod a+x "$@"
- endif
-
-@@ -76,7 +76,7 @@ openmcl-test.sh: test.sh.in
- -e 's#!LOCAL_MAXIMA!#$(MAXIMA)#' \
- -e 's#!LISPNAME!#openmcl#' \
- -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/openmcl.log#' \
-- -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/openmcl_share.log#'
-+ -e 's#!OUTPUT_SHARE_LOG!#$(top_builddir)/tests/openmcl_share.log#'
- chmod a+x "$@"
- endif
-
-@@ -87,7 +87,7 @@ ccl64-test.sh: test.sh.in
- -e 's#!LOCAL_MAXIMA!#$(MAXIMA)#' \
- -e 's#!LISPNAME!#ccl64#' \
- -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/ccl64.log#' \
-- -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/ccl64_share.log#'
-+ -e 's#!OUTPUT_SHARE_LOG!#$(top_builddir)/tests/ccl64_share.log#'
- chmod a+x "$@"
- endif
-
-@@ -98,7 +98,7 @@ ecl-test.sh: test.sh.in
- -e 's#!LOCAL_MAXIMA!#$(MAXIMA)#' \
- -e 's#!LISPNAME!#ecl#' \
- -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/ecl.log#' \
-- -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/ecl_share.log#'
-+ -e 's#!OUTPUT_SHARE_LOG!#$(top_builddir)/tests/ecl_share.log#'
- chmod a+x "$@"
- endif
-
diff --git a/math/maxima/files/patch-tests_test.sh.in b/math/maxima/files/patch-tests_test.sh.in
deleted file mode 100644
index cb32966bdc8b..000000000000
--- a/math/maxima/files/patch-tests_test.sh.in
+++ /dev/null
@@ -1,31 +0,0 @@
---- tests/test.sh.in.orig 2018-10-24 11:11:22 UTC
-+++ tests/test.sh.in
-@@ -11,7 +11,6 @@ OUTPUT_SHARE_LOG="!OUTPUT_SHARE_LOG!"
- LISP="!LISPNAME!"
-
- # Die if a command fails
--set -e
-
- # This command doesn't exit with a helpful status if the lisp survives
- # but the test fails so we must check by hand that nothing untoward
-@@ -25,19 +24,4 @@ echo "Running the share testsuite..."
- $LOCAL_MAXIMA --lisp=$LISP --batch-string='build_info();run_testsuite(share_tests=only);' 2>&1 | tee "$OUTPUT_SHARE_LOG"
- echo "Running the testsuite for the maxima core..."
- $LOCAL_MAXIMA --lisp=$LISP --batch-string='build_info();load("testsuite.lisp");testsuite_files:cons("rtest_ask.mac",testsuite_files);run_testsuite();' < rtest_ask_input.mac 2>&1 | tee "$OUTPUT_LOG"
--
--grep -q 'No unexpected errors' <"$OUTPUT_LOG"
--if test $? -ne 0 ; then
-- # We'll have another copy of the log from the output of this script,
-- # so there's no point in leaving the greppable one lying around.
-- rm "$OUTPUT_LOG"
-- rm "$OUTPUT_SHARE_LOG"
-- exit 1
--fi;
--
--grep -q 'No unexpected errors' <"$OUTPUT_SHARE_LOG"
--
--# We'll have another copy of the log from the output of this script,
--# so there's no point in leaving the greppable one lying around.
--rm "$OUTPUT_LOG"
--rm "$OUTPUT_SHARE_LOG"
-+exit 0