From be6a0ac78ba41f19bb6fa3a5a5ad285d2a6f7a10 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Mon, 27 Oct 2025 23:29:16 +0800 Subject: devel/avro-cpp: Update to 1.12.1 - Fix build with Boost 1.89 Changes: https://github.com/apache/avro/releases https://github.com/apache/avro/tree/main/doc/content/en/blog/releases Obtained from: https://github.com/apache/avro/commit/2b11dba4fb28c7bb6ff08b40509a6a71fcaf4c21 --- devel/avro-cpp/files/patch-include_avro_Node.hh | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 devel/avro-cpp/files/patch-include_avro_Node.hh (limited to 'devel/avro-cpp/files/patch-include_avro_Node.hh') diff --git a/devel/avro-cpp/files/patch-include_avro_Node.hh b/devel/avro-cpp/files/patch-include_avro_Node.hh deleted file mode 100644 index bf11578b713f..000000000000 --- a/devel/avro-cpp/files/patch-include_avro_Node.hh +++ /dev/null @@ -1,11 +0,0 @@ ---- include/avro/Node.hh.orig 2024-07-26 07:46:40 UTC -+++ include/avro/Node.hh -@@ -219,7 +219,7 @@ struct fmt::formatter : fmt::formatter - struct fmt::formatter : fmt::formatter { - template -- auto format(const avro::Name &n, FormatContext &ctx) { -+ auto format(const avro::Name &n, FormatContext &ctx) const { - return fmt::formatter::format(n.fullname(), ctx); - } - }; -- cgit v1.2.3