<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/6d2d6a8a735ead4b052f1b42d28df008474b3146">https://github.com/macports/macports-ports/commit/6d2d6a8a735ead4b052f1b42d28df008474b3146</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 6d2d6a8a735ead4b052f1b42d28df008474b3146
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Mon Jun 7 17:05:32 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    mariadb-10.5: use MP bison
</span>---
 databases/mariadb-10.5/Portfile | 6 ++++--
 1 file changed, 4 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 8483235d0d3..29eb7aaceaa 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 3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set revision_client 4
</span> set revision_server 0
 categories          databases
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -167,6 +167,7 @@ if {$subport eq $name} {
</span>         move ${workpath}/${libmarias3_distname} ${worksrcpath}/storage/maria/libmarias3
     }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_build-append port:bison
</span>     depends_lib-append  port:zlib port:tcp_wrappers port:ncurses port:judy \
                         path:lib/libssl.dylib:openssl port:libxml2 \
                         port:pcre2
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -243,7 +244,8 @@ if {$subport eq $name} {
</span>                         -DCONNECT_WITH_MONGO=OFF \
                         -DCONNECT_WITH_ODBC=OFF \
                         -DCONNECT_WITH_REST=OFF \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        -DWITH_PCRE=system
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        -DWITH_PCRE=system \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        -DBISON_EXECUTABLE=${prefix}/bin/bison
</span> 
     post-destroot {
         # proc portdestroot::destroot_finish fails to find and compress our man pages
</pre><pre style='margin:0'>

</pre>