<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/136703bf53781a03a162598ced92a95f74a9e673">https://github.com/macports/macports-ports/commit/136703bf53781a03a162598ced92a95f74a9e673</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 136703bf53781a03a162598ced92a95f74a9e673
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Mon Jul 4 14:08:27 2022 +0100
<span style='display:block; white-space:pre;color:#404040;'> {lib}gcc-devel: Allow testing again on OSX10.6
</span>---
lang/gcc-devel/Portfile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
<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 43281f1c5a9..b0a1280e433 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;'>@@ -165,6 +165,7 @@ if { ${os.platform} eq "darwin" } {
</span> ([vercmp ${cltversion} 12.5] >= 0 && [vercmp ${cltversion} 13] < 0) } \
{
# Skip bootstrap comparison entirely
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.args-replace --with-build-config=bootstrap-debug --without-build-config
</span> post-patch {
reinplace {s|^do-compare =|do-compare = /usr/bin/true|g} \
${worksrcpath}/Makefile.in \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -230,7 +231,7 @@ compiler.blacklist-append {clang < 800} gcc-4.0 *gcc-4.2 {llvm-gcc-4.2 < 2336.1}
</span>
# https://build.macports.org/builders/ports-10.13_x86_64-builder/builds/105513/steps/install-port/logs/stdio
# c++/v1/functional:1408:2: error: no member named 'fancy_abort' in namespace 'std::__1'; did you mean simply 'fancy_abort'?
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist-append {clang < 1000}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 1001}
</span>
# "-stdlib" would be passed on to the bootstrap compiler if present
configure.cxx_stdlib
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -241,7 +242,7 @@ build.target bootstrap-lean
</span> destroot.target install install-info-host
# Is this gcc release supported here.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if { ${os.platform} eq "darwin" && ${os.major} < 11 } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if { ${os.platform} eq "darwin" && ${os.major} < 10 } {
</span> known_fail yes
pre-fetch {
ui_error "${name} ${version} is not supported on Darwin ${os.major}"
</pre><pre style='margin:0'>
</pre>