<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/57e4fac68335224640c7b9b47ab99bc0c3f72697">https://github.com/macports/macports-ports/commit/57e4fac68335224640c7b9b47ab99bc0c3f72697</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 57e4fac wxWidgets PG: blacklist older clang versions
</span>57e4fac is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 57e4fac68335224640c7b9b47ab99bc0c3f72697
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Mon Oct 23 11:33:38 2017 -0700
<span style='display:block; white-space:pre;color:#404040;'> wxWidgets PG: blacklist older clang versions
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Installed header files cause older version of Clang to crash.
</span><span style='display:block; white-space:pre;color:#404040;'> See https://trac.macports.org/ticket/54296
</span>---
_resources/port1.0/group/wxWidgets-1.0.tcl | 10 ++++++++++
1 file changed, 10 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/wxWidgets-1.0.tcl b/_resources/port1.0/group/wxWidgets-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 101ee56..640c30e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/wxWidgets-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/wxWidgets-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -164,6 +164,8 @@ wxWidgets.macosx_version_min
</span> options wxWidgets.use
option_proc wxWidgets.use wxWidgets._set
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup compiler_blacklist_versions 1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> ## TODO: it would be nice to make the changes reversible
##
## parameters:
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -301,4 +303,12 @@ proc wxWidgets._set {option action args} {
</span> wxWidgets.wxdir ${wxWidgets.prefix}/bin
wxWidgets.wxconfig ${wxWidgets.wxdir}/wx-config
wxWidgets.wxrc ${wxWidgets.wxdir}/wxrc
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ if {[string match "wxWidgets-3.0*" ${args}]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # the following causes a crash on older versions of clang:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # #define wx_has_cpp11_include(h) __has_include(h)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # #if wx_has_cpp11_include(<unordered_map>)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # see https://trac.macports.org/ticket/54296
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ compiler.blacklist-append {clang < 500}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ }
</span> }
</pre><pre style='margin:0'>
</pre>