summaryrefslogtreecommitdiff
path: root/databases/arrow
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2025-08-16 21:08:20 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2025-08-16 21:09:36 -0700
commit443fe8e1e2e28fbf07cb8ec7cc8a78308d85d0ba (patch)
tree92ba84848a139e56d37e76c8e81d7b4a36c38dee /databases/arrow
parenteditors/emacs-devel: Update to 2025-08-16 snapshot (diff)
databases/arrow: Enable all compression plugins
... because various users depend on several of them.
Diffstat (limited to 'databases/arrow')
-rw-r--r--databases/arrow/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/arrow/Makefile b/databases/arrow/Makefile
index 1742573965de..b00994d8d33d 100644
--- a/databases/arrow/Makefile
+++ b/databases/arrow/Makefile
@@ -1,5 +1,6 @@
PORTNAME= arrow
DISTVERSION= 20.0.0
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${DISTVERSION} \
https://github.com/apache/orc/archive/rel/:orc
@@ -185,7 +186,7 @@ TESTING_CMAKE_BOOL= ARROW_TESTING
TESTING_LIB_DEPENDS= libgtest.so:devel/googletest
# form OPTIONS_DEFAULT
-.for opt in ${OPTIONS_GROUP_COMPONENTS}
+.for opt in ${OPTIONS_GROUP_COMPONENTS} ${OPTIONS_GROUP_COMPRESSION}
. if "${${opt}_BROKEN}" == ""
OPTIONS_DEFAULT+= ${opt}
. endif
@@ -204,6 +205,9 @@ PLIST_FILES+= bin/arrow-file-to-stream \
.if ${PORT_OPTIONS:MGANDIVA} || ${PORT_OPTIONS:MCOMPUTE}
PLIST_FILES+= lib/cmake/Arrow/Findutf8proc.cmake
.endif
+.if ${PORT_OPTIONS:MGANDIVA} || ${PORT_OPTIONS:MZSTD}
+PLIST_FILES+= lib/cmake/Gandiva/FindzstdAlt.cmake
+.endif
.if ${PORT_OPTIONS:MPYTHON} == "PYTHON" && ${PORT_OPTIONS:MFLIGHT} == "FLIGHT"
PLIST_SUB+= PYTHONFLIGHT=""