From 851fb2953713878908382584731b5a659a7eaf0f Mon Sep 17 00:00:00 2001 From: espie Date: Thu, 6 Jul 2017 21:25:38 +0000 Subject: [PATCH] don't build threads flavor for now, it doesn't build reliably, and blocks normal sbcl. maintainer agrees, add comment per aja@'s request, which is a good idea. --- lang/Makefile | 4 ++-- lang/sbcl/Makefile | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/lang/Makefile b/lang/Makefile index 4407f1627d3..ea14a5e6da7 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.200 2017/06/29 15:56:43 bcallah Exp $ +# $OpenBSD: Makefile,v 1.201 2017/07/06 21:25:38 espie Exp $ SUBDIR = SUBDIR += STk @@ -82,7 +82,7 @@ SUBDIR += ruby SUBDIR += rust SUBDIR += sbcl - SUBDIR += sbcl,threads +# SUBDIR += sbcl,threads SUBDIR += scala SUBDIR += scheme-report SUBDIR += scheme48 diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile index 5b4f97ed0be..964fa8c53f4 100644 --- a/lang/sbcl/Makefile +++ b/lang/sbcl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.33 2017/02/06 12:23:14 sthen Exp $ +# $OpenBSD: Makefile,v 1.34 2017/07/06 21:25:38 espie Exp $ # not yet ported to other arches ONLY_FOR_ARCHS = amd64 i386 powerpc @@ -29,6 +29,9 @@ MODGCC4_LANGS= c WANTLIB= c m util PSEUDO_FLAVORS= native_bootstrap + +# XXX threads flavor does not work reliably it won't even pass its self-test +# on amd64 all the time FLAVORS= threads FLAVOR?=