diff options
author | asau <asau@pkgsrc.org> | 2012-12-08 13:29:45 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-12-08 13:29:45 +0000 |
commit | 3c229b08d3e051a7e438654037d0735bfa4fb04d (patch) | |
tree | 2024728fcc3157c7bf1b020afbb76e161ebe0858 /lang/ecl | |
parent | ec3b1633604d5a4f81a1c5a3678c86ce863d6a03 (diff) | |
download | pkgsrc-3c229b08d3e051a7e438654037d0735bfa4fb04d.tar.gz |
Update to ECL 12.12.1
Changes since last release
==========================
Some highlights of this release are:
* Lots of bugs fixed.
* The MOP has been fixed to work with the upcoming release of
Closer-MOP
* ECL now produces a much more readable C code, with indentation and
more explicit declarations of variables.
Known issues
============
* Cygwin's library is still broken: fork/exec fails to reload the
cygwin library, or ECL's compiled libraries in a completely random
fashion. For this reason we recommend using ext:system instead of
ext:run-program in that platform.
* In Windows ECL comes with bytecodes compiler by default, because C
compilers are normally not avaiable. Unfortunately several
libraries out there are not prepared for this. If you plan to use
quicklisp and have a C compiler accessible to ECL, you may use
(ext:install-c-compiler) to switch back to the Lisp-to-C compiler.
Diffstat (limited to 'lang/ecl')
-rw-r--r-- | lang/ecl/Makefile | 6 | ||||
-rw-r--r-- | lang/ecl/PLIST.threads | 10 | ||||
-rw-r--r-- | lang/ecl/distinfo | 8 |
3 files changed, 16 insertions, 8 deletions
diff --git a/lang/ecl/Makefile b/lang/ecl/Makefile index dc3e7cec371..a2b7ba6c67a 100644 --- a/lang/ecl/Makefile +++ b/lang/ecl/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2012/10/02 20:11:38 asau Exp $ +# $NetBSD: Makefile,v 1.16 2012/12/08 13:29:45 asau Exp $ -DISTNAME= ecl-12.7.1 -PKGREVISION= 1 +DISTNAME= ecl-12.12.1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ecls/} +EXTRACT_SUFX= .tgz MAINTAINER= asau@inbox.ru HOMEPAGE= http://ecls.sourceforge.net/ diff --git a/lang/ecl/PLIST.threads b/lang/ecl/PLIST.threads index 379b2fbd597..48b3cd25189 100644 --- a/lang/ecl/PLIST.threads +++ b/lang/ecl/PLIST.threads @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.threads,v 1.1 2011/03/04 14:46:32 wiz Exp $ +@comment $NetBSD: PLIST.threads,v 1.2 2012/12/08 13:29:45 asau Exp $ include/ecl/atomic_ops.h include/ecl/atomic_ops/generalize-small.h include/ecl/atomic_ops/generalize.h @@ -43,3 +43,11 @@ include/ecl/atomic_ops/sysdeps/standard_ao_double_t.h include/ecl/atomic_ops/sysdeps/sunc/sparc.h include/ecl/atomic_ops/sysdeps/test_and_set_t_is_ao_t.h include/ecl/atomic_ops/sysdeps/test_and_set_t_is_char.h +include/ecl/atomic_ops/sysdeps/armcc/arm_v6.h +include/ecl/atomic_ops/sysdeps/gcc/avr32.h +include/ecl/atomic_ops/sysdeps/gcc/mips.h +include/ecl/atomic_ops/sysdeps/gcc/sh.h +include/ecl/atomic_ops/sysdeps/msftc/arm.h +include/ecl/atomic_ops/sysdeps/msftc/common32_defs.h +include/ecl/atomic_ops/sysdeps/sunc/x86.h +include/ecl/atomic_ops/sysdeps/sunc/x86_64.h diff --git a/lang/ecl/distinfo b/lang/ecl/distinfo index 12ac1797981..4106c9a716d 100644 --- a/lang/ecl/distinfo +++ b/lang/ecl/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.13 2012/08/10 08:15:16 marino Exp $ +$NetBSD: distinfo,v 1.14 2012/12/08 13:29:45 asau Exp $ -SHA1 (ecl-12.7.1.tar.gz) = c5b81d0dc5fdd6c72af99dc883752bfee85028dc -RMD160 (ecl-12.7.1.tar.gz) = 5b0eab08fd377b84cb41e19f195683e4f03259a3 -Size (ecl-12.7.1.tar.gz) = 9009087 bytes +SHA1 (ecl-12.12.1.tgz) = b9f4c45b87f0647303baebbb26efb536db8f79bf +RMD160 (ecl-12.12.1.tgz) = da49d326da9a8fb1cebb64c9b44b586e550f5783 +Size (ecl-12.12.1.tgz) = 9006697 bytes SHA1 (patch-aa) = 84c5a7617843594d83229bb8621d897a183dc8f9 SHA1 (patch-ab) = f0229ede69a04648eadf03e0d4bcbed2c200c340 |