<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/95eb1921e8e7d70194bce76317a6359ca90c8d8b">https://github.com/macports/macports-ports/commit/95eb1921e8e7d70194bce76317a6359ca90c8d8b</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 95eb192 gcc7: Fix trivial support check bug introduced in last commit
</span>95eb192 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 95eb1921e8e7d70194bce76317a6359ca90c8d8b
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sat Aug 4 14:50:23 2018 +0100
<span style='display:block; white-space:pre;color:#404040;'> gcc7: Fix trivial support check bug introduced in last commit
</span>---
lang/gcc7/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/gcc7/Portfile b/lang/gcc7/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e776c00..5efef741 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/gcc7/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/gcc7/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,7 +7,7 @@ PortGroup compiler_blacklist_versions 1.0
</span> name gcc7
epoch 2
version 7.3.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 3
</span> subport libgcc7 { revision 0 }
platforms darwin
categories lang
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -155,7 +155,7 @@ destroot.target install install-info-host
</span> # If it is, libgcc7 installs a full runtime, otherwise it only installs
# what is missing from newer libgccX builds.
# NOTE : The logic here must match that in the libgcc port.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set isLastSupported [ expr ${os.major} <= 10 ]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set isLastSupported [ expr ${os.major} < 10 ]
</span> if { ${isLastSupported} } {
# Don't depend on libgcc, as libgcc7 is libgcc
depends_lib-delete path:lib/libgcc/libgcc_s.1.dylib:libgcc
</pre><pre style='margin:0'>
</pre>