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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/384430023c65868c8c548d3f1e50c04ce328a218">https://github.com/macports/macports-ports/commit/384430023c65868c8c548d3f1e50c04ce328a218</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 384430023c6 clang-12: don't install libunwind
</span>384430023c6 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 384430023c65868c8c548d3f1e50c04ce328a218
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Wed Jun 16 17:49:01 2021 -0700

<span style='display:block; white-space:pre;color:#404040;'>    clang-12: don't install libunwind
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    not useful at present and has trouble building on some systems
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    revbump llvm-12/clang-12 to pick up changes
</span><span style='display:block; white-space:pre;color:#404040;'>    from recent commits
</span>---
 lang/llvm-12/Portfile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/llvm-12/Portfile b/lang/llvm-12/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 949da3b723a..645e9756ca2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/llvm-12/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/llvm-12/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,8 +27,8 @@ distname                llvm-project-${version}.src
</span> use_xz                  yes
 
 name                    llvm-${llvm_version}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision                0
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-subport                 clang-${llvm_version} {revision 0}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision                1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+subport                 clang-${llvm_version} {revision 1}
</span> subport                 lldb-${llvm_version}  {revision 0}
 dist_subdir             llvm
 set suffix              mp-${llvm_version}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -215,7 +215,7 @@ if {${subport} eq "clang-${llvm_version}"} {
</span>         -DLIBCXX_INSTALL_LIBRARY=ON
 
     configure.args-append   \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        -DLLVM_ENABLE_PROJECTS="clang\;clang-tools-extra\;compiler-rt\;libcxx\;libcxxabi\;flang\;mlir\;lld\;libunwind"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        -DLLVM_ENABLE_PROJECTS="clang\;clang-tools-extra\;compiler-rt\;libcxx\;libcxxabi\;flang\;mlir\;lld"
</span> 
     if {${os.major} <= 18} {
         # on systems that might build i386, we need atomic builtins
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -319,7 +319,6 @@ if {${subport} eq "clang-${llvm_version}"} {
</span>         system "cd ${destroot.dir}/projects/compiler-rt && ${destroot.cmd} ${destroot.pre_args} ${destroot.target} ${destroot.post_args}"
         system "cd ${destroot.dir}/projects/libcxx      && ${destroot.cmd} ${destroot.pre_args} ${destroot.target} ${destroot.post_args}"
         system "cd ${destroot.dir}/projects/libcxxabi   && ${destroot.cmd} ${destroot.pre_args} ${destroot.target} ${destroot.post_args}"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        system "cd ${destroot.dir}/projects/libunwind   && ${destroot.cmd} ${destroot.pre_args} ${destroot.target} ${destroot.post_args}"
</span>     }
 }
 
</pre><pre style='margin:0'>

</pre>