<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/bd915bd0735d7686fbc0048ac38f8b210eac23c6">https://github.com/macports/macports-ports/commit/bd915bd0735d7686fbc0048ac38f8b210eac23c6</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 bd915bd  libetonyek: blacklist incompatible compilers
</span>bd915bd is described below

<span style='display:block; white-space:pre;color:#808000;'>commit bd915bd0735d7686fbc0048ac38f8b210eac23c6
</span>Author: kencu <ken.cunningham.webuse@gmail.com>
AuthorDate: Mon May 18 10:47:06 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    libetonyek: blacklist incompatible compilers
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    fixes build on older systems
</span><span style='display:block; white-space:pre;color:#404040;'>    closes: https://trac.macports.org/ticket/48183
</span>---
 textproc/libetonyek/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/libetonyek/Portfile b/textproc/libetonyek/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2e90e3a..9eb9291 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/libetonyek/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/libetonyek/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> 
 name            libetonyek
 version         0.1.2
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,6 +31,9 @@ depends_lib     port:zlib \
</span>                 port:libxml2 \
                 port:glm
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# error "GLM requires Clang 3.4 / Apple Clang 6.0 or higher"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 600} macports-clang-3.3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # disable some of the chattiest warnings (gives significant speed-up, about 14% for me)
 configure.cflags-append   -Wno-c99-extensions -Wno-variadic-macros -Wno-c++11-long-long
 configure.cxxflags-append   -Wno-c99-extensions -Wno-variadic-macros -Wno-c++11-long-long
</pre><pre style='margin:0'>

</pre>