<pre style='margin:0'>
Zero King (l2dy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/53af9834cb288b9082c5eca30202fc1f0f31fb88">https://github.com/macports/macports-ports/commit/53af9834cb288b9082c5eca30202fc1f0f31fb88</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 53af983  pari: Revert "multiple ports: create PG to handle Xcode 11 bug"
</span>53af983 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 53af9834cb288b9082c5eca30202fc1f0f31fb88
</span>Author: Zero King <l2dy@macports.org>
AuthorDate: Wed Mar 25 14:23:51 2020 +0000

<span style='display:block; white-space:pre;color:#404040;'>    pari: Revert "multiple ports: create PG to handle Xcode 11 bug"
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    *FLAGS is not applied in this port.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This partially reverts commit 7a2ff3d6da47052d2fc058b1fb63929a25f6fd90.
</span>---
 math/pari/Portfile | 8 ++++++--
 1 file changed, 6 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 440a576..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,8 +2,7 @@
</span> 
 PortSystem          1.0
 PortGroup           muniversal 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# https://trac.macports.org/ticket/59295
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup           xcode_workaround 1.0
</span><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:#e0e0e0;'>@@ -38,6 +37,11 @@ platform darwin 8 {
</span> # llvm-gcc produces incorrect code, ticket #33024
 compiler.blacklist-append llvm-gcc-4.2
 
<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><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.cmd       ./Configure
 
 # PARI/GP doesn't use autoconf, and if only *FLAGS environment variables are
</pre><pre style='margin:0'>

</pre>