aboutsummaryrefslogtreecommitdiff
path: root/databases/mysqlwsrep57-server/Makefile
diff options
context:
space:
mode:
authorJochen Neumeister <joneum@FreeBSD.org>2020-11-08 09:41:25 +0000
committerJochen Neumeister <joneum@FreeBSD.org>2020-11-08 09:41:25 +0000
commita62661e2b6a881367904f1d3fcfe62192277ff1d (patch)
tree2cb611b3f4bb810f58d8219539be99006a4a1052 /databases/mysqlwsrep57-server/Makefile
parent083a10b24b2cf2f83934c33b9a0cd3f0b2320ad4 (diff)
downloadports-a62661e2b6a881367904f1d3fcfe62192277ff1d.tar.gz
ports-a62661e2b6a881367904f1d3fcfe62192277ff1d.zip
Update to 5.7.31-25.23
Changelog: http://releases.galeracluster.com/mysql-wsrep-5.7.31-25.23/release-notes-mysql-wsrep-5.7.31-25.23.txt PR: 250508 Submitted by: maintainer Sponsored by: Netzkommune GmbH
Notes
Notes: svn path=/head/; revision=554442
Diffstat (limited to 'databases/mysqlwsrep57-server/Makefile')
-rw-r--r--databases/mysqlwsrep57-server/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/databases/mysqlwsrep57-server/Makefile b/databases/mysqlwsrep57-server/Makefile
index 397ec886e115..220531d7a083 100644
--- a/databases/mysqlwsrep57-server/Makefile
+++ b/databases/mysqlwsrep57-server/Makefile
@@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= mysqlwsrep
-PORTVERSION?= 5.7.30
+PORTVERSION?= 5.7.31
DISTVERSIONPREFIX?= wsrep_
-DISTVERSIONSUFFIX?= -25.22
+DISTVERSIONSUFFIX?= -25.23
PORTREVISION?= 0
CATEGORIES= databases
MASTER_SITES+= SF/boost/boost/1.59.0:boost
@@ -99,6 +99,7 @@ SUB_FILES= my.cnf.sample
USERS= mysql
GROUPS= mysql
+USE_CXXSTD= c++11
USE_LDCONFIG+= ${PREFIX}/lib/mysql/plugin
MMAN1= my_print_defaults.1 \
@@ -185,6 +186,12 @@ CXXFLAGS+= -Wno-c++11-narrowing
. endif
.endif
+# Plugin innodb_memcached requires -fcommon to avoid duplicate symbol linker
+# error with llmv11.
+.if ${CHOSEN_COMPILER_TYPE} == clang && ${OPSYS} == FreeBSD && ${OSVERSION} >= 1300109
+CFLAGS+= -fcommon
+.endif
+
post-extract:
${RM} -fv ${WRKSRC}/sql/sql_hints.yy.cc ${WRKSRC}/sql/sql_hints.yy.h