Date: Fri, 26 Jul 2024 12:57:32 GMT From: Mateusz Piotrowski <0mp@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 03e67b293ce7 - main - sysutils/fluent-bit: Remove non-functional EXAMPLES variables Message-ID: <202407261257.46QCvWWA005827@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=03e67b293ce74f9892770ebb0d96eec221511e0f commit 03e67b293ce74f9892770ebb0d96eec221511e0f Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2024-07-25 12:40:09 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2024-07-26 12:56:00 +0000 sysutils/fluent-bit: Remove non-functional EXAMPLES variables The EXAMPLES option has never been introduced and so EXAMPLES_CMAKE_* variables serve no purpose. It's better to remove them. I tried adding the EXAMPLES option and tested the build both with the option on and off. It looks like Fluent Bit does not install any of its examples even when it builds them. Because of that the better fix is to not have the EXAMPLES option at all for now. Approved by: portmgr blanket Fixes: 228b05d23612 Upgrade to 1.4.2 Sponsored by: trivago N.V. Sponsored by: Klara, Inc. --- sysutils/fluent-bit/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/sysutils/fluent-bit/Makefile b/sysutils/fluent-bit/Makefile index 5aa86d960292..bb6246fe4f17 100644 --- a/sysutils/fluent-bit/Makefile +++ b/sysutils/fluent-bit/Makefile @@ -27,9 +27,6 @@ LDFLAGS+= -lexecinfo OPTIONS_DEFINE= PGSQL SSL OPTIONS_DEFAULT= SSL -EXAMPLES_CMAKE_ON= -DFLB_EXAMPLES=On -EXAMPLES_CMAKE_OFF= -DFLB_EXAMPLES=Off - PGSQL_USES= pgsql PGSQL_CMAKE_ON= -DFLB_OUT_PGSQL=On PGSQL_CMAKE_OFF= -DFLB_OUT_PGSQL=Offhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407261257.46QCvWWA005827>
