<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a61fcbaaaa5e21fedb2997fda946c149bd00e915">https://github.com/macports/macports-ports/commit/a61fcbaaaa5e21fedb2997fda946c149bd00e915</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit a61fcbaaaa5e21fedb2997fda946c149bd00e915
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Thu Mar 16 16:29:28 2023 +1100

<span style='display:block; white-space:pre;color:#404040;'>    autoconf: remove gettext dependency
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Autoconf itself doesn't need gettext, and the subset of ports that need
</span><span style='display:block; white-space:pre;color:#404040;'>    to run autopoint when regenerating their autotools build system should
</span><span style='display:block; white-space:pre;color:#404040;'>    list it in depends_build. This should usually be the case already,
</span><span style='display:block; white-space:pre;color:#404040;'>    since if the gettext programs are needed to generate the configure
</span><span style='display:block; white-space:pre;color:#404040;'>    script, they are also needed when running it.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/67085
</span>---
 devel/autoconf/Portfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/autoconf/Portfile b/devel/autoconf/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 97a71d14bee..c6df3527c01 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/autoconf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/autoconf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,8 +31,7 @@ homepage            https://www.gnu.org/software/autoconf/
</span> # print warnings. So we now always use the m4 port.
 # https://savannah.gnu.org/support/index.php?110397
 # https://trac.macports.org/ticket/62411
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_lib         port:gettext \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:m4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_lib         port:m4
</span> installs_libs       no
 
 master_sites        gnu
</pre><pre style='margin:0'>

</pre>