summaryrefslogtreecommitdiff
path: root/lang/ecl/Makefile
diff options
context:
space:
mode:
authorasau <asau>2011-02-11 01:28:41 +0000
committerasau <asau>2011-02-11 01:28:41 +0000
commit68b59dc8e2c6af81c12bfa718130138f0af64ecf (patch)
treee131bab6d7f4a77e40b2e3c2e21066b3fa7d2353 /lang/ecl/Makefile
parent12ef3317d73eff7af7abdbc441a3b0cd05a38e3e (diff)
downloadpkgsrc-68b59dc8e2c6af81c12bfa718130138f0af64ecf.tar.gz
Update ECL to version 11.1.1.
Requested by Matthew Mondor, who contributed description of changes. Since 10.4.1, changes were made in the following areas: - Better cross-compile support, including with C++ compilers - FFI from interpreted code now requires libffi - Compiler now shipped as a single FASL file, cmp.fas - Various fixes, notably in handling of: LIST/LIST*, foreign arrays and structures, optimization annotations, pathnames (logical pathnames and case), RENAME-FILE, READ, the debugger, ANSI CL function declarations, DECLAIM, DEFMACRO, EXPT, ASDF, rational math - Performance optimizations in the following areas: SETF expansions, AREF/ASET, unboxing, sequence functions, LOOP, ASSERT, use of long-long and long-double where possible, reworked compilation policies, EXT:MAKE-FOREIGN-DATA-FROM-ARRAY - Other new features: EXT:WITH-BACKEND See http://ecls.cvs.sourceforge.net/viewvc/ecls/ecl/src/CHANGELOG?revision=1.793 for more details, or src/CHANGELOG in the source.
Diffstat (limited to 'lang/ecl/Makefile')
-rw-r--r--lang/ecl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ecl/Makefile b/lang/ecl/Makefile
index c95b359bf0a..dd77676caa3 100644
--- a/lang/ecl/Makefile
+++ b/lang/ecl/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2010/06/16 13:57:30 asau Exp $
+# $NetBSD: Makefile,v 1.11 2011/02/11 01:28:41 asau Exp $
#
-DISTNAME= ecl-10.4.1
+DISTNAME= ecl-11.1.1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ecls/}