<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/4e804727544212516a0239ad8fc9be087b36357a">https://github.com/macports/macports-ports/commit/4e804727544212516a0239ad8fc9be087b36357a</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 4e804727544 ghc: Add comment indicating reason for clang<600 blacklist
</span>4e804727544 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4e804727544212516a0239ad8fc9be087b36357a
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Tue Apr 27 21:21:26 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    ghc: Add comment indicating reason for clang<600 blacklist
</span>---
 lang/ghc/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/ghc/Portfile b/lang/ghc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b0217a296d0..bc707093122 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/ghc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/ghc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -107,6 +107,8 @@ if {${os.platform} eq "darwin" && ${os.major} <= [legacysupport::get_newest_darw
</span> 
 # Build requires C11
 compiler.c_standard 2011
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# On OSX10.18 with clang 503
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# :info:build dtrace: failed to open td=gnu11/usr/bin/clang -std=gnu11 -E ...
</span> compiler.blacklist-append {clang < 600}
 
 # use these to specify python versions, python3 required
</pre><pre style='margin:0'>

</pre>