pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libbgcode: Fix breakage with Catch2 v3.8.
Module Name: pkgsrc-wip
Committed By: Paul Ripke <stix%stix.id.au@localhost>
Pushed By: stix
Date: Fri Apr 4 18:41:20 2025 +1100
Changeset: 5e1349733b303730f6daf253ad3ee2d35ef088c6
Modified Files:
libbgcode/distinfo
libbgcode/patches/patch-tests_CMakeLists.txt
Log Message:
libbgcode: Fix breakage with Catch2 v3.8.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5e1349733b303730f6daf253ad3ee2d35ef088c6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libbgcode/distinfo | 2 +-
libbgcode/patches/patch-tests_CMakeLists.txt | 12 ++++++++++--
2 files changed, 11 insertions(+), 3 deletions(-)
diffs:
diff --git a/libbgcode/distinfo b/libbgcode/distinfo
index 7104246448..bdc49cf16f 100644
--- a/libbgcode/distinfo
+++ b/libbgcode/distinfo
@@ -3,7 +3,7 @@ $NetBSD$
BLAKE2s (libbgcode-20231123-8ae75bd0eea622f0e34cae311b3bd065b55eae9b.tar.gz) = 98372297b33b6b225b92a9f4747b63d1e0d32b7c91dc24c67d14357a84546f3e
SHA512 (libbgcode-20231123-8ae75bd0eea622f0e34cae311b3bd065b55eae9b.tar.gz) = 13d5fe20b1faee5068a3c385041a680de5cdcec7fc34bc3f28c52bdab4d6b9e6170ad5ce5bb78399e956fc7f3fb5409e8e4adf0ff4850be686b3caf4d76ee3aa
Size (libbgcode-20231123-8ae75bd0eea622f0e34cae311b3bd065b55eae9b.tar.gz) = 456463 bytes
-SHA1 (patch-tests_CMakeLists.txt) = 87b6a5317811b0a665e447338a3b744fdd9bba99
+SHA1 (patch-tests_CMakeLists.txt) = a81eccd0ef20b00fc6d1d1a73d7fd10e7e50efe5
SHA1 (patch-tests_catch__main.hpp) = dd8f317807668849d89c18eb764707ef71d9efbc
SHA1 (patch-tests_convert_convert__tests.cpp) = 9073e63140d41e3294cafa0d91b87c5fb7a7426b
SHA1 (patch-tests_core_core__tests.cpp) = 9547e562564b5593cdc2873ea3d3078e7985b556
diff --git a/libbgcode/patches/patch-tests_CMakeLists.txt b/libbgcode/patches/patch-tests_CMakeLists.txt
index 3a1f3a8f49..845417dda7 100644
--- a/libbgcode/patches/patch-tests_CMakeLists.txt
+++ b/libbgcode/patches/patch-tests_CMakeLists.txt
@@ -2,7 +2,9 @@ $NetBSD$
Support Catch2 v3.
---- tests/CMakeLists.txt.orig 2024-04-06 07:20:41.918851648 +0000
+Remove empty binarize test which fails with Catch2 v3.8.0.
+
+--- tests/CMakeLists.txt.orig 2024-03-28 10:51:35.000000000 +0000
+++ tests/CMakeLists.txt
@@ -1,4 +1,4 @@
-find_package(Catch2 2.9 REQUIRED)
@@ -19,8 +21,14 @@ Support Catch2 v3.
if (EMSCRIPTEN)
target_link_libraries(test_common INTERFACE nodefs.js noderawfs.js)
-@@ -30,4 +30,4 @@ endif()
+@@ -24,10 +24,6 @@ endif()
+
+ add_subdirectory(core)
+-if (${PROJECT_NAME}_BUILD_COMPONENT_Binarize)
+- add_subdirectory(binarize)
+-endif()
+-
if (${PROJECT_NAME}_BUILD_COMPONENT_Convert)
add_subdirectory(convert)
-endif ()
Home |
Main Index |
Thread Index |
Old Index