Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Nov 2024 10:51:24 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7235682d0709 - main - shells/nu_plugin_formats: Broken on 15 armv7
Message-ID:  <202411121051.4ACApOXJ007461@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

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

commit 7235682d070927c5a0bc8efc81af5f4e5c1a2694
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-11-12 10:31:34 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-11-12 10:31:34 +0000

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

diff --git a/shells/nu_plugin_formats/Makefile b/shells/nu_plugin_formats/Makefile
index 64d3363bef9e..4158a83d23bc 100644
--- a/shells/nu_plugin_formats/Makefile
+++ b/shells/nu_plugin_formats/Makefile
@@ -11,6 +11,8 @@ WWW=		https://www.nushell.sh/
 
 LICENSE=	MIT
 
+BROKEN_FreeBSD_15_armv7=	compilation fails, see https://github.com/nix-rust/nix/issues/2535
+
 USES=		cargo
 
 PLIST_FILES=	bin/${PORTNAME}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411121051.4ACApOXJ007461>