diff --git a/archivers/streamvbyte/Makefile b/archivers/streamvbyte/Makefile index 28068a12ec97..4f255f112df2 100644 --- a/archivers/streamvbyte/Makefile +++ b/archivers/streamvbyte/Makefile @@ -1,30 +1,30 @@ PORTNAME= streamvbyte DISTVERSIONPREFIX= v DISTVERSION= 3.0.0 CATEGORIES= archivers MAINTAINER= jwb@FreeBSD.org COMMENT= Integer compression with SIMD based on Google\'s varint WWW= https://github.com/lemire/streamvbyte/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -# From 0.5.2. Retest with 2.0.0. +# From 0.5.2. Retest with 3.0.0. BROKEN_powerpc= test fails on big-endian systems BROKEN_powerpc64= test fails on big-endian systems USES= cmake USE_GITHUB= yes GH_ACCOUNT= lemire CFLAGS+= -fPIC # For vbz-compression using static lib PLIST_FILES= include/streamvbyte.h include/streamvbyte_zigzag.h \ include/streamvbytedelta.h lib/libstreamvbyte.a do-test: cd ${WRKDIR}/.build && ./unit .include diff --git a/archivers/streamvbyte/files/patch-CMakeLists.txt b/archivers/streamvbyte/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..4b9f23686fd7 --- /dev/null +++ b/archivers/streamvbyte/files/patch-CMakeLists.txt @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2026-05-09 21:04:29 UTC ++++ CMakeLists.txt +@@ -7,7 +7,7 @@ set(CMAKE_C_STANDARD_REQUIRED ON) + set(CMAKE_C_STANDARD 99) + set(CMAKE_C_STANDARD_REQUIRED ON) + +-include(cmake/CPM.cmake) ++# include(cmake/CPM.cmake) + + include(CheckCCompilerFlag) + include(GNUInstallDirs)