git: e12d5794969f - main - shells/nushell: Broken on i386

Yuri Victorovich <[email protected]> Sat, 01 Aug 2026 18:15:01 +0000
Newsgroups gmane.os.freebsd.devel.cvs.ports
Message-ID <[email protected]>
The branch main has been updated by yuri:

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

commit e12d5794969f32d71be9064074098ebe21ce0b45
Author:     Yuri Victorovich <[email protected]>
AuthorDate: 2026-08-01 17:28:06 +0000
Commit:     Yuri Victorovich <[email protected]>
CommitDate: 2026-08-01 17:28:06 +0000

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

diff --git a/shells/nushell/Makefile b/shells/nushell/Makefile
index d4293422e386..571389ac779f 100644
--- a/shells/nushell/Makefile
+++ b/shells/nushell/Makefile
@@ -11,6 +11,8 @@ WWW=		https://www.nushell.sh/ \
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	compilation fails, see error[E0432]: unresolved import `std::arch::x86_64`
+
 USES=		cargo localbase ssl
 USE_GITHUB=	yes