<pre style='margin:0'>
Lawrence Velázquez (larryv) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ad4a6482a88a227c930a12a9943037af9667f411">https://github.com/macports/macports-ports/commit/ad4a6482a88a227c930a12a9943037af9667f411</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 ad4a6482a88 zsh: Reenable zsh/db/gdbm loadable module
</span>ad4a6482a88 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ad4a6482a88a227c930a12a9943037af9667f411
</span>Author: Lawrence Velázquez <larryv@macports.org>
AuthorDate: Mon Jun 20 16:38:59 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    zsh: Reenable zsh/db/gdbm loadable module
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    I overlooked this change in the 5.9 build:
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>        Build-time change: The default value of the --enable-gdbm configure
</span><span style='display:block; white-space:pre;color:#404040;'>        argument has changed from "yes" to "no".  Thus, the zsh/db/gdbm
</span><span style='display:block; white-space:pre;color:#404040;'>        module will not be built unless --enable-gdbm is passed explicitly.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    https://sourceforge.net/p/zsh/code/ci/zsh-5.9/tree/README#l41
</span>---
 shells/zsh/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/shells/zsh/Portfile b/shells/zsh/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 544cfbc5e7b..b0dd7fd5585 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/shells/zsh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/shells/zsh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,7 @@ PortSystem              1.0
</span> 
 name                    zsh
 version                 5.9
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision                1
</span> categories              shells
 platforms               darwin
 license                 Permissive
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -57,6 +58,7 @@ post-patch {
</span> set docdir ${prefix}/share/doc/${name}
 
 configure.args          --enable-cap \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                        --enable-gdbm \
</span>                         --enable-pcre \
                         --htmldir='${docdir}/html' \
                         --with-tcsetpgrp
</pre><pre style='margin:0'>

</pre>