Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Apr 2026 02:38:01 +0000
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: b128dd7e391d - main - misc/py-polars-runtime: Broken with the latest rust-nightly
Message-ID:  <69cc8509.37903.630b25ac@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

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

commit b128dd7e391d4a5b8291d8331abfc85d971f643f
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-03-31 20:59:05 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-04-01 02:37:50 +0000

    misc/py-polars-runtime: Broken with the latest rust-nightly
---
 misc/py-polars-runtime/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/misc/py-polars-runtime/Makefile b/misc/py-polars-runtime/Makefile
index fda9a101e7a9..1e215c68390b 100644
--- a/misc/py-polars-runtime/Makefile
+++ b/misc/py-polars-runtime/Makefile
@@ -12,6 +12,8 @@ WWW=		https://github.com/pola-rs/polars
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		compilation alias: https://github.com/pola-rs/polars/issues/27130
+
 FLAVORS=	compat 32 64 # runtime values; it might look hackish to define different types of flavors in this Python port, but Polars needs all of them to be installed and there should be no problems as long as files are installed into proper locations
 FLAVOR?=	${FLAVORS:[1]}
 ${FLAVOR}_PKGNAMESUFFIX=	-${FLAVOR} # there's no default runtime for Polars, all of them are needed


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69cc8509.37903.630b25ac>