aboutsummaryrefslogtreecommitdiff
path: root/lang/scheme48/pkg-descr
diff options
context:
space:
mode:
authorJoshua Peck Macdonald <jmacd@FreeBSD.org>1997-08-27 19:16:09 +0000
committerJoshua Peck Macdonald <jmacd@FreeBSD.org>1997-08-27 19:16:09 +0000
commit953d569d7b237b9d4c89cb455dcfaaa07783ecd3 (patch)
treec7621040049f91dd1f76a2c08209fe6bc165e594 /lang/scheme48/pkg-descr
parent6c7fefa3a80d96e3f701f4a5446eb17cebe84521 (diff)
downloadports-953d569d7b237b9d4c89cb455dcfaaa07783ecd3.tar.gz
ports-953d569d7b237b9d4c89cb455dcfaaa07783ecd3.zip
Notes
Diffstat (limited to 'lang/scheme48/pkg-descr')
-rw-r--r--lang/scheme48/pkg-descr7
1 files changed, 0 insertions, 7 deletions
diff --git a/lang/scheme48/pkg-descr b/lang/scheme48/pkg-descr
index 577e7adcf734..a5977c27b4d2 100644
--- a/lang/scheme48/pkg-descr
+++ b/lang/scheme48/pkg-descr
@@ -14,10 +14,3 @@ slow and floating point is almost nonexistent (see description of
floatnums, below). DEFINE-SYNTAX, LET-SYNTAX, LETREC-SYNTAX, and
SYNTAX-RULES are supported, but not the rest of the Revised^4 Scheme
macro proposal.
-
-Notes for FreeBSD port: The external dynamic loading doesn't work
-properly due in part to non-portable code and limited support by
-FreeBSD for SUN dlfcn routines. Unless you need to load external
-C code, this is a fine interpreter.
-
-Ported to FreeBSD by Josh MacDonald, <jmacd@uclink.berkeley.edu>