<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/26cf39a467ed88e90cb1bfffc416f5baec592d07">https://github.com/macports/macports-ports/commit/26cf39a467ed88e90cb1bfffc416f5baec592d07</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 26cf39a467e dlib: cleanup compilers
</span>26cf39a467e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 26cf39a467ed88e90cb1bfffc416f5baec592d07
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Fri Oct 9 20:00:59 2020 -0500

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/dlib/Portfile b/math/dlib/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b616648aa66..79730a75c27 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/dlib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/dlib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,7 +3,6 @@
</span> PortSystem          1.0
 PortGroup           github 1.0
 PortGroup           cmake  1.1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup           compiler_blacklist_versions 1.0
</span> 
 github.setup        davisking dlib 19.20 v
 homepage            http://dlib.net
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,9 +26,6 @@ checksums           rmd160  d9eb9b0e1c40df807f58df5fdee7bdb7cdad56cb \
</span> 
 compiler.cxx_standard   2011
 compiler.thread_local_storage yes
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Work around thread local 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> 
 configure.cxxflags-append -fvisibility=hidden -fvisibility-inlines-hidden
 cmake.build_type    Release
</pre><pre style='margin:0'>

</pre>