Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Mar 2024 17:41:38 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5142d8cfdd4a - main - devel/ruff: Broken in i386
Message-ID:  <202403281741.42SHfctL084437@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403281741.42SHfctL084437>