summaryrefslogtreecommitdiff
path: root/math/reduce/files/runpsl.sh
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2018-02-23 15:11:36 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2018-02-23 15:11:36 +0000
commitee1f9469bfd5295563c8fcae98de1d796e99a668 (patch)
treefe93f30e9e309a625cd713096025758406ab4e03 /math/reduce/files/runpsl.sh
parentdevel/py-ply: Update to 3.11 (diff)
math/reduce: update to latest snapshot and cleanup.
Make clear we are building the Codemist Standard Lisp (CSL) version. Remove parts of the PSL version that were previously not very well maintained as they are being moved out into a separate port. PR: 224234 Approved by: pi
Notes
Notes: svn path=/head/; revision=462702
Diffstat (limited to 'math/reduce/files/runpsl.sh')
-rw-r--r--math/reduce/files/runpsl.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/math/reduce/files/runpsl.sh b/math/reduce/files/runpsl.sh
deleted file mode 100644
index 67de252482a8..000000000000
--- a/math/reduce/files/runpsl.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#! /bin/sh
-
-case `uname -m` in
-amd64)
- STORE=2000
- ;;
-i386)
- STORE=16000000
- ;;
-esac
-
-bin="/usr/local/share/reduce/psl/bpsl"
-img="/usr/local/share/reduce/red/reduce.img"
-
-exec $bin -td $STORE -f $img $*
-