<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/1f1ef5eb146bb4b00973fafc1bba467c5aa467ae">https://github.com/macports/macports-ports/commit/1f1ef5eb146bb4b00973fafc1bba467c5aa467ae</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 1f1ef5eb146 legacy-support: Correct Portfile comment.
</span>1f1ef5eb146 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 1f1ef5eb146bb4b00973fafc1bba467c5aa467ae
</span>Author: Fred Wright <fw@fwright.net>
AuthorDate: Sun Jun 22 16:08:39 2025 -0700
<span style='display:block; white-space:pre;color:#404040;'> legacy-support: Correct Portfile comment.
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> The change that broke ppc/ppc64 universal builds on 10.4 wasn't a code
</span><span style='display:block; white-space:pre;color:#404040;'> change; it was the use of "ppc ppc64" as universal_archs here. It's
</span><span style='display:block; white-space:pre;color:#404040;'> still a code bug, just not a new one.
</span>---
devel/legacy-support/Portfile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/legacy-support/Portfile b/devel/legacy-support/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 56012b18953..0b9c6e9814e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/legacy-support/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/legacy-support/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -75,8 +75,9 @@ platform darwin 8 {
</span> build.target-append tiger-bins
destroot.target-append install-tiger
<span style='display:block; white-space:pre;background:#ffe0e0;'>- # Someone broke the 10.4 compiler selection logic recently (for ppc/ppc64
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- # universal builds), and blacklisting seems to just result in a different
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # The 10.4 compiler selection logic fails to correctly substitute
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # apple-gcc42 for the Xcode compiler when building +universal for
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # "ppc ppc64", and blacklisting seems to just result in a different
</span> # bad choice.
# In this particular circumstance, just setting configure.compiler
# directly isn't unreasonable.
</pre><pre style='margin:0'>
</pre>