git: ec399c55e39f - main - shells/nushell: Not broken on 15/armv7 and aarch64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 15 Jan 2025 16:45:01 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=ec399c55e39f2d1f71faa221240865481a1e89b6 commit ec399c55e39f2d1f71faa221240865481a1e89b6 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-01-15 05:23:16 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-01-15 16:44:52 +0000 shells/nushell: Not broken on 15/armv7 and aarch64 --- shells/nushell/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/shells/nushell/Makefile b/shells/nushell/Makefile index 121b8c060383..6fd5c9a7d469 100644 --- a/shells/nushell/Makefile +++ b/shells/nushell/Makefile @@ -10,9 +10,6 @@ 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 USE_GITHUB= yes