git: 42321316b2e0 - main - shells/nushell: Broken on 15/armv7

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Tue, 12 Nov 2024 20:45:11 UTC
The branch main has been updated by yuri:

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

commit 42321316b2e0052e10d983edf10a211ce2404997
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-11-12 20:42:19 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-11-12 20:45:00 +0000

    shells/nushell: Broken on 15/armv7
    
    Reported by:    falliut
---
 shells/nushell/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/shells/nushell/Makefile b/shells/nushell/Makefile
index 27dad958cfae..80755729edab 100644
--- a/shells/nushell/Makefile
+++ b/shells/nushell/Makefile
@@ -11,6 +11,7 @@ WWW=		https://www.nushell.sh/ \
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_15_armv7=	compilation fails, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282712
 BROKEN_aarch64=	compilation fails, see https://github.com/nushell/nushell/issues/13194
 
 USES=		cargo localbase ssl