<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/ca7443e31929add47796829cac677a6fdc390f87">https://github.com/macports/macports-ports/commit/ca7443e31929add47796829cac677a6fdc390f87</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 ca7443e  pari: Blacklist Xcode 11 clang due to 'stack check' issues Closes: https://trac.macports.org/ticket/59295
</span>ca7443e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ca7443e31929add47796829cac677a6fdc390f87
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sat Oct 19 07:46:01 2019 +0100

<span style='display:block; white-space:pre;color:#404040;'>    pari: Blacklist Xcode 11 clang due to 'stack check' issues
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/59295
</span>---
 math/pari/Portfile | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/pari/Portfile b/math/pari/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 328b42f..147a875 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/pari/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/pari/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,10 +2,11 @@
</span> 
 PortSystem          1.0
 PortGroup           muniversal 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span> 
 name                pari
 version             2.11.2
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> categories          math
 platforms           darwin
 license             GPL-2+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,7 +35,12 @@ platform darwin 8 {
</span> }
 
 # llvm-gcc produces incorrect code, ticket #33024
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist  llvm-gcc-4.2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append llvm-gcc-4.2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://trac.macports.org/ticket/59295
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Most likely related to the 'stack-check' issue.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# To be reviewed once Xcode 11.2 comes out.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang > 1099}
</span> 
 configure.cmd       ./Configure
 
</pre><pre style='margin:0'>

</pre>