Date: Mon, 09 Mar 2026 22:00:49 +0000 From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c341015b5d81 - main - textproc/kibana8: Restore build,run args for USES+=nodejs Message-ID: <69af4311.3e693.7dda58b9@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=c341015b5d81447c428bc89b4a0c71857c16dc0c commit c341015b5d81447c428bc89b4a0c71857c16dc0c Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2026-03-09 21:56:33 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2026-03-09 22:00:14 +0000 textproc/kibana8: Restore build,run args for USES+=nodejs If the nodejs version is specified, then the build,run arguments are not added. PR: 289759 Approved by: blanket (fix my previous commit) Fixes: 53012cd436a9 (Update 8.11.3 => 8.19.12) --- textproc/kibana8/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/kibana8/Makefile b/textproc/kibana8/Makefile index e3d58e68a517..350242b940dd 100644 --- a/textproc/kibana8/Makefile +++ b/textproc/kibana8/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= npm-node${NODEJS_VERSION}>=11.10.0:www/npm-node${NODEJS_VERSION} LIB_DEPENDS= libre2.so:devel/re2 \ libuv.so:devel/libuv -USES= compiler:c++17-lang cpe nodejs:24 python:build +USES= compiler:c++17-lang cpe nodejs:24,build,run python:build CPE_VENDOR= elastic USE_CXXSTD= c++17 USE_GITHUB= nodefaulthome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69af4311.3e693.7dda58b9>
