On Sat, Sep 14, 2019 at 08:03:25AM +0300, Timo Myyrä wrote:
> Hi,
> 
> Here's simple update for sbcl to latest release.
> Tested on amd64.
> 
> Timo

It looks like 1.5.6 is currently broken on older ppc hardware, likely
because of recent ppc64 work. Perhaps it would be better to update to
1.5.5 instead until ppc is fixed upstream.

I tested an update to 1.5.5 recently on all three arches, anyone
interested in testing their favorite code, or in committing this update?


Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/sbcl/Makefile,v
retrieving revision 1.42
diff -u -r1.42 Makefile
--- Makefile    12 Jul 2019 20:47:22 -0000      1.42
+++ Makefile    14 Sep 2019 15:30:08 -0000
@@ -6,7 +6,7 @@
 
 COMMENT=               compiler and runtime system for ANSI Common Lisp
 
-V =                    1.5.2
+V =                    1.5.5
 DISTNAME=              sbcl-${V}-source
 PKGNAME=               sbcl-${V}
 WRKDIST=               ${WRKDIR}/sbcl-${V}
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/sbcl/distinfo,v
retrieving revision 1.17
diff -u -r1.17 distinfo
--- distinfo    13 May 2019 12:58:58 -0000      1.17
+++ distinfo    14 Sep 2019 15:30:08 -0000
@@ -1,2 +1,2 @@
-SHA256 (sbcl-1.5.2-source.tar.bz2) = 
2sau8+x2KMKEox8iIu3l1H2dlPnP3/4PAO9A+VMePD8=
-SIZE (sbcl-1.5.2-source.tar.bz2) = 6343957
+SHA256 (sbcl-1.5.5-source.tar.bz2) = 
y0f65qhvDFxXQxYE+05fEcioI/lM4SjVaLh3D8W8quI=
+SIZE (sbcl-1.5.5-source.tar.bz2) = 6351480

Reply via email to