svn commit: r381890 - head/lang/sbcl

John Marino marino at FreeBSD.org
Sun Mar 22 08:16:57 UTC 2015


Author: marino
Date: Sun Mar 22 08:16:55 2015
New Revision: 381890
URL: https://svnweb.freebsd.org/changeset/ports/381890
QAT: https://qat.redports.org/buildarchive/r381890/

Log:
  lang/sbcl: remove experimental THREADS option; it doesn't build
  
  PR:	184425, 198590

Modified:
  head/lang/sbcl/Makefile

Modified: head/lang/sbcl/Makefile
==============================================================================
--- head/lang/sbcl/Makefile	Sun Mar 22 08:00:19 2015	(r381889)
+++ head/lang/sbcl/Makefile	Sun Mar 22 08:16:55 2015	(r381890)
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/
 
 USES=		gmake tar:bzip2
 
-OPTIONS_DEFINE=		SBCL THREADS
+OPTIONS_DEFINE=		SBCL #THREADS (don't build, see PR 184425)
 
 SBCL_DESC=	Bootstrap with installed SBCL binary, if available
 THREADS_DESC=	Experimental threading support


More information about the svn-ports-head mailing list