<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/5afd7cfe8f6870f69484b512d863517645ea7310">https://github.com/macports/macports-ports/commit/5afd7cfe8f6870f69484b512d863517645ea7310</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 5afd7cfe8f6870f69484b512d863517645ea7310
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Aug 1 15:15:03 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    libtapi: Use MacPorts ln instead of system ln
</span>---
 devel/libtapi/Portfile | 3 +--
 1 file changed, 1 insertion(+), 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 1c4b2045f34..d88ecf6bdb3 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;'>@@ -37,8 +37,7 @@ worksrcdir              tapi_build
</span> post-extract {
     move ${workpath}/llvm-project-llvmorg-${llvm_version} ${workpath}/${worksrcdir}
     move ${workpath}/tapi-${version} ${worksrcpath}/tapi
<span style='display:block; white-space:pre;background:#ffe0e0;'>-#   can't quite sort out the built-in "ln" command to do this
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    system -W ${worksrcpath} "ln -s ../../tapi ${worksrcpath}/clang/tools/tapi"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ln -s ../../tapi ${worksrcpath}/clang/tools/tapi
</span> }
 
 depends_build-append    port:python38
</pre><pre style='margin:0'>

</pre>