diff options
author | asau <asau@pkgsrc.org> | 2011-05-09 19:35:37 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2011-05-09 19:35:37 +0000 |
commit | 87e58add584afd706bbd892f873a514420831d1b (patch) | |
tree | edc5a9ae0839b83ac6f0670f6e03a36b34be0b7e /lang/sbcl | |
parent | 99de454461da891e3cbd68e3b2dda4b4009abeff (diff) | |
download | pkgsrc-87e58add584afd706bbd892f873a514420831d1b.tar.gz |
Update SBCL to version 1.0.48
changes in sbcl-1.0.48 relative to sbcl-1.0.47:
* incompatible change: SB!KERNEL:INSTANCE-LAMBDA, deprecated for over five
years, is now no longer supported.
* enhancement: read() and write() have been added to SB-POSIX.
* enhancement: types of DEFSTRUCT constructors are proclaimed more
accurately, allowing better typechecking of call-sites.
* enhancement: errors during compile-time-too processing (i.e. EVAL-WHEN)
are no longer caught. (reverted to pre 1.0.34 behaviour)
* optimization: slightly faster ISQRT. (lp#713343)
* bug fix: better support for Solaris /bin/sh in sh-based tests.
* bug fix: TRACE behaves better when attempting to trace undefined
functions. (lp#740717)
* bug fix: missed optimizations for (FUNCALL (LAMBDA ...) ...) in comparison
to (FUNCALL #'(LAMBDA ...) ...).
* bug fix: ((LAMBDA ...) ...) forms with invalid argument counts resulted in
a compile-time error. (lp#720382)
* bug fix: forms such as (FUNCALL (FUNCTION NAME OOPS) ...) were compiled
without complaints.
* bug fix: less verbose source forms for functions from EVAL. (lp#747485)
* bug fix: sense of SLOT-BOUNDP-USING-CLASS was inverted in a MAKE-INSTANCE
optimization. (regression from 1.0.45.18/1.0.46.15)
* bug fix: package locks did not protects against compile-time side-effects
of DEFUN. (lp#675584)
* bug fix: --dynamic-space-size argument is validated more carefully.
(lp#721457)
* bug fix: memory fault from printing a malformed simple-condition.
(lp#705690)
* bug fix: redefining classes so that slot-definition classes change now
engages the obsolete instance protocol. (lp#766271)
* bug fix: constant improper lists could break source coverage recording.
(lp#767959)
* bug fix: compiling calls to eg. MEMBER with massive constant list arguments
could exhaust stack.
Diffstat (limited to 'lang/sbcl')
-rw-r--r-- | lang/sbcl/Makefile | 6 | ||||
-rw-r--r-- | lang/sbcl/distinfo | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile index faaa7690164..0e3cdc0906d 100644 --- a/lang/sbcl/Makefile +++ b/lang/sbcl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2011/04/20 20:46:50 asau Exp $ +# $NetBSD: Makefile,v 1.34 2011/05/09 19:35:37 asau Exp $ DISTNAME= ${PKGNAME_NOREV}-source -PKGNAME= sbcl-1.0.47 +PKGNAME= sbcl-1.0.48 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sbcl/} EXTRACT_SUFX= .tar.bz2 @@ -75,6 +75,8 @@ post-build: do-install: cd ${WRKSRC} && BUILD_ROOT=${DESTDIR:Q} INSTALL_ROOT=${PREFIX:Q} MAN_DIR=${PREFIX:Q}/${PKGMANDIR} ${SH} install.sh + rm -f $(DESTDIR)$(PREFIX)/lib/sbcl/sb-posix/test-output/write-test.txt + rm -f $(DESTDIR)$(PREFIX)/lib/sbcl/sb-posix/test-output/read-test.txt rm -f $(DESTDIR)$(PREFIX)/lib/sbcl/asdf-install/installer.lisp.orig do-test: diff --git a/lang/sbcl/distinfo b/lang/sbcl/distinfo index de86f92439e..7d514d94487 100644 --- a/lang/sbcl/distinfo +++ b/lang/sbcl/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.17 2011/04/20 20:46:50 asau Exp $ +$NetBSD: distinfo,v 1.18 2011/05/09 19:35:37 asau Exp $ -SHA1 (sbcl-1.0.47-source.tar.bz2) = 4812f7c527da88e60fce1354076263acbcaec4bd -RMD160 (sbcl-1.0.47-source.tar.bz2) = 2f7ce0470b629000da464773ded23d25b28072e7 -Size (sbcl-1.0.47-source.tar.bz2) = 3531790 bytes +SHA1 (sbcl-1.0.48-source.tar.bz2) = c983d68fec66c9a9bdcefd9cbc23a3631f5515d2 +RMD160 (sbcl-1.0.48-source.tar.bz2) = e0eaedec44fe6075f823d20f83d620e6900f5b01 +Size (sbcl-1.0.48-source.tar.bz2) = 3534766 bytes SHA1 (patch-ab) = e8420a7aa51f6920d6556e84ef3f0ca32fdeb2fd SHA1 (patch-ad) = 4a10e7d498b686a09b067c527010981c15f0f8c8 SHA1 (patch-ae) = ea29307779f7aede89ab368a9a7901f95d16d5b2 |