git: b322a4fa5165 - main - shells/nushell: Broken on aarch64

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 21 Jun 2024 01:53:20 UTC
The branch main has been updated by yuri:

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

commit b322a4fa5165865014e623c643091658e3c187f9
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-06-21 00:42:18 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-06-21 01:52:58 +0000

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

diff --git a/shells/nushell/Makefile b/shells/nushell/Makefile
index 16a9e1f3ce33..22692c75f9d7 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_aarch64=	compilation fails, see https://github.com/nushell/nushell/issues/13194
+
 USES=		cargo localbase ssl
 
 USE_GITHUB=	yes