CVSROOT: /cvs Module name: ports Changes by: t...@cvs.openbsd.org 2025/06/28 00:15:38
Modified files: textproc/nlohmann-json: Makefile distinfo textproc/nlohmann-json/pkg: PLIST Added files: textproc/nlohmann-json/patches: patch-include_nlohmann_detail_conversions_from_json_hpp patch-include_nlohmann_detail_conversions_to_json_hpp patch-single_include_nlohmann_json_hpp patch-tests_src_unit-deserialization_cpp Log message: Update to nlohmann-json 3.12.0 One test breaks because OpenBSD doesn't support LC_NUMERIC. Pull in an upstream fix for incorrect char8_t support with C++20 to unbreak the build of games/openrtc2 https://github.com/nlohmann/json/releases/tag/v3.11.3 https://github.com/nlohmann/json/releases/tag/v3.12.0 https://github.com/nlohmann/json/pull/4736