aboutsummaryrefslogtreecommitdiff
path: root/lang/scheme48
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
parent6c7fefa3a80d96e3f701f4a5446eb17cebe84521 (diff)
downloadports-953d569d7b237b9d4c89cb455dcfaaa07783ecd3.tar.gz
ports-953d569d7b237b9d4c89cb455dcfaaa07783ecd3.zip
Update to latest version, closing ports/4148. (Only thing is, I've
never closed a PR before so I don't know how to do it.) PR: ports/4148
Notes
Notes: svn path=/head/; revision=7705
Diffstat (limited to 'lang/scheme48')
-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>