<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/7fa7702bcbfb9fc097bf3695ad4b3730c41a01cd">https://github.com/macports/macports-ports/commit/7fa7702bcbfb9fc097bf3695ad4b3730c41a01cd</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 7fa7702  gcc10: Add build conflict against libunwind-headers
</span>7fa7702 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7fa7702bcbfb9fc097bf3695ad4b3730c41a01cd
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Tue May 7 15:42:19 2019 +0100

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/gcc10/Portfile b/lang/gcc10/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fb47bf5..cbb3748 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/gcc10/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/gcc10/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               3
 name                gcc10
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -124,6 +125,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;'>@@ -172,6 +175,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> # dylibs to install
 # 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>