git: fb4f59518f5f - main - misc/xgboost: Broken on i386

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

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

commit fb4f59518f5fbb06ff70d2de6c0e9cb3daa7179c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-11-27 05:37:45 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-11-27 05:49:19 +0000

    misc/xgboost: Broken on i386
    
    Reported by:    fallout
---
 misc/xgboost/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/misc/xgboost/Makefile b/misc/xgboost/Makefile
index 78b64b86d70b..d67a6d9b5d26 100644
--- a/misc/xgboost/Makefile
+++ b/misc/xgboost/Makefile
@@ -10,6 +10,8 @@ WWW=		https://xgboost.ai/
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+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
 
 USES=		cmake:testing compiler:c++11-lang localbase:ldflags