From 15bfcfed5ef51767a35fb389d3c5d6693f5401cd Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Thu, 6 Jun 2019 12:09:19 -0400 Subject: [PATCH] mysql8: compile against cyrus-sasl2 for SASL dependency --- databases/mysql8/Portfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/databases/mysql8/Portfile b/databases/mysql8/Portfile index d09c5b16951e9..1e9b60ee9d38f 100644 --- a/databases/mysql8/Portfile +++ b/databases/mysql8/Portfile @@ -12,8 +12,8 @@ maintainers {gmail.com:herby.gillot @herbygillot} openmaintainer homepage https://www.mysql.com/ # Set revision_client and revision_server to 0 on version bump. -set revision_client 0 -set revision_server 1 +set revision_client 1 +set revision_server 2 set name_mysql ${name} set version_branch [join [lrange [split ${version} .] 0 1] .] @@ -50,6 +50,7 @@ if {$subport eq $name} { size 111710205 depends_lib-append path:lib/libssl.dylib:openssl \ + port:cyrus-sasl2 \ port:icu \ port:zlib @@ -104,6 +105,7 @@ if {$subport eq $name} { -DWITH_BOOST:PATH="${worksrcpath}/../${boost_distname}" \ -DWITH_ICU:PATH="${prefix}" \ -DWITH_INNODB_MEMCACHED=1 \ + -DWITH_SASL:PATH="${prefix}" \ -DWITH_SSL:PATH="${prefix}" \ -DWITH_ZLIB:PATH="${prefix}"