<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/59438283a750cc0a85af8110785358520245b74b">https://github.com/macports/macports-ports/commit/59438283a750cc0a85af8110785358520245b74b</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 59438283a75 LLVM 17: Add build conflict aganst libunwind and libunwind-headers
</span>59438283a75 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 59438283a750cc0a85af8110785358520245b74b
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Wed Nov 15 10:04:07 2023 +0000

<span style='display:block; white-space:pre;color:#404040;'>    LLVM 17: Add build conflict aganst libunwind and libunwind-headers
</span>---
 lang/llvm-17/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/llvm-17/Portfile b/lang/llvm-17/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6a747bf259b..71312520cd6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/llvm-17/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/llvm-17/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,7 @@ PortGroup compiler_blacklist_versions 1.0
</span> PortGroup active_variants             1.1
 PortGroup cmake                       1.1
 PortGroup legacysupport               1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup conflicts_build             1.0
</span> 
 # Do not propagate c/c++ standards as set by base
 cmake.set_c_standard                  no
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -45,6 +46,9 @@ set suffix              mp-${llvm_version}
</span> set sub_prefix          ${prefix}/libexec/llvm-${llvm_version}
 worksrcdir              ${worksrcdir}/llvm
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://github.com/macports/macports-ports/commit/a83a493bc21cbe7e14b1f5884379649ec8f31bae#commitcomment-132530885
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+conflicts_build-append  libunwind libunwind-headers
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # hand-tweaked, approximately c++ standard 2017
 compiler.blacklist      *gcc* {clang < 1001} macports-clang-3.*
 # work/build/include/c++/v1/optional:224:5: error: destructor cannot be marked constexpr
</pre><pre style='margin:0'>

</pre>