git: 888bfec23a62 - main - 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:41 UTC
The branch main has been updated by krion: URL: https://cgit.FreeBSD.org/ports/commit/?id=888bfec23a620b16120d94d4d502a1a98b43710d commit 888bfec23a620b16120d94d4d502a1a98b43710d 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:36:19 +0000 lang/sbcl: Utilize SBCL_HOME to build custom core file and set it to empty. Reported by: Catherine Tower <catherine__at__towernetdotdev> --- lang/sbcl/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile index 2f64097ef823..26c1c9721e3f 100644 --- a/lang/sbcl/Makefile +++ b/lang/sbcl/Makefile @@ -5,6 +5,7 @@ PORTNAME= sbcl DISTVERSION= 2.1.11 DISTVERSIONSUFFIX= -source +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= lang lisp MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} \ @@ -129,6 +130,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}