<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/75527e02d55a085ac7fbed0c82c2120623075fbb">https://github.com/macports/macports-ports/commit/75527e02d55a085ac7fbed0c82c2120623075fbb</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 75527e02d55 gcc-devel: Skip bootstrap comparison on 10.10 and older
</span>75527e02d55 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 75527e02d55a085ac7fbed0c82c2120623075fbb
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sun Jul 17 17:55:08 2022 +0100

<span style='display:block; white-space:pre;color:#404040;'>    gcc-devel: Skip bootstrap comparison on 10.10 and older
</span>---
 lang/gcc-devel/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/gcc-devel/Portfile b/lang/gcc-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b4eaa91c98f..f8bebace8f4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/gcc-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/gcc-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -158,9 +158,10 @@ if { ${os.platform} eq "darwin" } {
</span>     # gcc has build issues on macOS 11.3 with the use of Xcode 12.5 clang via cctools for ld
     # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100340
     # https://trac.macports.org/ticket/62775
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Extend skipping comparison to Darwin 14 and older.
</span>     if { ([vercmp ${xcodeversion} 12.5] >= 0 && [vercmp ${xcodeversion} 13] < 0) || \
          ([vercmp ${cltversion} 12.5] >= 0 && [vercmp ${cltversion} 13] < 0) || \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-         ${os.major} < 11 } \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+         ${os.major} < 15 } \
</span>     {
         # Skip bootstrap comparison entirely
         configure.args-replace --with-build-config=bootstrap-debug --without-build-config
</pre><pre style='margin:0'>

</pre>