git: 0168765ceec2 - 2026Q3 - shells/nushell: Broken on i386

Yuri Victorovich <[email protected]> Thu, 06 Aug 2026 06:03:14 +0000
Newsgroups gmane.os.freebsd.devel.cvs.ports
Message-ID <[email protected]>
The branch 2026Q3 has been updated by yuri:

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

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

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

diff --git a/shells/nushell/Makefile b/shells/nushell/Makefile
index b9b170c56615..ce4154a68986 100644
--- a/shells/nushell/Makefile
+++ b/shells/nushell/Makefile
@@ -10,6 +10,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