<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/26f8019245d0f84bb3e70349bb23a521daf4f92d">https://github.com/macports/macports-ports/commit/26f8019245d0f84bb3e70349bb23a521daf4f92d</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 26f8019245d mariadb-10.1: disable various CONNECT options
</span>26f8019245d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 26f8019245d0f84bb3e70349bb23a521daf4f92d
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Tue Oct 6 21:05:07 2020 -0400

<span style='display:block; white-space:pre;color:#404040;'>    mariadb-10.1: disable various CONNECT options
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Prevents various opportunistic linking (or trying to)
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Ref: https://trac.macports.org/ticket/61271
</span>---
 databases/mariadb-10.1/Portfile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/mariadb-10.1/Portfile b/databases/mariadb-10.1/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c31bfce64ac..c04cb2a036f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/mariadb-10.1/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/mariadb-10.1/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,7 +11,7 @@ set version_branch  [join [lrange [split ${version} .] 0 1] .]
</span> # Please set revision_client and revision_server to 0 if you bump
 # version; these can be changed independently for the 2 subports, but
 # can be changed at the same time if that's what's required.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set revision_client 1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set revision_client 2
</span> set revision_server 0
 categories          databases
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -106,7 +106,11 @@ if {$subport eq $name} {
</span>                         -DWITH_READLINE:BOOL=ON \
                         -DWITH_LIBWRAP:BOOL=ON \
                         -DWITH_SSL:STRING=no \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        -DMYSQL_MAINTAINER_MODE:STRING=AUTO
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        -DMYSQL_MAINTAINER_MODE:STRING=AUTO \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        -DCONNECT_WITH_JDBC=OFF \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        -DCONNECT_WITH_MONGO=OFF \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        -DCONNECT_WITH_ODBC=OFF \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        -DCONNECT_WITH_REST=OFF
</span> 
     post-build {
         set dirs ${cmake.build_dir}
</pre><pre style='margin:0'>

</pre>