<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/18f0f2d9167b8c381e4a0f01c3e5ad7fb6f45d36">https://github.com/macports/macports-ports/commit/18f0f2d9167b8c381e4a0f01c3e5ad7fb6f45d36</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 18f0f2d  glfw: update compiler blacklist
</span>18f0f2d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 18f0f2d9167b8c381e4a0f01c3e5ad7fb6f45d36
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sun Aug 18 16:12:11 2019 +0100

<span style='display:block; white-space:pre;color:#404040;'>    glfw: update compiler blacklist
</span>---
 graphics/glfw/Portfile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/glfw/Portfile b/graphics/glfw/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 924c4e0..add368e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/glfw/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/glfw/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,7 +34,9 @@ if {${os.platform} eq "darwin" && ${os.major} == 10} {
</span> 
     epoch           1
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    long_description ${description}. This version of GLFW is the latest to provide support for Mac OS X 10.6 and prior, and it will not be updated. It is provided in the hope that it allows ports depending on GLFW to build on these older Mac OS X installs.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    long_description ${description}. This version of GLFW is the latest to provide support for \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        Mac OS X 10.6 and prior, and it will not be updated. It is provided in the \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        hope that it allows ports depending on GLFW to build on these older Mac OS X installs.
</span> 
     # patch to fix install directory for cmake files and docs
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -52,13 +54,14 @@ if {${os.platform} eq "darwin" && ${os.major} == 10} {
</span>     # AppleClang >= 700. MacPorts' Clang starts at 3.3, so nothing to
     # block there!
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    PortGroup cxx11                       1.1
</span>     PortGroup compiler_blacklist_versions 1.0
 
     compiler.blacklist-append macports-gcc-4.3 macports-gcc-4.4 macports-gcc-4.5 \
         macports-gcc macports-gcc-4.6 macports-gcc-4.7 macports-gcc-4.8 \
         macports-llvm-gcc-4.2 macports-dragonegg-3.3 macports-dragonegg-3.4 \
         apple-gcc-4.0 apple-gcc-4.2 gcc-3.3 gcc-4.0 llvm-gcc-4.2 gcc cc \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        {clang < 700}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        {clang < 700} macports-clang-3.*
</span> 
     configure.args-append -DCMAKE_C_STANDARD=11 -DCMAKE_C_EXTENSIONS=OFF
 
</pre><pre style='margin:0'>

</pre>