git: 33e23ec4a9c1 - main - devel/fbthrift: enable on armv7, aarch64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Oct 2025 13:56:57 UTC
The branch main has been updated by fuz:
URL: https://cgit.FreeBSD.org/ports/commit/?id=33e23ec4a9c1e208748df117fdfa7bea12d898ad
commit 33e23ec4a9c1e208748df117fdfa7bea12d898ad
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:52:33 +0000
devel/fbthrift: enable on armv7, aarch64
Both build issues should be resolved by now.
Approved by: portmgr (build fix blanket)
MFH: 2025Q4
---
devel/fbthrift/Makefile | 3 ---
1 file changed, 3 deletions(-)
diff --git a/devel/fbthrift/Makefile b/devel/fbthrift/Makefile
index 38bb3b6b6ba3..92d6c63d362e 100644
--- a/devel/fbthrift/Makefile
+++ b/devel/fbthrift/Makefile
@@ -11,9 +11,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_thread.so:devel/boost-libs \
libbzip2.so:misc/vxl \