diff --git a/net/arataga/files/patch-__tests__connection_handler_simulator__impl.cpp b/net/arataga/files/patch-__tests__connection_handler_simulator__impl.cpp new file mode 100644 index 000000000000..e03b148c00d8 --- /dev/null +++ b/net/arataga/files/patch-__tests__connection_handler_simulator__impl.cpp @@ -0,0 +1,14 @@ +This patch reuses the formatter from patch-git-01-* to fix "make test" + +diff -up ../tests/connection_handler_simulator/impl.cpp.orig ../tests/connection_handler_simulator/impl.cpp +--- ../tests/connection_handler_simulator/impl.cpp.orig 2022-07-13 07:09:45.000000000 +0200 ++++ ../tests/connection_handler_simulator/impl.cpp 2025-08-09 15:17:18.509362000 +0200 +@@ -3,6 +3,8 @@ + #include + #include + ++#include ++ + #include + + #include diff --git a/net/arataga/files/patch-io__threads__count.hpp b/net/arataga/files/patch-io__threads__count.hpp new file mode 100644 index 000000000000..3e3727c21dc1 --- /dev/null +++ b/net/arataga/files/patch-io__threads__count.hpp @@ -0,0 +1,11 @@ +--- io_threads_count.hpp.orig 2022-07-13 05:09:45 UTC ++++ io_threads_count.hpp +@@ -134,7 +134,7 @@ struct fmt::formatter< arataga::io_threads_count_t > + template< typename FormatContext > + auto format( + const arataga::io_threads_count_t & tc, +- FormatContext & ctx ) ++ FormatContext & ctx ) const + { + const auto str = arataga::to_string(tc); + return fmt::formatter< std::string >::format( str, ctx );