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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a0bb62ea11e5edb524363d62909c5727a2474faa">https://github.com/macports/macports-ports/commit/a0bb62ea11e5edb524363d62909c5727a2474faa</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit a0bb62ea11e5edb524363d62909c5727a2474faa
</span>Author: Kirill A. Korinsky <kirill@korins.ky>
AuthorDate: Fri Sep 2 19:00:29 2022 +0200

<span style='display:block; white-space:pre;color:#404040;'>    libtapi: never rebuild cmake for Rosetta
</span>---
 devel/libtapi/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<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 7d4a7d1243a..24c4f964781 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;'>@@ -90,6 +90,8 @@ if {${os.platform} eq "darwin" && ${os.major} < 16 && ${build_arch} ni [list ppc
</span>     # use cmake-bootstrap to minimize dependencies.
     depends_build-replace  path:bin/cmake:cmake port:cmake-bootstrap
     configure.cmd          ${prefix}/libexec/cmake-bootstrap/bin/cmake
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_skip_archcheck-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                           cmake-bootstrap
</span> 
     configure.compiler.add_deps no
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -113,6 +115,9 @@ if {${os.platform} eq "darwin" && ${os.major} < 11} {
</span>     configure.cxxflags-append -U__STRICT_ANSI__
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Rosetta build may not match cmake arch
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_skip_archcheck-append cmake
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # add a missing strnlen definition if needed
 patchfiles-append       patch-0006-strnlen.diff
 
</pre><pre style='margin:0'>

</pre>