<pre style='margin:0'>
Zhenfu Shi (i0ntempest) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/71b60176ef986b7417229c2ec644d829a4e0a9a4">https://github.com/macports/macports-ports/commit/71b60176ef986b7417229c2ec644d829a4e0a9a4</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 71b60176ef9 avahi: use the latest automake on the system
</span>71b60176ef9 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 71b60176ef986b7417229c2ec644d829a4e0a9a4
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Mon Jul 22 20:05:43 2024 -0400
<span style='display:block; white-space:pre;color:#404040;'> avahi: use the latest automake on the system
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> See: https://trac.macports.org/ticket/70408
</span>---
net/avahi/Portfile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/avahi/Portfile b/net/avahi/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 218a9a5fce9..de69f5800a2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/avahi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/avahi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -242,11 +242,14 @@ if {![variant_isset quartz]} {
</span> if {![variant_isset gtk]} {
default_variants-append +gtk3
}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> if {[variant_isset python312]} {
# Project is using an old py-compile script incompatible with Python 3.12
depends_build-append port:automake
pre-configure {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- ln -sf ${prefix}/share/automake-1.16/py-compile ${worksrcpath}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ set automake_dirs [glob -directory ${prefix}/share automake-*]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ set automake_dir [lindex [lsort -command vercmp $automake_dirs] end]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ln -sf ${automake_dir}/py-compile ${worksrcpath}
</span> }
}
</pre><pre style='margin:0'>
</pre>