<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/9d737435d95730c44184b6b54067009bd44132b9">https://github.com/macports/macports-ports/commit/9d737435d95730c44184b6b54067009bd44132b9</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 9d73743  gnutls: Add workaround for Darwin19
</span>9d73743 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9d737435d95730c44184b6b54067009bd44132b9
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Tue Jul 16 11:51:40 2019 +0100

<span style='display:block; white-space:pre;color:#404040;'>    gnutls: Add workaround for Darwin19
</span>---
 devel/gnutls/Portfile | 7 +++++++
 1 file changed, 7 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/gnutls/Portfile b/devel/gnutls/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9c487f9..b647413 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/gnutls/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/gnutls/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -151,6 +151,13 @@ if { ${build_arch} eq "i386" || ${build_arch} eq "x86_64" } {
</span>     compiler.blacklist-append {clang < 400}
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Workaround for Darwin 19 (beta). To be reviewed come final release.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# ld: warning: cannot export hidden symbol __gnutls_x86_cpuid_s from accelerated/.libs/libaccelerated.a(x86-common.o)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# ld: weak import of symbol '____chkstk_darwin' not supported because of option: -no_weak_imports for architecture x86_64
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if { ${os.major} >= 19 } {
</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><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # needs a TLS supporting compiler on older systems
 # most of this code can disappear once the new compilers selection logic comes into base
 platform darwin powerpc {
</pre><pre style='margin:0'>

</pre>