git: 5142d8cfdd4a - main - devel/ruff: Broken in i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 28 Mar 2024 17:41:38 UTC
The branch main has been updated by yuri:

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

commit 5142d8cfdd4a1e34f473ec3e8161ec20219b2170
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-03-28 17:40:39 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-03-28 17:40:39 +0000

    devel/ruff: Broken in i386
    
    Reported by:    fallout
---
 devel/ruff/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/ruff/Makefile b/devel/ruff/Makefile
index bd5eae1be18c..3957eafdc9f7 100644
--- a/devel/ruff/Makefile
+++ b/devel/ruff/Makefile
@@ -11,6 +11,8 @@ WWW=		https://github.com/charliermarsh/ruff
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	compilation fails: evaluation of constant value failed, see https://github.com/briansmith/ring/issues/2006
+
 BUILD_DEPENDS=	gmake:devel/gmake
 
 USES=		cargo