<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/b434d21d6ae7a89f0a435a98c34b14e69aa2d446">https://github.com/macports/macports-ports/commit/b434d21d6ae7a89f0a435a98c34b14e69aa2d446</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 b434d21d6ae gnulib-1.0.tcl: Use gl_cv_func_getcwd_path_max=yes
</span>b434d21d6ae is described below
<span style='display:block; white-space:pre;color:#808000;'>commit b434d21d6ae7a89f0a435a98c34b14e69aa2d446
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Wed Apr 17 23:51:29 2024 -0500
<span style='display:block; white-space:pre;color:#404040;'> gnulib-1.0.tcl: Use gl_cv_func_getcwd_path_max=yes
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> New reports indicate gl_cv_func_getcwd_succeeds_beyond_4k=no is not
</span><span style='display:block; white-space:pre;color:#404040;'> sufficient.
</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 | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
<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 6efc41fd103..85a6bf89a6b 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;'>@@ -2,19 +2,21 @@
</span> #
# This portgroup works around problems that occur on some systems with projects
# that use gnulib and have configure scripts generated by autoconf. If a
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# configure script contains the string gl_cv_func_getcwd_succeeds_beyond_4k then
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# this portgroup should be included in that portfile even if you don't see a
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# problem on your system because your system may not be one of those affected.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# There are no options.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# configure script contains the strings gl_cv_func_getcwd_succeeds_beyond_4k or
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# gl_cv_func_getcwd_path_max then this portgroup should be included in that
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# portfile even if you don't see a problem on your system because your system
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# may not be one of those affected. There are no options.
</span>
namespace eval gnulib {}
proc gnulib::setup {} {
global os.platform os.major
if {${os.platform} eq "darwin" && ${os.major} <= 9} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- # Override a configure test that causes problems on older macOS.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # Override configure tests that causes problems on older macOS.
</span> # https://trac.macports.org/ticket/62994
<span style='display:block; white-space:pre;background:#ffe0e0;'>- configure.args-append gl_cv_func_getcwd_succeeds_beyond_4k=no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.args-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ gl_cv_func_getcwd_path_max=yes \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ gl_cv_func_getcwd_succeeds_beyond_4k=no
</span> }
}
</pre><pre style='margin:0'>
</pre>