<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ae1a5077256a48482762be4405aec71e1768e31b">https://github.com/macports/macports-ports/commit/ae1a5077256a48482762be4405aec71e1768e31b</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 ae1a5077256 fish: cleanup compilers (#8699)
</span>ae1a5077256 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ae1a5077256a48482762be4405aec71e1768e31b
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Fri Oct 9 23:01:12 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    fish: cleanup compilers (#8699)
</span>---
 shells/fish/Portfile | 4 ----
 1 file changed, 4 deletions(-)

<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 bb77ba60b7d..1eae8d8d32f 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,7 +1,6 @@
</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:#ffe0e0;'>-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;'>@@ -38,9 +37,6 @@ post-patch {
</span> 
 compiler.cxx_standard   2011
 compiler.thread_local_storage yes
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Work around thread local storage compiler selection bug. Remove after
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# https://github.com/macports/macports-base/pull/161 is released.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-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>