git: 34f4c5d2f9a3 - main - shells/starship: Broken on i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 02 Nov 2022 17:28:20 UTC
The branch main has been updated by yuri:

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

commit 34f4c5d2f9a3bfb2ad877c8e365465b561d0ce04
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-11-02 14:58:49 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-11-02 17:28:18 +0000

    shells/starship: Broken on i386
    
    Reported by:    fallout
---
 shells/starship/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/shells/starship/Makefile b/shells/starship/Makefile
index ae1a274e8d4c..7206ba046d34 100644
--- a/shells/starship/Makefile
+++ b/shells/starship/Makefile
@@ -12,6 +12,8 @@ WWW=		https://starship.rs/
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	cargo crashes on shells/starship on i386, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267529
+
 LIB_DEPENDS=	libgit2.so:devel/libgit2 \
 		libssh2.so:security/libssh2