git: 5c7790e41aeb - 2025Q4 - devel/fbthrift: enable on armv7, aarch64

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Wed, 22 Oct 2025 14:00:36 UTC
The branch 2025Q4 has been updated by fuz:

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

commit 5c7790e41aebf8a682c2d19b9fd1ac2a578bf0c9
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2025-10-20 14:55:20 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2025-10-22 13:59:29 +0000

    devel/fbthrift: enable on armv7, aarch64
    
    Both build issues should be resolved by now.
    
    Approved by:    portmgr (build fix blanket)
    MFH:            2025Q4
    
    (cherry picked from commit 33e23ec4a9c1e208748df117fdfa7bea12d898ad)
---
 devel/fbthrift/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/devel/fbthrift/Makefile b/devel/fbthrift/Makefile
index 9f1b5c8f21c0..8fa4ff0d6ed6 100644
--- a/devel/fbthrift/Makefile
+++ b/devel/fbthrift/Makefile
@@ -10,9 +10,6 @@ WWW=		https://github.com/facebook/fbthrift
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_aarch64=	compilation fails, see https://github.com/facebook/fbthrift/issues/623
-BROKEN_armv7=	compilation fails, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283484
-
 BUILD_DEPENDS=	range-v3>0:devel/range-v3
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libbzip2.so:misc/vxl \