git: ef2b75f3d28c - main - security/snort3: fix packaging on non-amd64 by making HYPERSCAN option available everywhere

Piotr Kubaj pkubaj at FreeBSD.org
Sat May 1 22:01:38 UTC 2021


The branch main has been updated by pkubaj:

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

commit ef2b75f3d28c520eb4cf4f9c0232877ad040e424
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-05-01 22:01:07 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-05-01 22:01:07 +0000

    security/snort3: fix packaging on non-amd64 by making HYPERSCAN option available everywhere
    
    pkg-static: Unable to access file /wrkdirs/usr/ports/security/snort3/work/stage/usr/local/%%HYPERSCAN%%include/snort/helpers/hyper_scratch_allocator.h:No such file or directory
    pkg-static: Unable to access file /wrkdirs/usr/ports/security/snort3/work/stage/usr/local/%%HYPERSCAN%%include/snort/helpers/hyper_search.h:No such file or directory
---
 security/snort3/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/security/snort3/Makefile b/security/snort3/Makefile
index d5f7cf761579..89a2234d28b8 100644
--- a/security/snort3/Makefile
+++ b/security/snort3/Makefile
@@ -30,8 +30,8 @@ GH_PROJECT=	snort3
 
 SHEBANG_FILES=	tools/appid_detector_builder.sh
 
-OPTIONS_DEFINE=		ADDRESSSANITIZER DEBUG DOCS FLATBUFFERS LARGEPCAP PIE THREADSANITIZER STATICDAQ
-OPTIONS_DEFINE_amd64=	HYPERSCAN TSC
+OPTIONS_DEFINE=		ADDRESSSANITIZER DEBUG DOCS FLATBUFFERS HYPERSCAN LARGEPCAP PIE THREADSANITIZER STATICDAQ
+OPTIONS_DEFINE_amd64=	TSC
 OPTIONS_DEFAULT=	STATICDAQ
 OPTIONS_DEFAULT_amd64=	HYPERSCAN
 


More information about the dev-commits-ports-all mailing list