git: 90605f383fdb - main - www/proxygen: Broken on armv7

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 22 Dec 2024 09:26:10 UTC
The branch main has been updated by yuri:

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

commit 90605f383fdbd390ab921cc16ef3686778e832fb
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-12-22 04:14:28 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-12-22 09:26:02 +0000

    www/proxygen: Broken on armv7
    
    Reported by:    fallout
---
 www/proxygen/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/proxygen/Makefile b/www/proxygen/Makefile
index 5732bdbbcf4b..b9439b2de3de 100644
--- a/www/proxygen/Makefile
+++ b/www/proxygen/Makefile
@@ -10,6 +10,8 @@ WWW=		https://github.com/facebook/proxygen
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_armv7=	compilation fails, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283484
+
 BUILD_DEPENDS=	bash:shells/bash \
 		gperf>0:devel/gperf
 LIB_DEPENDS=	libboost_iostreams.so:devel/boost-libs \