pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libbgcode: Update to most recent commit, 20250220



Module Name:	pkgsrc-wip
Committed By:	Paul Ripke <stix%stix.id.au@localhost>
Pushed By:	stix
Date:		Wed Aug 6 20:43:12 2025 +1000
Changeset:	4a3ea5a57b6b1ab5eaddf8d0ce811df6e19b704a

Modified Files:
	libbgcode/Makefile
	libbgcode/distinfo
Removed Files:
	libbgcode/patches/patch-tests_CMakeLists.txt
	libbgcode/patches/patch-tests_catch__main.hpp
	libbgcode/patches/patch-tests_convert_convert__tests.cpp
	libbgcode/patches/patch-tests_core_core__tests.cpp

Log Message:
libbgcode: Update to most recent commit, 20250220

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4a3ea5a57b6b1ab5eaddf8d0ce811df6e19b704a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libbgcode/Makefile                                 |  4 +--
 libbgcode/distinfo                                 | 10 ++----
 libbgcode/patches/patch-tests_CMakeLists.txt       | 36 ----------------------
 libbgcode/patches/patch-tests_catch__main.hpp      | 14 ---------
 .../patches/patch-tests_convert_convert__tests.cpp | 14 ---------
 libbgcode/patches/patch-tests_core_core__tests.cpp | 15 ---------
 6 files changed, 5 insertions(+), 88 deletions(-)

diffs:
diff --git a/libbgcode/Makefile b/libbgcode/Makefile
index e163356ac3..2b296a6295 100644
--- a/libbgcode/Makefile
+++ b/libbgcode/Makefile
@@ -1,10 +1,10 @@
 # $NetBSD$
 
-DISTNAME=	libbgcode-20231123
+DISTNAME=	libbgcode-20250220
 CATEGORIES=	cad
 MASTER_SITES=	${MASTER_SITE_GITHUB:=prusa3d/}
 GITHUB_PROJECT=	libbgcode
-GITHUB_TAG=	8ae75bd0eea622f0e34cae311b3bd065b55eae9b
+GITHUB_TAG=	5041c093b33e2748e76d6b326f2251310823f3df
 
 MAINTAINER=	stix%stix.id.au@localhost
 HOMEPAGE=	https://www.github.com/prusa3d/libbgcode
diff --git a/libbgcode/distinfo b/libbgcode/distinfo
index bdc49cf16f..f84eba5640 100644
--- a/libbgcode/distinfo
+++ b/libbgcode/distinfo
@@ -1,9 +1,5 @@
 $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) = a81eccd0ef20b00fc6d1d1a73d7fd10e7e50efe5
-SHA1 (patch-tests_catch__main.hpp) = dd8f317807668849d89c18eb764707ef71d9efbc
-SHA1 (patch-tests_convert_convert__tests.cpp) = 9073e63140d41e3294cafa0d91b87c5fb7a7426b
-SHA1 (patch-tests_core_core__tests.cpp) = 9547e562564b5593cdc2873ea3d3078e7985b556
+BLAKE2s (libbgcode-20250220-5041c093b33e2748e76d6b326f2251310823f3df.tar.gz) = 6a38d35c53175fc23278bec6a9c337f2f5ec9ac4db691626258ddbd9af64dd6f
+SHA512 (libbgcode-20250220-5041c093b33e2748e76d6b326f2251310823f3df.tar.gz) = ab627d15788af3e3008c92d7d919da83629fc8b106398bab8214695c0a3332e9f9522ee30aca145d6de1722793e43e9a2c24a753bd1b8904d0d647f78adc90ce
+Size (libbgcode-20250220-5041c093b33e2748e76d6b326f2251310823f3df.tar.gz) = 529050 bytes
diff --git a/libbgcode/patches/patch-tests_CMakeLists.txt b/libbgcode/patches/patch-tests_CMakeLists.txt
deleted file mode 100644
index 845417dda7..0000000000
--- a/libbgcode/patches/patch-tests_CMakeLists.txt
+++ /dev/null
@@ -1,36 +0,0 @@
-$NetBSD$
-
-Support Catch2 v3.
-
-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)
-+find_package(Catch2 REQUIRED)
- 
- include(Catch)
- 
-@@ -16,7 +16,7 @@ file(TO_NATIVE_PATH "${TEST_DATA_DIR}" T
- add_library(test_common INTERFACE)
- target_include_directories(test_common INTERFACE ${CMAKE_CURRENT_LIST_DIR})
- target_compile_definitions(test_common INTERFACE TEST_DATA_DIR=R"\(${TEST_DATA_DIR}\)" CATCH_CONFIG_FAST_COMPILE)
--target_link_libraries(test_common INTERFACE Catch2::Catch2 Boost::nowide)
-+target_link_libraries(test_common INTERFACE Catch2::Catch2WithMain Boost::nowide)
- 
- if (EMSCRIPTEN)
-     target_link_libraries(test_common INTERFACE nodefs.js noderawfs.js)
-@@ -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 ()
-\ No newline at end of file
-+endif ()
diff --git a/libbgcode/patches/patch-tests_catch__main.hpp b/libbgcode/patches/patch-tests_catch__main.hpp
deleted file mode 100644
index 2bc46ca37d..0000000000
--- a/libbgcode/patches/patch-tests_catch__main.hpp
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD$
-
-Support Catch2 v3.
-
---- tests/catch_main.hpp.orig	2024-04-06 07:39:45.253486614 +0000
-+++ tests/catch_main.hpp
-@@ -3,6 +3,6 @@
- 
- #define CATCH_CONFIG_EXTERNAL_INTERFACES
- #define CATCH_CONFIG_MAIN
--#include <catch2/catch.hpp>
-+#include <catch2/catch_test_macros.hpp>
- 
- #endif // CATCH_MAIN
diff --git a/libbgcode/patches/patch-tests_convert_convert__tests.cpp b/libbgcode/patches/patch-tests_convert_convert__tests.cpp
deleted file mode 100644
index c5be44270d..0000000000
--- a/libbgcode/patches/patch-tests_convert_convert__tests.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD$
-
-Support Catch2 v3.
-
---- tests/convert/convert_tests.cpp.orig	2024-04-06 07:43:35.839605465 +0000
-+++ tests/convert/convert_tests.cpp
-@@ -3,6 +3,7 @@
- #include "convert/convert.hpp"
- 
- #include <fstream>
-+#include <iostream>
- 
- #include <boost/nowide/cstdio.hpp>
- 
diff --git a/libbgcode/patches/patch-tests_core_core__tests.cpp b/libbgcode/patches/patch-tests_core_core__tests.cpp
deleted file mode 100644
index a12cd81910..0000000000
--- a/libbgcode/patches/patch-tests_core_core__tests.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Support Catch2 v3.
-
---- tests/core/core_tests.cpp.orig	2024-04-06 07:42:50.424323910 +0000
-+++ tests/core/core_tests.cpp
-@@ -2,6 +2,8 @@
- 
- #include "core/core.hpp"
- 
-+#include <iostream>
-+
- #include <boost/nowide/cstdio.hpp>
- 
- using namespace bgcode::core;


Home | Main Index | Thread Index | Old Index