CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/09/14 03:45:29
Modified files:
devel/protobuf-c: Makefile
Added files:
devel/protobuf-c/patches: patch-build-cmake_CMakeLists_txt
patch-configure_ac
patch-protoc-c_c_bytes_field_h
patch-protoc-c_c_enum_field_h
patch-protoc-c_c_enum_h
patch-protoc-c_c_extension_h
patch-protoc-c_c_field_h
patch-protoc-c_c_file_cc
patch-protoc-c_c_file_h
patch-protoc-c_c_generator_h
patch-protoc-c_c_helpers_h
patch-protoc-c_c_message_cc
patch-protoc-c_c_message_field_h
patch-protoc-c_c_message_h
patch-protoc-c_c_primitive_field_cc
patch-protoc-c_c_primitive_field_h
patch-protoc-c_c_service_h
patch-protoc-c_c_string_field_h
Log message:
libprotobuf-c: pull in upstream patch in preparation for newer protobuf
This fixes the build with protobuf 4.22 and switches the C++17. This way
we'll only need to deal with wantlib changes once we update protobuf.
Thanks to landry and sthen for helping with autoconf magic.