aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql80-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/mysql80-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/mysql80-server')
-rw-r--r--databases/mysql80-server/Makefile2
-rw-r--r--databases/mysql80-server/files/patch-plugin-x-client-mysqlxclient-xmessage.h10
-rw-r--r--databases/mysql80-server/files/patch-plugin-x-ngs-include-ngs-protocol-protocol_protobuf.h10
3 files changed, 21 insertions, 1 deletions
diff --git a/databases/mysql80-server/Makefile b/databases/mysql80-server/Makefile
index 2dc85ebafb18..ebf64b55cc70 100644
--- a/databases/mysql80-server/Makefile
+++ b/databases/mysql80-server/Makefile
@@ -3,7 +3,7 @@
PORTNAME?= mysql
PORTVERSION= 8.0.16
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= databases ipv6
MASTER_SITES= MYSQL/MySQL-8.0
PKGNAMESUFFIX?= 80-server
diff --git a/databases/mysql80-server/files/patch-plugin-x-client-mysqlxclient-xmessage.h b/databases/mysql80-server/files/patch-plugin-x-client-mysqlxclient-xmessage.h
new file mode 100644
index 000000000000..21adc2356d55
--- /dev/null
+++ b/databases/mysql80-server/files/patch-plugin-x-client-mysqlxclient-xmessage.h
@@ -0,0 +1,10 @@
+--- plugin/x/client/mysqlxclient/xmessage.h.orig 2019-04-13 11:46:31 UTC
++++ plugin/x/client/mysqlxclient/xmessage.h
+@@ -36,7 +36,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
+
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"