Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Feb 2024 21:55:57 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: f2ffadc130c1 - 2024Q1 - x11/sirula: Broken on powerpc64le
Message-ID:  <202402022155.412Ltvtc041183@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q1 has been updated by yuri:

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

commit f2ffadc130c1c31c4145ac69f8accd902b01a57b
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-02-02 21:55:04 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-02-02 21:55:52 +0000

    x11/sirula: Broken on powerpc64le
    
    Reported by:    fallout
    
    (cherry picked from commit 0263da88948f522d689698869c9e4cc58837100e)
---
 x11/sirula/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/x11/sirula/Makefile b/x11/sirula/Makefile
index 405833ecafc0..a81769e020e1 100644
--- a/x11/sirula/Makefile
+++ b/x11/sirula/Makefile
@@ -11,6 +11,8 @@ WWW=		https://github.com/DorianRudolph/sirula
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_powerpc64le=	rust compiler crashes, see https://github.com/rust-lang/rust/issues/120583
+
 LIB_DEPENDS=	libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell
 
 USES=		cargo gnome



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