<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/fd3a4249a76bb3619fae6f56992cc988df362ad5">https://github.com/macports/macports-ports/commit/fd3a4249a76bb3619fae6f56992cc988df362ad5</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 fd3a4249a76 texinfo: do not build extra libs opportunistically
</span>fd3a4249a76 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit fd3a4249a76bb3619fae6f56992cc988df362ad5
</span>Author: Sergey Fedorov <barracuda@macos-powerpc.org>
AuthorDate: Sat Aug 24 04:02:38 2024 +0800
<span style='display:block; white-space:pre;color:#404040;'> texinfo: do not build extra libs opportunistically
</span>---
textproc/texinfo/Portfile | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/texinfo/Portfile b/textproc/texinfo/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 77abf35f5fc..893c6eeb0d3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/texinfo/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/texinfo/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,7 +12,7 @@ if {[string match *gcc* ${configure.compiler}]} {
</span>
name texinfo
version 7.1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span> categories textproc
license GPL-3+
maintainers nomaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -60,6 +60,10 @@ pre-configure {
</span> PERL_EXT_LDFLAGS=[get_canonical_archflags ld]
}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# If not disabled, the port builds /opt/local/lib/texinfo/MiscXS.so and other libs,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# which link to libunistring and leave the port broken if that is deactivated.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append --disable-perl-xs
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> destroot.target-append install-tex
destroot.args TEXMF=${prefix}/share/texmf
</pre><pre style='margin:0'>
</pre>