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
This commit is contained in:
Joshua Peck Macdonald 1997-08-27 19:16:09 +00:00
parent 6c7fefa3a8
commit 953d569d7b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7705
2 changed files with 5 additions and 12 deletions

View file

@ -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/

View file

@ -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>