git: 003810f21770 - main - graphics/openpgl: not for armv?

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Sun, 16 Mar 2025 10:20:15 UTC
The branch main has been updated by fuz:

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

commit 003810f21770d6b48a72e18cfbfed5b9b25a21ed
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2025-02-24 15:36:02 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2025-03-16 10:19:24 +0000

    graphics/openpgl: not for armv?
    
    While armv7 supports NEON, this library specifically requires the
    AArch64 flavour of NEON.
    
    Approved by:    portmgr (build fix blanket)
    MFH:            2025Q1
---
 graphics/openpgl/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/openpgl/Makefile b/graphics/openpgl/Makefile
index a3b06af7fd06..a7a82c4325a2 100644
--- a/graphics/openpgl/Makefile
+++ b/graphics/openpgl/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 # supported processors -
 # arm with NEON/NEON2X and x86_64/x86 with SSE/AVX/AVX2/AVX512
-ONLY_FOR_ARCHS=		aarch64 amd64 armv6 armv7 i386
+ONLY_FOR_ARCHS=		aarch64 amd64 i386
 ONLY_FOR_ARCHS_REASON=	requires supported SIMD ISA
 
 LIB_DEPENDS=	libtbb.so:devel/onetbb