git: 28e74084e0c3 - 2022Q1 - textproc/re-flex: make SIMD optional
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 14 Mar 2022 10:01:20 UTC
The branch 2022Q1 has been updated by gahr:
URL: https://cgit.FreeBSD.org/ports/commit/?id=28e74084e0c34549c60443bb583db4763d95e777
commit 28e74084e0c34549c60443bb583db4763d95e777
Author: Pietro Cerutti <gahr@FreeBSD.org>
AuthorDate: 2022-02-23 08:36:38 +0000
Commit: Pietro Cerutti <gahr@FreeBSD.org>
CommitDate: 2022-03-14 10:01:13 +0000
textproc/re-flex: make SIMD optional
PR: 262134
Reported by: Robert Clausecker <fuz@fuz.su>
(cherry picked from commit d7347075f1ecaf154d4226c186db09a9115bcbc2)
---
textproc/re-flex/Makefile | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/textproc/re-flex/Makefile b/textproc/re-flex/Makefile
index 0b8c6b286e79..5ed486965b7d 100644
--- a/textproc/re-flex/Makefile
+++ b/textproc/re-flex/Makefile
@@ -1,7 +1,7 @@
PORTNAME= re-flex
PORTVERSION= 3.1.0
DISTVERSIONPREFIX= v
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= textproc
MAINTAINER= gahr@FreeBSD.org
@@ -11,6 +11,10 @@ LICENSE= BSD3CLAUSE
USES= compiler:c++11-lib cmake
+OPTIONS_DEFINE= SIMD
+SIMD_CMAKE_OFF= -DUSE_AVX512BW:BOOL=OFF -DUSE_AVX2:BOOL=OFF \
+ -DUSE_SSE2:BOOL=OFF -DUSE_NEON:BOOL=OFF
+
CONFLICTS_INSTALL= reflex
USE_GITHUB= yes