git: e9efe4494aa9 - main - shells/nu_plugin_gstat: Broken on 15/armv7

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

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

commit e9efe4494aa99e29764d611e7f7019b9908cb180
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-11-12 20:41:09 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-11-12 20:45:00 +0000

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

diff --git a/shells/nu_plugin_gstat/Makefile b/shells/nu_plugin_gstat/Makefile
index 5f753dd5f72c..786d2222eeed 100644
--- a/shells/nu_plugin_gstat/Makefile
+++ b/shells/nu_plugin_gstat/Makefile
@@ -11,6 +11,8 @@ WWW=		https://www.nushell.sh/
 
 LICENSE=	MIT
 
+BROKEN_FreeBSD_15_armv7=	compilation fails, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282712
+
 LIB_DEPNDS=	libssh2.so:security/libssh2
 
 USES=		cargo localbase ssl