<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/a8e32b08566873b25dafee2342b8769a96624ba2">https://github.com/macports/macports-ports/commit/a8e32b08566873b25dafee2342b8769a96624ba2</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit a8e32b08566873b25dafee2342b8769a96624ba2
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Jun 11 03:07:29 2020 -0500
<span style='display:block; white-space:pre;color:#404040;'> libtextstyle: Remove unused configure args
</span>---
devel/gettext/Portfile | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 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 88f5292c4ed..a18c9661b8e 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;'>@@ -39,7 +39,10 @@ if {${os.platform} eq "darwin" && ${os.major} < 11 && ${cxx_stdlib} eq "libc++"}
</span>
configure.args-append ac_cv_prog_AWK=/usr/bin/awk \
ac_cv_path_GREP=/usr/bin/grep \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- ac_cv_path_SED=/usr/bin/sed \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ac_cv_path_SED=/usr/bin/sed
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${subport} ne "libtextstyle"} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.args-append \
</span> --disable-csharp \
--disable-java \
--disable-native-java \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -51,13 +54,15 @@ configure.args-append ac_cv_prog_AWK=/usr/bin/awk \
</span> --with-included-libunistring \
--with-included-libxml
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Don't use possibly installed cvs or git to create the autopoint archive
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# because the archives they create for each architecture under muniversal
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# will differ and cannot be merged. Don't use xz either because then xz would
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# be required by various ports that just want to use gettext.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args-append --without-cvs \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # Don't use possibly installed cvs or git to create the autopoint archive
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # because the archives they create for each architecture under muniversal
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # will differ and cannot be merged. Don't use xz either because then xz
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # would be required by various ports that just want to use gettext.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.args-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ --without-cvs \
</span> --without-git \
--without-xz
<span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span>
test.run yes
test.target check
</pre><pre style='margin:0'>
</pre>