pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ipv6calc: Add bash as required tools, because create_ipv6calcweb-cgi.sh it's a bash script from upstream, enforce to sh may break it in future



Module Name:	pkgsrc-wip
Committed By:	Marcin Gondek <drixter%e-utp.net@localhost>
Pushed By:	drixter
Date:		Thu Jun 11 12:46:57 2026 +0200
Changeset:	dd8e0640ee309e018e2db02c17946d8bae17d902

Modified Files:
	ipv6calc/Makefile

Log Message:
ipv6calc: Add bash as required tools, because create_ipv6calcweb-cgi.sh it's a bash script from upstream, enforce to sh may break it in future

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dd8e0640ee309e018e2db02c17946d8bae17d902

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ipv6calc/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diffs:
diff --git a/ipv6calc/Makefile b/ipv6calc/Makefile
index ffefcaa25c..f248f75068 100644
--- a/ipv6calc/Makefile
+++ b/ipv6calc/Makefile
@@ -14,6 +14,7 @@ LICENSE=	gnu-gpl-v2
 GNU_CONFIGURE=	YES
 USE_TOOLS+=	gmake
 USE_TOOLS+=	perl
+USE_TOOLS+=	bash
 
 MAKE_FLAGS+=	CFLAGS="${CFLAGS} -Wno-error=char-subscripts -Wno-char-subscripts"
 
@@ -21,4 +22,7 @@ REPLACE_PERL+= \
 	tools/ipv6calc-create-registry-list-ipv4.pl \
 	tools/ipv6calc-create-registry-list-ipv6.pl
 
+REPLACE_BASH+=	ipv6calcweb/create_ipv6calcweb-cgi.sh
+
+
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index