Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Jul 2026 18:17:49 +0000
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ef6b0e1a5f9d - main - security/wazuh-agent: Remove non-default option PRELUDE
Message-ID:  <6a494e4d.22f5d.39b76ae1@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ef6b0e1a5f9dc5938346299f03e3484fe836451e

commit ef6b0e1a5f9dc5938346299f03e3484fe836451e
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2026-07-04 10:24:27 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2026-07-04 18:17:30 +0000

    security/wazuh-agent: Remove non-default option PRELUDE
    
    prelude has been defunct for some times and I have marked it deprecated.
    
    PR:             296320
    Approved by:    acm
---
 security/wazuh-agent/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/security/wazuh-agent/Makefile b/security/wazuh-agent/Makefile
index fd139182e217..a0bd426b639c 100644
--- a/security/wazuh-agent/Makefile
+++ b/security/wazuh-agent/Makefile
@@ -49,17 +49,14 @@ EXTERNAL_DISTFILES=	cJSON.tar.gz:wazuh_sources \
 			popt.tar.gz:wazuh_sources
 
 OPTIONS_DEFAULT=	INOTIFY
-OPTIONS_DEFINE=		INOTIFY PRELUDE ZEROMQ
+OPTIONS_DEFINE=		INOTIFY ZEROMQ
 
-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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a494e4d.22f5d.39b76ae1>