Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Feb 2024 21:39:11 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: e8cc628ef224 - main - multimedia/termplay: Broken on powerpc64le
Message-ID:  <202402022139.412LdBF2007578@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=e8cc628ef22487336cb4fff83b6a04ee8a295da8

commit e8cc628ef22487336cb4fff83b6a04ee8a295da8
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-02-02 21:38:49 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-02-02 21:38:49 +0000

    multimedia/termplay: Broken on powerpc64le
    
    Reported by:    fallout
---
 multimedia/termplay/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/multimedia/termplay/Makefile b/multimedia/termplay/Makefile
index f959f55c796c..626810e9d416 100644
--- a/multimedia/termplay/Makefile
+++ b/multimedia/termplay/Makefile
@@ -12,6 +12,8 @@ WWW=		https://github.com/jD91mZM2/termplay
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_powerpc64le=	rust compiler crashes, see https://github.com/rust-lang/rust/issues/120583
+
 LIB_DEPENDS=	libsixel.so:graphics/libsixel
 
 USES=		cargo gnome gstreamer



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