git: e515aaae56e5 - main - shells/nu_plugin_polars: Broken on i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 23 Sep 2024 09:47:35 UTC
The branch main has been updated by yuri:

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

commit e515aaae56e56ab15bd977c7b1f641dc1db992e9
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-09-23 05:10:55 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-09-23 09:47:26 +0000

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

diff --git a/shells/nu_plugin_polars/Makefile b/shells/nu_plugin_polars/Makefile
index dd86f4729477..92bf29070a8c 100644
--- a/shells/nu_plugin_polars/Makefile
+++ b/shells/nu_plugin_polars/Makefile
@@ -11,6 +11,8 @@ WWW=		https://www.nushell.sh/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+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
 
 USES=		cargo localbase