<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7148069eea12ebc9cde456c818fed6769a04e8cd">https://github.com/macports/macports-ports/commit/7148069eea12ebc9cde456c818fed6769a04e8cd</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 7148069eea1 just-fast: use legacysupport for filesystem with libc++
</span>7148069eea1 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7148069eea12ebc9cde456c818fed6769a04e8cd
</span>Author: barracuda156 <vital.had@gmail.com>
AuthorDate: Mon Jun 3 19:22:52 2024 +0800

<span style='display:block; white-space:pre;color:#404040;'>    just-fast: use legacysupport for filesystem with libc++
</span>---
 sysutils/just-fast/Portfile | 8 ++++++++
 1 file changed, 8 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/just-fast/Portfile b/sysutils/just-fast/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 661152ed6ae..cd2500016a0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/just-fast/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/just-fast/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,14 @@ PortSystem          1.0
</span> PortGroup           cmake 1.1
 PortGroup           github 1.0
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${os.platform} eq "darwin" && ${configure.cxx_stdlib} eq "libc++"} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # filesystem
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    PortGroup       legacysupport 1.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    legacysupport.newest_darwin_requires_legacy 19
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    legacysupport.use_mp_libcxx yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> github.setup        GiuseppeCesarano just-fast 276b7b860a641cadd8ef2abec7a77b67222172b0
 version             2023.12.18
 revision            0
</pre><pre style='margin:0'>

</pre>