aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql57-server
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-07-05 19:08:49 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-07-05 19:08:49 +0000
commit70ffc9c0fd81b51d1024ecf49d67863895ba1dc7 (patch)
tree90b32c3468080026959fc331c1bdc38ce49567f1 /databases/mysql57-server
parent2f675b417b2c6a9dd479234121304a93ec0a2aae (diff)
downloadports-70ffc9c0fd81b51d1024ecf49d67863895ba1dc7.tar.gz
ports-70ffc9c0fd81b51d1024ecf49d67863895ba1dc7.zip
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/mysql57-server')
-rw-r--r--databases/mysql57-server/Makefile2
-rw-r--r--databases/mysql57-server/files/patch-rapid-plugin-x-ngs-include-ngs_common-protocol_protobuf.h10
2 files changed, 11 insertions, 1 deletions
diff --git a/databases/mysql57-server/Makefile b/databases/mysql57-server/Makefile
index e370d0f0c9c5..38a3c9802347 100644
--- a/databases/mysql57-server/Makefile
+++ b/databases/mysql57-server/Makefile
@@ -3,7 +3,7 @@
PORTNAME?= mysql
PORTVERSION= 5.7.26
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES= databases ipv6
MASTER_SITES= MYSQL/MySQL-5.7
PKGNAMESUFFIX?= 57-server
diff --git a/databases/mysql57-server/files/patch-rapid-plugin-x-ngs-include-ngs_common-protocol_protobuf.h b/databases/mysql57-server/files/patch-rapid-plugin-x-ngs-include-ngs_common-protocol_protobuf.h
new file mode 100644
index 000000000000..2ebc71bd239a
--- /dev/null
+++ b/databases/mysql57-server/files/patch-rapid-plugin-x-ngs-include-ngs_common-protocol_protobuf.h
@@ -0,0 +1,10 @@
+--- rapid/plugin/x/ngs/include/ngs_common/protocol_protobuf.h.orig 2019-04-13 13:32:15 UTC
++++ rapid/plugin/x/ngs/include/ngs_common/protocol_protobuf.h
+@@ -29,7 +29,6 @@
+ #include <google/protobuf/io/tokenizer.h>
+ #include <google/protobuf/io/zero_copy_stream.h>
+ #include <google/protobuf/wire_format_lite.h>
+-#include <google/protobuf/wire_format_lite_inl.h>
+ #include <google/protobuf/dynamic_message.h>
+
+ #include "mysqlx_connection.pb.h"