git: aa3532662c1f - 2024Q1 - sysutils/process-viewer: Broken on powerpc64le

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 02 Feb 2024 22:58:39 UTC
The branch 2024Q1 has been updated by yuri:

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

commit aa3532662c1fa44169032770977b01707ebd4127
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-02-02 22:57:39 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-02-02 22:58:34 +0000

    sysutils/process-viewer: Broken on powerpc64le
    
    Reported by:    fallout
    
    (cherry picked from commit e45628b1242a9c484c67bd4546b3966b48fb6c8f)
---
 sysutils/process-viewer/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sysutils/process-viewer/Makefile b/sysutils/process-viewer/Makefile
index 80f5383d60d8..09e32c53a0f8 100644
--- a/sysutils/process-viewer/Makefile
+++ b/sysutils/process-viewer/Makefile
@@ -10,6 +10,8 @@ WWW=		https://github.com/guillaumegomez/process-viewer
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_powerpc64le=	rust compiler crashes, see https://github.com/rust-lang/rust/issues/120583
+
 LIB_DEPENDS=	libgraphene-1.0.so:graphics/graphene
 
 USES=		cargo gnome