<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/06366ebcfff2fb53864dfcbebe767531abab5e61">https://github.com/macports/macports-ports/commit/06366ebcfff2fb53864dfcbebe767531abab5e61</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 06366eb  libcxx: add libcxxabi headers
</span>06366eb is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 06366ebcfff2fb53864dfcbebe767531abab5e61
</span>Author: ken-cunningham-webuse <ken.cunningham.webuse@gmail.com>
AuthorDate: Sun Apr 15 17:30:15 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    libcxx: add libcxxabi headers
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    in the move from libcxx-3.x to libcxx-5.x these were
</span><span style='display:block; white-space:pre;color:#404040;'>    left behind it appears.
</span>---
 lang/libcxx/Portfile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

<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 1d25938..ce3a9d6 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;'>@@ -4,7 +4,7 @@ PortGroup               compiler_blacklist_versions 1.0
</span> name                    libcxx
 epoch                   1
 version                 5.0.1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision                1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision                2
</span> categories              lang
 platforms               darwin
 license                 MIT NCSA
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -154,6 +154,10 @@ if {${os.major} < 11 || [variant_isset replacemnt_libcxx]} {
</span>         xinstall -m 755 ${libcxx_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:#e0ffe0;'>+        xinstall -m 755 -d ${destroot}${roots_path}/${root_name}/usr/include
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        xinstall -m 755 ${libcxxabi_worksrcpath}/include/__cxxabi_config.h ${destroot}${roots_path}/${root_name}/usr/include
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        xinstall -m 755 ${libcxxabi_worksrcpath}/include/cxxabi.h ${destroot}${roots_path}/${root_name}/usr/include
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>         system -W ${destroot}${roots_path}/${root_name} "tar czf ../${root_name}.tgz ."
         delete ${destroot}${roots_path}/${root_name}
     }
</pre><pre style='margin:0'>

</pre>