aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lang/scheme48/Makefile10
-rw-r--r--lang/scheme48/pkg-descr7
2 files changed, 5 insertions, 12 deletions
diff --git a/lang/scheme48/Makefile b/lang/scheme48/Makefile
index 89af33661a40..d35c0042bb7e 100644
--- a/lang/scheme48/Makefile
+++ b/lang/scheme48/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: scheme48
-# Version required: 0.36
-# Date created: 2 Jan 1995
-# Whom: jmacd@uclink.berkeley.edu
+# Version required: 0.46
+# Date created: 25 Aug 1997
+# Whom: jmacd
#
-# $Id: Makefile,v 1.7 1996/11/12 02:19:03 obrien Exp $
+# $Id: Makefile,v 1.8 1996/11/18 14:03:05 asami Exp $
#
-DISTNAME= scheme48-0.36
+DISTNAME= scheme48-0.46
CATEGORIES= lang
MASTER_SITES= ftp://ftp-swiss.ai.mit.edu/pub/s48/
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>