<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/05d1a36fe4ea8db813c003fdd34d64989e300969">https://github.com/macports/macports-ports/commit/05d1a36fe4ea8db813c003fdd34d64989e300969</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 05d1a36fe4ea8db813c003fdd34d64989e300969
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Jun 28 18:08:19 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    Reword comments and add bug URLs
</span>---
 devel/gettext/Portfile | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/gettext/Portfile b/devel/gettext/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5d183c0e7a1..c0981e7b13c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/gettext/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/gettext/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -158,13 +158,15 @@ if {${subport} eq ${name}} {
</span>     # that just want to use gettext.
     configure.args-append   --without-xz
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # Disable libasprintf to make the lang-c++ test not fail.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Prevent the lang-c++ test from failing.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # TODO: report this to the developers; there's no reason why
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # libasprintf should be getting built again. Might be the same as
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # https://savannah.gnu.org/bugs/?58669
</span>     configure.args-append   --disable-libasprintf
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # The gettext-tools installation also installs libintl again. Here
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # I remove the libintl parts because they are provided by the runtime
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # subport gettext-runtime
</span>     post-destroot {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        # Remove files already installed by gettext-runtime.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # https://savannah.gnu.org/bugs/?58669
</span>         delete {*}[glob ${destroot}${prefix}/*/libintl.*] \
             ${destroot}${prefix}/share/locale/locale.alias
     }
</pre><pre style='margin:0'>

</pre>