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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9a3aaca9ea10054c6825b2b2ecf20571583c5ee1">https://github.com/macports/macports-ports/commit/9a3aaca9ea10054c6825b2b2ecf20571583c5ee1</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 9a3aaca  libcxx, libcxxabi: Use system's -W argument instead of cd
</span>9a3aaca is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9a3aaca9ea10054c6825b2b2ecf20571583c5ee1
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Dec 3 23:48:39 2017 -0600

<span style='display:block; white-space:pre;color:#404040;'>    libcxx, libcxxabi: Use system's -W argument instead of cd
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See https://trac.macports.org/ticket/55441
</span>---
 lang/libcxx/Portfile    | 4 ++--
 lang/libcxxabi/Portfile | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/libcxx/Portfile b/lang/libcxx/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 03b7473..70191e9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/libcxx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/libcxx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -44,7 +44,7 @@ platform darwin {
</span> 
     if {${os.major} < 11} {
         post-activate {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            system "cd / && tar xzf ${roots_path}/${root_name}.tgz"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            system -W / "tar xzf ${roots_path}/${root_name}.tgz"
</span>         }
     }
 }
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -102,7 +102,7 @@ if {${os.major} < 11 || [variant_isset replacemnt_libcxx]} {
</span>         xinstall -m 755 ${worksrcpath}/lib/libc++.1.dylib ${destroot}${roots_path}/${root_name}/usr/lib
         ln -s libc++.1.dylib ${destroot}${roots_path}/${root_name}/usr/lib/libc++.dylib
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        system "cd ${destroot}${roots_path}/${root_name} && tar czf ../${root_name}.tgz ."
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        system -W ${destroot}${roots_path}/${root_name} "tar czf ../${root_name}.tgz ."
</span>         delete ${destroot}${roots_path}/${root_name}
     }
 } else {
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/libcxxabi/Portfile b/lang/libcxxabi/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b8a0ba7..ec2076c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/libcxxabi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/libcxxabi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -49,7 +49,7 @@ platform darwin {
</span> 
     if {${os.major} < 11} {
         post-activate {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            system "cd / && tar xzf ${roots_path}/${root_name}.tgz"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            system -W / "tar xzf ${roots_path}/${root_name}.tgz"
</span>         }
     }
 }
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -122,7 +122,7 @@ if {${os.major} < 11 || [variant_isset replacemnt_libcxx]} {
</span>         xinstall -m 644 ${worksrcpath}/include/__cxxabi_config.h ${destroot}${roots_path}/${root_name}/usr/include
         xinstall -m 644 ${worksrcpath}/include/cxxabi.h ${destroot}${roots_path}/${root_name}/usr/include
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        system "cd ${destroot}${roots_path}/${root_name} && tar czf ../${root_name}.tgz ."
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        system -W ${destroot}${roots_path}/${root_name} "tar czf ../${root_name}.tgz ."
</span>         delete ${destroot}${roots_path}/${root_name}
     }
 } else {
</pre><pre style='margin:0'>

</pre>