<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/5f970390c028e2933ca2e8a2d2acacccfb863e9b">https://github.com/macports/macports-ports/commit/5f970390c028e2933ca2e8a2d2acacccfb863e9b</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 5f970390c02 macports-libcxx: update notes to use legacysupport
</span>5f970390c02 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5f970390c028e2933ca2e8a2d2acacccfb863e9b
</span>Author: Ken <21211439+kencu@users.noreply.github.com>
AuthorDate: Mon Mar 21 08:01:20 2022 -0700

<span style='display:block; white-space:pre;color:#404040;'>    macports-libcxx: update notes to use legacysupport
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    the old block of notes gave manual-usage notes which should no longer be needed.
</span>---
 lang/macports-libcxx/Portfile | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/macports-libcxx/Portfile b/lang/macports-libcxx/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 86c9e2465e2..cdecea2d0d0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/macports-libcxx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/macports-libcxx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -59,13 +59,8 @@ destroot {
</span> }
 
 notes "
<span style='display:block; white-space:pre;background:#ffe0e0;'>-To enable a newer libc++ in your projects or Portfiles, use a recent compiler and add\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-something like the following:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+To enable a newer libc++, use a recent compiler and the legacysupport 1.1 PortGroup:
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.cxxflags-append -nostdinc++ -I${prefix}/include/libcxx/v1
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.ldflags-append  -L${prefix}/lib/libcxx
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-A suitable Portfile block you might use is here:
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-<https://github.com/macports/macports-ports/pull/10238#issuecomment-799000887>.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+legacysupport.use_mp_libcxx yes
</span> 
 "
</pre><pre style='margin:0'>

</pre>