<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/a49553f20a43fedf926a3f3d227874771dc81a06">https://github.com/macports/macports-ports/commit/a49553f20a43fedf926a3f3d227874771dc81a06</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 a49553f20a4 libtapi: use clang-11-bootstrap on macOS 10.12
</span>a49553f20a4 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a49553f20a43fedf926a3f3d227874771dc81a06
</span>Author: Kirill A. Korinsky <kirill@korins.ky>
AuthorDate: Sat Sep 17 01:42:03 2022 +0200

<span style='display:block; white-space:pre;color:#404040;'>    libtapi: use clang-11-bootstrap on macOS 10.12
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/65849
</span>---
 devel/libtapi/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/libtapi/Portfile b/devel/libtapi/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2651d5582b2..846a642c793 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/libtapi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/libtapi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -84,8 +84,8 @@ if {[string match macports-clang-* ${configure.compiler}]} {
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# on macOS before 10.12 use clang-11-bootstrap
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-if {${os.platform} eq "darwin" && ${os.major} < 16 && ${build_arch} ni [list ppc ppc64]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# on macOS before 10.13 use clang-11-bootstrap
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${os.platform} eq "darwin" && ${os.major} < 17 && ${build_arch} ni [list ppc ppc64]} {
</span> 
     # use cmake-bootstrap to minimize dependencies.
     depends_build-replace  path:bin/cmake:cmake port:cmake-bootstrap
</pre><pre style='margin:0'>

</pre>