<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/25c5a3b189a85aab12185a47393c1e95aa15bfbd">https://github.com/macports/macports-ports/commit/25c5a3b189a85aab12185a47393c1e95aa15bfbd</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 25c5a3b libcxx, libcxxabi: Use delete proc where applicable
</span>25c5a3b is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 25c5a3b189a85aab12185a47393c1e95aa15bfbd
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Dec 3 23:46:55 2017 -0600
<span style='display:block; white-space:pre;color:#404040;'> libcxx, libcxxabi: Use delete proc where applicable
</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 | 2 +-
lang/libcxxabi/Portfile | 4 ++--
2 files changed, 3 insertions(+), 3 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 70781de..03b7473 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;'>@@ -103,7 +103,7 @@ if {${os.major} < 11 || [variant_isset replacemnt_libcxx]} {
</span> ln -s libc++.1.dylib ${destroot}${roots_path}/${root_name}/usr/lib/libc++.dylib
system "cd ${destroot}${roots_path}/${root_name} && tar czf ../${root_name}.tgz ."
<span style='display:block; white-space:pre;background:#ffe0e0;'>- file delete -force ${destroot}${roots_path}/${root_name}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ delete ${destroot}${roots_path}/${root_name}
</span> }
} else {
distfiles
<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 6cbea77..b8a0ba7 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;'>@@ -77,7 +77,7 @@ if {${os.major} < 11 || [variant_isset replacemnt_libcxx]} {
</span> # cmake would choose either cxa_exceptions or cxa_noexceptions
# but the buildit script just builds every file in the src directory and you can't have both
post-extract {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- system "rm ${worksrcpath}/src/cxa_noexception.cpp"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ delete ${worksrcpath}/src/cxa_noexception.cpp
</span> }
if {${os.major} < 10} {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -123,7 +123,7 @@ if {${os.major} < 11 || [variant_isset replacemnt_libcxx]} {
</span> xinstall -m 644 ${worksrcpath}/include/cxxabi.h ${destroot}${roots_path}/${root_name}/usr/include
system "cd ${destroot}${roots_path}/${root_name} && tar czf ../${root_name}.tgz ."
<span style='display:block; white-space:pre;background:#ffe0e0;'>- file delete -force ${destroot}${roots_path}/${root_name}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ delete ${destroot}${roots_path}/${root_name}
</span> }
} else {
distfiles
</pre><pre style='margin:0'>
</pre>