diff options
author | asau <asau@pkgsrc.org> | 2013-07-02 19:33:59 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2013-07-02 19:33:59 +0000 |
commit | 4db1ee08473c047a710ecc369413148754208d67 (patch) | |
tree | 84e87c5dc80be37cb4735c5cbad58ebe8d4e140b /lang | |
parent | 3b1fe9a271bbf27ad920c9794e6b80b9fc4423dd (diff) | |
download | pkgsrc-4db1ee08473c047a710ecc369413148754208d67.tar.gz |
Update to ABCL 1.2.1
Version 1.2.1
=============
http//abcl.org/svn/tags/abcl/1.2.1/CHANGES
27 June 2013
http://abcl.org/releases/1.2.1
* Tested: orcl-jdk-1.7.0_21 orcl-jdk-1.6.0_43
** ansi tests rc-2 failing 11-13 of 21708 total.
Some regressions since 1.1.1
* Stablility fixes; additional Quicklisp compatibility
** Fix (make-instance 'standard-generic-function)
Version 1.2.0
=============
http//abcl.org/svn/tags/1.2.0/abcl/CHANGES
released at ECLM 2013 Madrid, ES // 01 June 2013
* Package local nicknames to behave like SBCL
* ASDF 3.0.1 is now shipped with the implementation
* a more robust MOP implementation
* Common cases of creating purely synthetic JAVA:JNEW-RUNTIME-CLASS
now (mostly) work. Please report corner cases for fixing.
* the system autoloader has been extended to cover functions bound to
symbol properties
Issues Resolved
---------------
[#200] ABCL compiler fails to produce loadable fasl for XPATH
[#321] ASDF 3.01
[#256] Compilation failure in com.informatimago
[#274] compiling "com.informatimago.common-lisp.cesarum") hangs [> 10 minutes]
[#153]
[#32] Modify the currently disabled runtime-class.lisp code to not require ASM
[#152] ql:closer-mop doesn't work
[#203] Failure as build host for SBCL
[#300] Gray streams aren't streams
[#302] Symbols fail to autoload
[#303] CL:LOAD ignores :EXTERNAL-FORMAT argument
[#304] Stack abstraction inconsistency between Java and Lisp frames
[#308] Compiled FLET exhausts the stack
[#309] Printer should obey package-local nicknames
[#310] Invocation of tests from from build.xml broken
[#311] UIOP fails to upgrade
[#312] BORDEAUX-THREADS-TEST::CONDITION-VARIABLE hangs
[#282] Spurious macros redefinition warnings
Diffstat (limited to 'lang')
-rw-r--r-- | lang/abcl/Makefile | 8 | ||||
-rw-r--r-- | lang/abcl/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/lang/abcl/Makefile b/lang/abcl/Makefile index 578ba95c2e7..999780d33d0 100644 --- a/lang/abcl/Makefile +++ b/lang/abcl/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.4 2013/02/18 18:16:14 asau Exp $ +# $NetBSD: Makefile,v 1.5 2013/07/02 19:33:59 asau Exp $ -DISTNAME= abcl-src-1.1.1 +DISTNAME= abcl-src-1.2.1 PKGNAME= $(DISTNAME:C/-src//) CATEGORIES= lang -MASTER_SITES= http://common-lisp.net/project/armedbear/releases/$(PKGVERSION_NOREV)/ +MASTER_SITES= http://abcl.org/releases/$(PKGVERSION_NOREV)/ MAINTAINER= asau@NetBSD.org -HOMEPAGE= http://common-lisp.net/project/armedbear/ +HOMEPAGE= http://abcl.org/ COMMENT= Armed Bear Common Lisp BUILD_DEPENDS= apache-ant>=1.7.1:../../devel/apache-ant diff --git a/lang/abcl/distinfo b/lang/abcl/distinfo index 098ba3e6c88..6229ea05b16 100644 --- a/lang/abcl/distinfo +++ b/lang/abcl/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2013/02/18 18:16:14 asau Exp $ +$NetBSD: distinfo,v 1.4 2013/07/02 19:33:59 asau Exp $ -SHA1 (abcl-src-1.1.1.tar.gz) = f9c71a91c5aef4b7061758d19291df0fb0b01b14 -RMD160 (abcl-src-1.1.1.tar.gz) = 3c2dcc41d59e5f94ba3ea6f99ed2c1a7efc5a063 -Size (abcl-src-1.1.1.tar.gz) = 998991 bytes +SHA1 (abcl-src-1.2.1.tar.gz) = b68dad72960e0a7a35e3825998dce9f93836dbd2 +RMD160 (abcl-src-1.2.1.tar.gz) = c1bbb04494419538a5cec4ac7902c6513a998d26 +Size (abcl-src-1.2.1.tar.gz) = 1044591 bytes |