git: 677eae87cb8b - 2021Q4 - lang/sbcl: Utilize SBCL_HOME to build custom core file and set it to empty.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Dec 2021 07:37:59 UTC
The branch 2021Q4 has been updated by krion:
URL: https://cgit.FreeBSD.org/ports/commit/?id=677eae87cb8b6fff409cec8d6502bbf796eda46c
commit 677eae87cb8b6fff409cec8d6502bbf796eda46c
Author: Kirill Ponomarev <krion@FreeBSD.org>
AuthorDate: 2021-12-25 07:36:19 +0000
Commit: Kirill Ponomarev <krion@FreeBSD.org>
CommitDate: 2021-12-25 07:37:56 +0000
lang/sbcl: Utilize SBCL_HOME to build custom core file and set it to empty.
Reported by: Catherine Tower <catherine__at__towernetdotdev>
(cherry picked from commit 888bfec23a620b16120d94d4d502a1a98b43710d)
---
lang/sbcl/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile
index 877801da3f23..ac8fe674db94 100644
--- a/lang/sbcl/Makefile
+++ b/lang/sbcl/Makefile
@@ -5,6 +5,7 @@
PORTNAME= sbcl
DISTVERSION= 2.1.9
DISTVERSIONSUFFIX= -source
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= lang lisp
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} \
@@ -143,6 +144,7 @@ do-install:
MAN_DIR="${STAGEDIR}${MANPREFIX}/man" \
INFO_DIR="${STAGEDIR}${PREFIX}/${INFO_PATH}" \
DOC_DIR="${STAGEDIR}${DOCSDIR}" \
+ SBCL_HOME="" \
${SH} install.sh)
.for M in ${CONMODULES}
${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/${M}