git: ca139ab695b7 - main - devel/gnulib: Fix shebangfix for clisp
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 Sep 2025 15:48:46 UTC
The branch main has been updated by ivy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ca139ab695b7dbfae378b82ce4dac253e2e9dea2
commit ca139ab695b7dbfae378b82ce4dac253e2e9dea2
Author: Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-09-20 15:46:08 +0000
Commit: Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2025-09-20 15:46:47 +0000
devel/gnulib: Fix shebangfix for clisp
Uses/shebangfix.mk doesn't know about clisp, and without this, stage-qa
complains when ${LOCALBASE} is not /usr/local since we don't replace the
shebang.
Reviewed by: arrowd
Approved by: arrowd (ports)
Differential Revision: https://reviews.freebsd.org/D52630
---
devel/gnulib/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/devel/gnulib/Makefile b/devel/gnulib/Makefile
index 1b6a30a1b23e..39cd08bb43bf 100644
--- a/devel/gnulib/Makefile
+++ b/devel/gnulib/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gnulib
PORTVERSION= 20140202
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://erislabs.net/ianb/projects/gnulib/
DISTNAME= ${PORTNAME}-${PORTVERSION}-stable
@@ -16,6 +16,9 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo:print/texinfo
USES= cpe gmake perl5 shebangfix
SHEBANG_FILES= check-module lib/uniname/gen-uninames.lisp
+SHEBANG_LANG= perl clisp
+clisp_OLD_CMD= /usr/local/bin/clisp
+clisp_CMD= ${LOCALBASE}/bin/clisp
CPE_VENDOR= gnu
NO_ARCH= yes