<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1cc5856dad141d6215fc3301cc0ad592452840b4">https://github.com/macports/macports-ports/commit/1cc5856dad141d6215fc3301cc0ad592452840b4</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 1cc5856dad1 fish: Blacklist clang < 800
</span>1cc5856dad1 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 1cc5856dad141d6215fc3301cc0ad592452840b4
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Jun 16 19:39:27 2020 -0500
<span style='display:block; white-space:pre;color:#404040;'> fish: Blacklist clang < 800
</span>---
shells/fish/Portfile | 4 ++++
1 file changed, 4 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/shells/fish/Portfile b/shells/fish/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1eae8d8d32f..bb77ba60b7d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/shells/fish/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/shells/fish/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,6 +1,7 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup compiler_blacklist_versions 1.0
</span> PortGroup github 1.0
PortGroup cmake 1.1
PortGroup legacysupport 1.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,6 +38,9 @@ post-patch {
</span>
compiler.cxx_standard 2011
compiler.thread_local_storage yes
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Work around thread local storage compiler selection bug. Remove after
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://github.com/macports/macports-base/pull/161 is released.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 800}
</span>
# doxygen appears to only regenerate html files and is not needed to install man pages
configure.args-append -DBUILD_DOCS=OFF
</pre><pre style='margin:0'>
</pre>