<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/0fd671b238c084a069cb995268731a36374dd404">https://github.com/macports/macports-ports/commit/0fd671b238c084a069cb995268731a36374dd404</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 0fd671b  gcc9: add build conflict against libunwind-headers
</span>0fd671b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 0fd671b238c084a069cb995268731a36374dd404
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Tue May 7 10:12:32 2019 +0100

<span style='display:block; white-space:pre;color:#404040;'>    gcc9: add build conflict against libunwind-headers
</span>---
 lang/gcc9/Portfile | 6 ++++++
 1 file changed, 6 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/gcc9/Portfile b/lang/gcc9/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 34b468c..f6ebbab 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/gcc9/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/gcc9/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,7 @@ PortSystem                                      1.0
</span> PortGroup           select                      1.0
 PortGroup           compiler_blacklist_versions 1.0
 PortGroup           active_variants             1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           conflicts_build             1.0
</span> 
 epoch               2
 name                gcc9
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -129,6 +130,8 @@ if { ${os.major} > 10 } {
</span> }
 
 pre-configure {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Set package info
</span>     configure.args-append --with-pkgversion="MacPorts ${name} ${version}_${revision}${portvariants}"
 
     if {${configure.sdkroot} ne ""} {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -177,6 +180,9 @@ pre-fetch {
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# gcc cannot build if libunwind-headers is active
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+conflicts_build-append libunwind-headers
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # List of dylibs to be installed 
 # Note that we really don't want to include libgcc_ext.10.[45].dylib here, but install_name_tool
 # doesn't know how to change the id of stubs, and it's easier than recreating them for each
</pre><pre style='margin:0'>

</pre>