<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/81155a42c24d9f6d6e581d1ea3ac7b5eb67879bc">https://github.com/macports/macports-ports/commit/81155a42c24d9f6d6e581d1ea3ac7b5eb67879bc</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 81155a42c24 mariadb-10.5: disable various CONNECT options
</span>81155a42c24 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 81155a42c24d9f6d6e581d1ea3ac7b5eb67879bc
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Tue Oct 6 12:25:33 2020 -0400

<span style='display:block; white-space:pre;color:#404040;'>    mariadb-10.5: 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.5/Portfile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/mariadb-10.5/Portfile b/databases/mariadb-10.5/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bb1763217ea..7add3dbe18a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/mariadb-10.5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/mariadb-10.5/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 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set revision_client 1
</span> set revision_server 0
 categories          databases
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -235,7 +235,11 @@ if {$subport eq $name} {
</span>                         -DMYSQL_MAINTAINER_MODE:STRING=AUTO \
                         -DICONV_LIBRARIES=${prefix}/lib/libiconv.dylib \
                         -DICONV_INCLUDE_DIR:PATH=${prefix}/include \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        -DCONNECT_WITH_LIBXML2=ON
</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_LIBXML2=ON \
</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-destroot {
         # proc portdestroot::destroot_finish fails to find and compress our man pages
</pre><pre style='margin:0'>

</pre>