git: e440ed0ee106 - main - shells/nushell: Update BROKEN line
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Apr 2025 03:38:27 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e440ed0ee1065a43b9213e1ab9e804fd2f19a484 commit e440ed0ee1065a43b9213e1ab9e804fd2f19a484 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-04-26 20:02:52 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-04-27 03:38:20 +0000 shells/nushell: Update BROKEN line --- shells/nushell/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/nushell/Makefile b/shells/nushell/Makefile index c80b1a84831f..e01566f98b4f 100644 --- a/shells/nushell/Makefile +++ b/shells/nushell/Makefile @@ -11,7 +11,7 @@ WWW= https://www.nushell.sh/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_armv7= compilation fails, see https://github.com/rust-lang/rust/issues/140343 +BROKEN_armv7= compilation fails, see https://github.com/rust-lang/rust/issues/140343, https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286368 USES= cargo localbase ssl USE_GITHUB= yes