summaryrefslogtreecommitdiff
path: root/lang/sbcl
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2016-05-06 20:33:59 +0000
committerasau <asau@pkgsrc.org>2016-05-06 20:33:59 +0000
commit89b1e63dba654b3f269a963628dfd56ed979ad20 (patch)
tree8ba15d72944369612362618e14e6e35dbbf56408 /lang/sbcl
parenta4693f09f7dbc5d52c387ffd8dc317295b855d14 (diff)
downloadpkgsrc-89b1e63dba654b3f269a963628dfd56ed979ad20.tar.gz
Update to SBCL 1.3.5
New in version 1.3.5 * enhancement: the platform's strtod() is exposed as SB-POSIX:STRTOD * enhancement: speed up debug info creation for highly nested functions. * enhancement: the interleaved structure slot optimization from release 1.2.6 has been ported to all architectures. * enhancement: support run-program I/O redirection into lisp streams on Windows. * bug fix: better wording in missed optimization note. * bug fix: interpreted (CAS SVREF) was broken * bug fix: support CLISP as build host for ARM
Diffstat (limited to 'lang/sbcl')
-rw-r--r--lang/sbcl/Makefile4
-rw-r--r--lang/sbcl/distinfo12
-rw-r--r--lang/sbcl/patches/patch-ab10
3 files changed, 13 insertions, 13 deletions
diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile
index 99fcf7dfe3e..ab8993aca9d 100644
--- a/lang/sbcl/Makefile
+++ b/lang/sbcl/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.67 2016/04/14 09:16:54 asau Exp $
+# $NetBSD: Makefile,v 1.68 2016/05/06 20:33:59 asau Exp $
DISTNAME= ${PKGNAME_NOREV}-source
-PKGNAME= sbcl-1.3.4
+PKGNAME= sbcl-1.3.5
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sbcl/}
EXTRACT_SUFX= .tar.bz2
diff --git a/lang/sbcl/distinfo b/lang/sbcl/distinfo
index c6651d1ca6b..8f526824f38 100644
--- a/lang/sbcl/distinfo
+++ b/lang/sbcl/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.47 2016/04/14 09:16:54 asau Exp $
+$NetBSD: distinfo,v 1.48 2016/05/06 20:33:59 asau Exp $
-SHA1 (sbcl-1.3.4-source.tar.bz2) = 402d3fc3cdfc8985e9c3c49b33e3a781225b5c88
-RMD160 (sbcl-1.3.4-source.tar.bz2) = 63a32061fc799bc5fa87bd1bb712f6a4a8e72b8e
-SHA512 (sbcl-1.3.4-source.tar.bz2) = 8a10ec17f89d2c046415e623286c68d2255d7849448fe549e36bfe5fc73d4f28a5a44ccab4e95f3cddf60c8b3b2032d612d837b69c1c245a341681dc54a9b001
-Size (sbcl-1.3.4-source.tar.bz2) = 5740928 bytes
-SHA1 (patch-ab) = 5a9164d5603c499aefe25a5d2302fe5ddc3eed28
+SHA1 (sbcl-1.3.5-source.tar.bz2) = 8c190a2d98e3aec80ef81146de19d03cae9a7d8b
+RMD160 (sbcl-1.3.5-source.tar.bz2) = 5a92a586ee29eaa4d4adba108b4e964aad48260a
+SHA512 (sbcl-1.3.5-source.tar.bz2) = 3474e5df2dce38db2dbb977143383b94a11ebdf520d2f23c536cd3bf86e1d507e86c39b338f40fb27d17368c1b390d0e50745b2223fdafc3b88c62024fd156a6
+Size (sbcl-1.3.5-source.tar.bz2) = 5741124 bytes
+SHA1 (patch-ab) = b087921f7317523fd78396518dfd2cb1c8e6d5f9
diff --git a/lang/sbcl/patches/patch-ab b/lang/sbcl/patches/patch-ab
index 43b77b07a39..86348a4ce88 100644
--- a/lang/sbcl/patches/patch-ab
+++ b/lang/sbcl/patches/patch-ab
@@ -1,21 +1,21 @@
-$NetBSD: patch-ab,v 1.5 2015/12/29 23:34:55 dholland Exp $
+$NetBSD: patch-ab,v 1.6 2016/05/06 20:33:59 asau Exp $
Honor PREFIX.
---- doc/sbcl.1.orig 2012-11-02 09:42:10.000000000 +0000
+--- doc/sbcl.1.orig 2016-04-28 14:23:40.000000000 +0000
+++ doc/sbcl.1
@@ -427,7 +427,7 @@ years. See the CREDITS file in the distr
This variable controls where files like "sbclrc", "sbcl.core", and the
add-on "contrib" systems are searched for. If it is not set, then
sbcl sets it from a compile-time default location which is usually
--/usr/local/lib/sbcl/ but may have been changed \fIe.g.\fR by a third-party
-+@PREFIX@/lib/sbcl/ but may have been changed \fIe.g.\fR by a third-party
+-\fB/usr/local/lib/sbcl/\fR but may have been changed \fIe.g.\fR by a third-party
++\fB@PREFIX@/lib/sbcl/\fR but may have been changed \fIe.g.\fR by a third-party
packager.
.SH FILES
@@ -461,7 +461,7 @@ been installed, the command
should give you access to the complete manual. Depending on your
- installation it may also be available in HTML and PDF formats in e.g.
+ installation it may also be available in HTML and PDF formats in \fIe.g.\fR
.IP
-.B /usr/local/share/doc/sbcl/
+.B @PREFIX@/share/doc/sbcl/