git: 237eacda99c7 - main - security/wazuh-manager: Remove non-default option PRELUDE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Jul 2026 18:17:50 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=237eacda99c7919332eee28c849ce2bf87a2cf7c
commit 237eacda99c7919332eee28c849ce2bf87a2cf7c
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2026-07-04 10:26:56 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2026-07-04 18:17:30 +0000
security/wazuh-manager: Remove non-default option PRELUDE
prelude has been defunct for some times and I have marked it deprecated.
PR: 296319
Approved by: acm
---
security/wazuh-manager/Makefile | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/security/wazuh-manager/Makefile b/security/wazuh-manager/Makefile
index 05945a8dd30d..53a485d578df 100644
--- a/security/wazuh-manager/Makefile
+++ b/security/wazuh-manager/Makefile
@@ -80,19 +80,16 @@ EXTERNAL_DISTFILES= audit-userspace.tar.gz:wazuh_sources \
sqlite.tar.gz:wazuh_sources \
zlib.tar.gz:wazuh_sources
-OPTIONS_DEFINE= INOTIFY PRELUDE ZEROMQ
+OPTIONS_DEFINE= INOTIFY ZEROMQ
OPTIONS_GROUP_DATABASE= MYSQL PGSQL
OPTIONS_GROUP= DATABASE
-PRELUDE_LIB_DEPENDS= libprelude.so:security/libprelude
ZEROMQ_LIB_DEPENDS= libczmq.so:net/czmq
INOTIFY_DESC= Kevent based real time monitoring
-PRELUDE_DESC= Sensor support from Prelude SIEM
ZEROMQ_DESC= ZeroMQ support
ZEROMQ_MAKE_ENV= USE_ZEROMQ=yes
-PRELUDE_MAKE_ENV= USE_PRELUDE=yes
INOTIFY_MAKE_ENV= USE_INOTIFY=yes \
INOTIFY_LIB=${INOTIFY_LIB}
INOTIFY_USES= pkgconfig inotify