Date: Tue, 31 Oct 2023 17:42:10 GMT From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ee97a452c6a6 - main - lang/sbcl: Add COMPRESSION to OPTIONS_DEFAULT Message-ID: <202310311742.39VHgARA013355@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=ee97a452c6a6e7c1dd96cb5f4a4ec087d29abe2e commit ee97a452c6a6e7c1dd96cb5f4a4ec087d29abe2e Author: Joseph Mingrone <jrm@FreeBSD.org> AuthorDate: 2023-10-29 01:20:01 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2023-10-31 17:41:15 +0000 lang/sbcl: Add COMPRESSION to OPTIONS_DEFAULT Compressed cores minimally increase startup times, but can significantly reduce the size of cores or executables with embedded cores. Approved by: krion (maintainer) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D42394 --- lang/sbcl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile index f825c18a1ff8..a03f33e5ac0f 100644 --- a/lang/sbcl/Makefile +++ b/lang/sbcl/Makefile @@ -5,6 +5,7 @@ PORTNAME= sbcl DISTVERSION= 2.3.9 DISTVERSIONSUFFIX= -source +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= lang lisp MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} \ @@ -36,7 +37,7 @@ PORTDOCS= * # All options explained into file: ${WRKSRC}/base-target-features.lisp-expr OPTIONS_DEFINE= COMPRESSION GARBAGE_COLLECTOR DOCS LINKABLE_RUNTIME QSHOW SAFEPOINT SIMD \ THREADS UNICODE XREF -OPTIONS_DEFAULT= SBCL THREADS UNICODE +OPTIONS_DEFAULT= COMPRESSION SBCL THREADS UNICODE OPTIONS_SINGLE= BOOTSTRAP OPTIONS_SINGLE_BOOTSTRAP= ABCL CCL CMUCL SBCL
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310311742.39VHgARA013355>