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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/69711179cc4c1485a71c1199507152827405725e">https://github.com/macports/macports-ports/commit/69711179cc4c1485a71c1199507152827405725e</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 69711179cc4 gnulib-1.0.tcl: Use "yes, but with shorter paths"
</span>69711179cc4 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 69711179cc4c1485a71c1199507152827405725e
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Wed Apr 17 23:59:53 2024 -0500

<span style='display:block; white-space:pre;color:#404040;'>    gnulib-1.0.tcl: Use "yes, but with shorter paths"
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    We've seen coreutils report "checking whether getcwd handles long file
</span><span style='display:block; white-space:pre;color:#404040;'>    names properly... yes, but with shorter paths" when it fails so switch
</span><span style='display:block; white-space:pre;color:#404040;'>    to gl_cv_func_getcwd_path_max="yes, but with shorter paths".
</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/62994
</span>---
 _resources/port1.0/group/gnulib-1.0.tcl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/gnulib-1.0.tcl b/_resources/port1.0/group/gnulib-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 85a6bf89a6b..2e264442a91 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/gnulib-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/gnulib-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,7 +15,7 @@ proc gnulib::setup {} {
</span>         # Override configure tests that causes problems on older macOS.
         # https://trac.macports.org/ticket/62994
         configure.args-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            gl_cv_func_getcwd_path_max=yes \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            gl_cv_func_getcwd_path_max="yes, but with shorter paths" \
</span>             gl_cv_func_getcwd_succeeds_beyond_4k=no
     }
 }
</pre><pre style='margin:0'>

</pre>