git: 542f25fb4ff5 - 2024Q2 - misc/arrow-datafusion: Broken in i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 May 2024 18:05:52 UTC
The branch 2024Q2 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=542f25fb4ff5f4090105a3ff08acbbe584510865 commit 542f25fb4ff5f4090105a3ff08acbbe584510865 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-05-08 15:03:28 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-05-16 18:05:49 +0000 misc/arrow-datafusion: Broken in i386 Reported by: fallout (cherry picked from commit 1c7cf14972130f4596c406d4ebd7b3c3ef7f1bdc) --- misc/arrow-datafusion/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/arrow-datafusion/Makefile b/misc/arrow-datafusion/Makefile index a902580bc960..924197bcb192 100644 --- a/misc/arrow-datafusion/Makefile +++ b/misc/arrow-datafusion/Makefile @@ -10,6 +10,8 @@ WWW= https://arrow.apache.org/datafusion LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/../LICENSE.txt +BROKEN_i386= compilation fails: this arithmetic operation will overflow, see https://github.com/purpleprotocol/mimalloc_rust/issues/116 + LIB_DEPENDS= libzstd.so:archivers/zstd USES= cargo