Date: Tue, 12 Nov 2024 20:45:08 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: a1db1ce6b578 - main - shells/nu_plugin_polars: Broken on 15/armv7 Message-ID: <202411122045.4ACKj8TA002987@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=a1db1ce6b578d038f942ae711a9c11ec99eb9684 commit a1db1ce6b578d038f942ae711a9c11ec99eb9684 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-11-12 20:39:31 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-11-12 20:45:00 +0000 shells/nu_plugin_polars: Broken on 15/armv7 Reported by: fallout --- shells/nu_plugin_polars/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/shells/nu_plugin_polars/Makefile b/shells/nu_plugin_polars/Makefile index a807482ae467..978be1ba0d7d 100644 --- a/shells/nu_plugin_polars/Makefile +++ b/shells/nu_plugin_polars/Makefile @@ -12,6 +12,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_i386= compilation fails: failed to resolve: use of undeclared crate or module alloc, see https://github.com/nushell/nushell/issues/13903 LIB_DEPENDS= libzstd.so:archivers/zstd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411122045.4ACKj8TA002987>