svn commit: r479930 - head/lang/sbcl

Kirill Ponomarev krion at FreeBSD.org
Mon Sep 17 12:05:31 UTC 2018


Author: krion
Date: Mon Sep 17 12:05:30 2018
New Revision: 479930
URL: https://svnweb.freebsd.org/changeset/ports/479930

Log:
  Enable threads by default.

Modified:
  head/lang/sbcl/Makefile

Modified: head/lang/sbcl/Makefile
==============================================================================
--- head/lang/sbcl/Makefile	Mon Sep 17 11:59:30 2018	(r479929)
+++ head/lang/sbcl/Makefile	Mon Sep 17 12:05:30 2018	(r479930)
@@ -8,6 +8,7 @@
 
 PORTNAME=	sbcl
 DISTVERSION=	1.4.11
+PORTREVISION=	1
 DISTVERSIONSUFFIX=	-source
 PORTEPOCH=	1
 CATEGORIES=	lang lisp
@@ -56,7 +57,7 @@ SUB_FILES=	pkg-message sbclrc
 
 # All options explained into file: ${WRKSRC}/base-target-features.lisp-expr
 OPTIONS_DEFINE=	DOCS QSHOW RENAME SAFEPOINT THREADS UNICODE XREF ZLIB
-OPTIONS_DEFAULT=	RENAME SBCL UNICODE
+OPTIONS_DEFAULT=	RENAME SBCL THREADS UNICODE
 
 QSHOW_DESC=	C runtime with low-level debugging output
 RENAME_DESC=	Rename suffix .core to _core


More information about the svn-ports-all mailing list