Date: Sun, 10 May 2026 11:46:57 +0000 From: Jason W. Bacon <jwb@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 633db178d7cb - main - archivers/streamvbyte: Add patch to repo Message-ID: <6a007031.40de7.35d9a044@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by jwb: URL: https://cgit.FreeBSD.org/ports/commit/?id=633db178d7cb6a614602d3f9d8e9576ae1fea168 commit 633db178d7cb6a614602d3f9d8e9576ae1fea168 Author: Jason W. Bacon <jwb@FreeBSD.org> AuthorDate: 2026-05-10 11:45:29 +0000 Commit: Jason W. Bacon <jwb@FreeBSD.org> CommitDate: 2026-05-10 11:45:29 +0000 archivers/streamvbyte: Add patch to repo Patch was used in poudriere tests, but forgot to git add Reported by: pkg-fallout --- archivers/streamvbyte/Makefile | 2 +- archivers/streamvbyte/files/patch-CMakeLists.txt | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/archivers/streamvbyte/Makefile b/archivers/streamvbyte/Makefile index 28068a12ec97..4f255f112df2 100644 --- a/archivers/streamvbyte/Makefile +++ b/archivers/streamvbyte/Makefile @@ -10,7 +10,7 @@ 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 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)home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a007031.40de7.35d9a044>
