git: c3a960a1872c - main - x11/cde*: Add missing shebang script
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Jul 2023 12:47:53 UTC
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c3a960a1872c9b2575b02c2ac970600d6342fbd6
commit c3a960a1872c9b2575b02c2ac970600d6342fbd6
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-07-03 12:42:00 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-07-03 12:47:16 +0000
x11/cde*: Add missing shebang script
During 2023Q3 testing (using pudriere bulk -t, which enables
DEVELOPER mode), it was discovered that a tcl script was not getting
fixed by shabangfix. This commit fixes that.
Reported by: dizzy
MFH: 2023Q3
---
x11/cde-25/Makefile | 3 ++-
x11/cde-devel/Makefile | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/x11/cde-25/Makefile b/x11/cde-25/Makefile
index 37bfc1c0a9fc..4a62b76cb967 100644
--- a/x11/cde-25/Makefile
+++ b/x11/cde-25/Makefile
@@ -41,7 +41,8 @@ RUN_DEPENDS= ksh93:shells/ksh \
USES= autoreconf:build iconv:wchar_t gmake jpeg libtool motif perl5 \
shebangfix tcl:86 xorg
SHEBANG_LANG= pl
-SHEBANG_FILES= programs/dtinfo/tools/bin/ccdate
+SHEBANG_FILES= programs/dtinfo/tools/bin/ccdate \
+ programs/dtdocbook/tcl/docbook.tcl
DT_PREFIX= ${PREFIX}/dt${DT_ID}
USE_LDCONFIG= ${DT_PREFIX}/lib
USE_RC_SUBR= dtcms${DT_ID} dtlogin${DT_ID}
diff --git a/x11/cde-devel/Makefile b/x11/cde-devel/Makefile
index e02738e5beb2..2f4bce6c848a 100644
--- a/x11/cde-devel/Makefile
+++ b/x11/cde-devel/Makefile
@@ -49,7 +49,8 @@ RUN_DEPENDS= ksh93:shells/ksh \
USES= autoreconf:build iconv:wchar_t gmake jpeg libtool motif perl5 \
shebangfix tcl:86 xorg
SHEBANG_LANG= pl
-SHEBANG_FILES= programs/dtinfo/tools/bin/ccdate
+SHEBANG_FILES= programs/dtinfo/tools/bin/ccdate \
+ programs/dtdocbook/tcl/docbook.tcl
DT_PREFIX= ${PREFIX}/dt${DT_ID}
USE_LDCONFIG= ${DT_PREFIX}/lib
USE_RC_SUBR= dtcms${DT_ID} dtlogin${DT_ID}