<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e00d0a244534796e29aae5ef2854bb20f7172bf5">https://github.com/macports/macports-ports/commit/e00d0a244534796e29aae5ef2854bb20f7172bf5</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 e00d0a24453 gcc9: Disable build-config on macOS10.10 and older to avoid bootstrap comparison issues
</span>e00d0a24453 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e00d0a244534796e29aae5ef2854bb20f7172bf5
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Mon Jul 4 18:25:09 2022 +0100

<span style='display:block; white-space:pre;color:#404040;'>    gcc9: Disable build-config on macOS10.10 and older to avoid bootstrap comparison issues
</span>---
 lang/gcc9/Portfile | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/gcc9/Portfile b/lang/gcc9/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bc274b0032f..46f4b0367aa 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/gcc9/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/gcc9/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -156,6 +156,12 @@ if { ${os.platform} eq "darwin" && \
</span>     configure.args-append  --without-build-config
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://trac.macports.org/ticket/65415
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Need to disable bootstrap comparisons here as well
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if { ${os.platform} eq "darwin" && ${os.major} < 15 } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append  --without-build-config
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> pre-configure {
 
     # Set package info
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -266,15 +272,6 @@ if {${subport} eq "libgcc9"} {
</span>             --with-gxx-include-dir=${prefix}/include/${name}/c++/ \
             --with-gxx-include-dir=${prefix}/include/gcc/c++/
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        # TODO: Possibly disable bootstrap with appropriate configure flags.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        #       the problem is that libstdc++'s configure script tests for tls support
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        #       using the running compiler (not gcc for which libstdc++ is being built).
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        #       Thus when we build with clang, we get a mismatch
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        # http://trac.macports.org/ticket/36116
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        #compiler.blacklist-append {clang < 425}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        #configure.args-append --disable-bootstrap
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        #build.target        all
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>         post-destroot {
 
             # Create temporary lib dir
</pre><pre style='margin:0'>

</pre>