git: f805320e7e94 - 2025Q4 - science/arbor: Expand BROKEN to all versions

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 02 Nov 2025 18:20:50 UTC
The branch 2025Q4 has been updated by yuri:

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

commit f805320e7e9451ea13e28f72b74862befe52f00c
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-10-12 05:58:33 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-11-02 18:20:46 +0000

    science/arbor: Expand BROKEN to all versions
    
    Fails to compile on 14.3 too so just extended it to all versions
    
    Reported by:    pkg-fallout
    
    (cherry picked from commit e6296067a10f01223a8a5420cb07f1cabd80a6e0)
---
 science/arbor/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/science/arbor/Makefile b/science/arbor/Makefile
index d2d6e0cf6ef2..2251d579cd4b 100644
--- a/science/arbor/Makefile
+++ b/science/arbor/Makefile
@@ -12,8 +12,8 @@ WWW=		https://arbor-sim.org/ \
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_FreeBSD_15=	compilation fails with clang-19, see https://github.com/arbor-sim/arbor/issues/2424
-BROKEN_armv7=	compilation fails: unknown type name 'float64x2_t'
+BROKEN=		compilation fails with clang-19, see https://github.com/arbor-sim/arbor/issues/2424
+#BROKEN_armv7=	compilation fails: unknown type name 'float64x2_t'
 
 BUILD_DEPENDS=	bash:shells/bash \
 		libfmt>0:devel/libfmt \