diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-07-05 19:08:49 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-07-05 19:08:49 +0000 |
commit | 70ffc9c0fd81b51d1024ecf49d67863895ba1dc7 (patch) | |
tree | 90b32c3468080026959fc331c1bdc38ce49567f1 /databases/mysql80-server/files/patch-plugin-x-ngs-include-ngs-protocol-protocol_protobuf.h | |
parent | sysutils/netevent: add new port (diff) |
Update devel/protobuf to 3.8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 238808
Exp-run by: antoine
Notes
Notes:
svn path=/head/; revision=505909
Diffstat (limited to 'databases/mysql80-server/files/patch-plugin-x-ngs-include-ngs-protocol-protocol_protobuf.h')
-rw-r--r-- | databases/mysql80-server/files/patch-plugin-x-ngs-include-ngs-protocol-protocol_protobuf.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/mysql80-server/files/patch-plugin-x-ngs-include-ngs-protocol-protocol_protobuf.h b/databases/mysql80-server/files/patch-plugin-x-ngs-include-ngs-protocol-protocol_protobuf.h new file mode 100644 index 000000000000..205fdceca301 --- /dev/null +++ b/databases/mysql80-server/files/patch-plugin-x-ngs-include-ngs-protocol-protocol_protobuf.h @@ -0,0 +1,10 @@ +--- plugin/x/ngs/include/ngs/protocol/protocol_protobuf.h.orig 2019-04-13 11:46:31 UTC ++++ plugin/x/ngs/include/ngs/protocol/protocol_protobuf.h +@@ -38,7 +38,6 @@ + #include <google/protobuf/repeated_field.h> + #include <google/protobuf/text_format.h> + #include <google/protobuf/wire_format_lite.h> +-#include <google/protobuf/wire_format_lite_inl.h> + + #ifdef USE_MYSQLX_FULL_PROTO + #include "plugin/x/generated/protobuf/mysqlx.pb.h" |