summaryrefslogtreecommitdiff
path: root/lang/sbcl/Makefile
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2014-05-02 22:58:53 +0000
committerasau <asau@pkgsrc.org>2014-05-02 22:58:53 +0000
commit1246bbddf231f3e6a6d3be3910c1e3a9606d9c2c (patch)
tree55310b17b9ee7fd6cf94f352e7f42374de96b08f /lang/sbcl/Makefile
parent9e85aecf53480d2c05312a7919db92ffaa88494e (diff)
downloadpkgsrc-1246bbddf231f3e6a6d3be3910c1e3a9606d9c2c.tar.gz
Update to SBCL 1.1.18
changes in sbcl-1.1.18 relative to sbcl-1.1.17: * optimization: COERCE is now more effecient for more cases when the type is known at compile-time. (lp#1309815) * bug fix: correctly inherit condition initforms. (lp#1300904) * bug fix: properly pprint literal functions inside nested lists. (lp#1300716) * bug fix: more-correctly handle array-type unity (broken for ages, causing compilation problems since 1.1.13.x due to smarter TYPEP type propagation, reported by jasom in #lisp).
Diffstat (limited to 'lang/sbcl/Makefile')
-rw-r--r--lang/sbcl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile
index a8b443ff883..90fabd9156c 100644
--- a/lang/sbcl/Makefile
+++ b/lang/sbcl/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2014/04/11 18:52:04 asau Exp $
+# $NetBSD: Makefile,v 1.53 2014/05/02 22:58:53 asau Exp $
DISTNAME= ${PKGNAME_NOREV}-source
-PKGNAME= sbcl-1.1.17
+PKGNAME= sbcl-1.1.18
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sbcl/}
EXTRACT_SUFX= .tar.bz2