Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Sep 2022 11:26:49 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 62a1ed42b8ec - main - security/snort3: define TSC option everywhere to add it to PLIST_SUB
Message-ID:  <202209221126.28MBQnlP089679@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

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

commit 62a1ed42b8ec8c143472c8a1cd66d725afc5676a
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-09-22 10:13:58 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-09-22 10:13:58 +0000

    security/snort3: define TSC option everywhere to add it to PLIST_SUB
---
 security/snort3/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/security/snort3/Makefile b/security/snort3/Makefile
index 97109a833092..f013114639c1 100644
--- a/security/snort3/Makefile
+++ b/security/snort3/Makefile
@@ -32,8 +32,7 @@ CMAKE_ARGS+=	-DFLEX_INCLUDE_DIR_HINT:PATH=${PREFIX}/include/flex
 CONFLICTS=	snort-2*
 
 OPTIONS_DEFINE=		ADDRESSSANITIZER DEBUG DOCS FLATBUFFERS HYPERSCAN \
-			LARGEPCAP PIE STATICDAQ THREADSANITIZER
-OPTIONS_DEFINE_amd64=	TSC
+			LARGEPCAP PIE STATICDAQ THREADSANITIZER TSC
 OPTIONS_DEFAULT=	STATICDAQ
 OPTIONS_DEFAULT_amd64=	HYPERSCAN
 OPTIONS_SUB=		yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209221126.28MBQnlP089679>