Hi,
Here's simple update for sbcl to latest release.
Tested on amd64.
Timo
Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/sbcl/Makefile,v
retrieving revision 1.42
diff -u -p -u -p -r1.42 Makefile
--- Makefile 12 Jul 2019 20:47:22 -0000 1.42
+++ Makefile 14 Sep 2019 04:27:20 -0000
@@ -6,7 +6,7 @@ USE_WXNEEDED = Yes
COMMENT= compiler and runtime system for ANSI Common Lisp
-V = 1.5.2
+V = 1.5.6
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 -p -u -p -r1.17 distinfo
--- distinfo 13 May 2019 12:58:58 -0000 1.17
+++ distinfo 14 Sep 2019 04:27:20 -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.6-source.tar.bz2) =
avSOu/MQYzOaa5IxNyp75zr8K6SzRzloQ/rcJFgb5IM=
+SIZE (sbcl-1.5.6-source.tar.bz2) = 6370992
Index: patches/patch-src_runtime_GNUmakefile
===================================================================
RCS file: /cvs/ports/lang/sbcl/patches/patch-src_runtime_GNUmakefile,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 patch-src_runtime_GNUmakefile
--- patches/patch-src_runtime_GNUmakefile 8 Mar 2018 15:17:39 -0000
1.8
+++ patches/patch-src_runtime_GNUmakefile 14 Sep 2019 04:27:20 -0000
@@ -2,7 +2,7 @@ $OpenBSD: patch-src_runtime_GNUmakefile,
Index: src/runtime/GNUmakefile
--- src/runtime/GNUmakefile.orig
+++ src/runtime/GNUmakefile
-@@ -30,7 +30,7 @@ __LDFLAGS__ =
+@@ -34,7 +34,7 @@ __LDFLAGS__ =
include ../../output/prefix.def
Index: patches/patch-src_runtime_gc-common_c
===================================================================
RCS file: /cvs/ports/lang/sbcl/patches/patch-src_runtime_gc-common_c,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 patch-src_runtime_gc-common_c
--- patches/patch-src_runtime_gc-common_c 8 Mar 2018 15:17:39 -0000
1.2
+++ patches/patch-src_runtime_gc-common_c 14 Sep 2019 04:27:20 -0000
@@ -5,7 +5,7 @@ clang only has it as builtin
Index: src/runtime/gc-common.c
--- src/runtime/gc-common.c.orig
+++ src/runtime/gc-common.c
-@@ -55,6 +55,8 @@
+@@ -57,6 +57,8 @@
#define LONG_FLOAT_SIZE 3
#endif
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/lang/sbcl/pkg/PLIST,v
retrieving revision 1.12
diff -u -p -u -p -r1.12 PLIST
--- pkg/PLIST 13 May 2019 12:58:58 -0000 1.12
+++ pkg/PLIST 14 Sep 2019 04:27:20 -0000
@@ -50,3 +50,4 @@ share/doc/sbcl/BUGS
share/doc/sbcl/COPYING
share/doc/sbcl/CREDITS
share/doc/sbcl/NEWS
+share/doc/sbcl/html/