git: 1763a1ae09f1 - main - misc/xgboost: Broken on armv7

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 27 Nov 2022 10:22:32 UTC
The branch main has been updated by yuri:

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

commit 1763a1ae09f1e980129d2354346da9ff528beca3
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-11-27 10:22:08 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-11-27 10:22:08 +0000

    misc/xgboost: Broken on armv7
    
    Reported by:    fallout
---
 misc/xgboost/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/misc/xgboost/Makefile b/misc/xgboost/Makefile
index d67a6d9b5d26..d0c95eae32c5 100644
--- a/misc/xgboost/Makefile
+++ b/misc/xgboost/Makefile
@@ -10,6 +10,7 @@ WWW=		https://xgboost.ai/
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_armv7=	compilation fails: non-constant-expression cannot be narrowed from type 'unsigned long long' to 'size_t', see https://github.com/dmlc/xgboost/issues/8489
 BROKEN_i386=	compilation fails: non-constant-expression cannot be narrowed from type 'unsigned long long' to 'size_t', see https://github.com/dmlc/xgboost/issues/8489
 
 LIB_DEPENDS=	libdmlc.so:devel/dmlc-core