Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mysql8: compile against cyrus-sasl2 for SASL dependency #4550

Merged
merged 1 commit into from Jun 7, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 4 additions & 2 deletions databases/mysql8/Portfile
Expand Up @@ -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] .]
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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}"

Expand Down