<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/8e06b840b02731c3ef712f4aa6c4ff138a64a604">https://github.com/macports/macports-ports/commit/8e06b840b02731c3ef712f4aa6c4ff138a64a604</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 8e06b840b02 dosbox-x: blacklist clang < 900
</span>8e06b840b02 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8e06b840b02731c3ef712f4aa6c4ff138a64a604
</span>Author: kencu <ken.cunningham.webuse@gmail.com>
AuthorDate: Tue Nov 10 20:34:57 2020 -0800

<span style='display:block; white-space:pre;color:#404040;'>    dosbox-x: blacklist clang < 900
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    needs cpu_model in compiler.rt
</span>---
 emulators/dosbox-x/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/emulators/dosbox-x/Portfile b/emulators/dosbox-x/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 454c44d38f7..f8da8d2742c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/emulators/dosbox-x/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/emulators/dosbox-x/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,7 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 PortGroup           legacysupport 1.0
 PortGroup           app 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span> 
 github.setup        joncampbell123 dosbox-x 0.83.7 dosbox-x-v
 revision            0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -55,6 +56,9 @@ autoreconf.args     -fvi
</span> 
 configure.args-append --enable-sdl2
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# needs "___cpu_model" in compiler.rt
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 900}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> compiler.cxx_standard 2011
 configure.cxxflags-append -Wno-unknown-warning-option
 
</pre><pre style='margin:0'>

</pre>