<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/849b435c43a3cbfe1299f227457561c492a6a03d">https://github.com/macports/macports-ports/commit/849b435c43a3cbfe1299f227457561c492a6a03d</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 849b435c43a davix: extend compiler blacklist to 10.12
</span>849b435c43a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 849b435c43a3cbfe1299f227457561c492a6a03d
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Thu Aug 11 14:19:46 2022 +0100

<span style='display:block; white-space:pre;color:#404040;'>    davix: extend compiler blacklist to 10.12
</span>---
 net/davix/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/davix/Portfile b/net/davix/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6509424fd56..b370fb77780 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/davix/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/davix/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -44,6 +44,8 @@ compiler.cxx_standard  2011
</span> # Non-standard support for variable length arrays is required, which seems to
 # break with Xcode clang on OSX 10.10 and 10.11
 compiler.blacklist-append  {clang < 900}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://trac.macports.org/ticket/65624
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append  {clang < 1000}
</span> 
 configure.args-append -DPYTHON_EXECUTABLE=${prefix}/bin/python${py_ver}
 
</pre><pre style='margin:0'>

</pre>