Update to sbcl-2.0.1
diff from Timo Myyrä timo dot myyra at bittivirhe dot fi ok maintainer Josh Elsasser
This commit is contained in:
parent
2d5e54efd3
commit
13bfea6093
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.43 2019/09/16 06:24:18 solene Exp $
|
||||
# $OpenBSD: Makefile,v 1.44 2020/03/15 19:53:59 solene Exp $
|
||||
|
||||
# not yet ported to other arches
|
||||
ONLY_FOR_ARCHS = amd64 i386 powerpc
|
||||
@ -6,7 +6,7 @@ USE_WXNEEDED = Yes
|
||||
|
||||
COMMENT= compiler and runtime system for ANSI Common Lisp
|
||||
|
||||
V = 1.5.5
|
||||
V = 2.0.1
|
||||
DISTNAME= sbcl-${V}-source
|
||||
PKGNAME= sbcl-${V}
|
||||
WRKDIST= ${WRKDIR}/sbcl-${V}
|
||||
@ -82,6 +82,7 @@ do-install:
|
||||
|
||||
post-install:
|
||||
chown -R 0:0 ${PREFIX}/lib/sbcl
|
||||
rmdir ${PREFIX}/share/doc/sbcl/html
|
||||
|
||||
do-test:
|
||||
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} DONT_CLEAN_SBCL_CONTRIB=1 \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (sbcl-1.5.5-source.tar.bz2) = y0f65qhvDFxXQxYE+05fEcioI/lM4SjVaLh3D8W8quI=
|
||||
SIZE (sbcl-1.5.5-source.tar.bz2) = 6351480
|
||||
SHA256 (sbcl-2.0.1-source.tar.bz2) = hFDWC3Jko0FY+IEdRtxudP+FW70SJ3Ulcod+ZgTOVug=
|
||||
SIZE (sbcl-2.0.1-source.tar.bz2) = 6466983
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-src_runtime_GNUmakefile,v 1.8 2018/03/08 15:17:39 sthen Exp $
|
||||
$OpenBSD: patch-src_runtime_GNUmakefile,v 1.9 2020/03/15 19:54:00 solene Exp $
|
||||
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
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
$OpenBSD: patch-src_runtime_gc-common_c,v 1.2 2018/03/08 15:17:39 sthen Exp $
|
||||
$OpenBSD: patch-src_runtime_gc-common_c,v 1.3 2020/03/15 19:54:00 solene Exp $
|
||||
ffsl is non-standard, but both gcc and clang have it as builtin...
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user