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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c201c88ec6f8aecb7bb1a4a8b638b384c2497c6e">https://github.com/macports/macports-ports/commit/c201c88ec6f8aecb7bb1a4a8b638b384c2497c6e</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 c201c88  gdal: disable old clang compilers. Fixes https://trac.macports.org/ticket/56908
</span>c201c88 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c201c88ec6f8aecb7bb1a4a8b638b384c2497c6e
</span>Author: Veence <vince@macports.org>
AuthorDate: Wed Aug 22 13:53:34 2018 +0200

<span style='display:block; white-space:pre;color:#404040;'>    gdal: disable old clang compilers. Fixes https://trac.macports.org/ticket/56908
</span>---
 gis/gdal/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/gdal/Portfile b/gis/gdal/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 70cd9b3..7c40d4b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/gdal/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/gdal/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -50,6 +50,9 @@ platform darwin {
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# As suggested by Ryan in #56908
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 800}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_build-append \
                     port:bash-completion \
                     port:pkgconfig
</pre><pre style='margin:0'>

</pre>