<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/951d34faf43030b8d373b19956b2ea2c2ead874c">https://github.com/macports/macports-ports/commit/951d34faf43030b8d373b19956b2ea2c2ead874c</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 951d34faf43 coreutils-devel: update 2038 flags for latest release
</span>951d34faf43 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 951d34faf43030b8d373b19956b2ea2c2ead874c
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Thu Aug 31 12:03:18 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    coreutils-devel: update 2038 flags for latest release
</span>---
 sysutils/coreutils-devel/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/coreutils-devel/Portfile b/sysutils/coreutils-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 25db6f57806..7f0c7cc5dbf 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/coreutils-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/coreutils-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -57,9 +57,9 @@ configure.args-append \
</span>                 --disable-silent-rules \
                 --program-prefix=g
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Bypass year 2038 awareness code that causes the universal variant to fail.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Bypass year 2038 awareness code, which causes failures for 32-bit/universal.
</span> configure.args-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                ac_year2038_required=no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                --disable-year2038
</span> 
 # Whether deliberately or not, some users run MacPorts as root without privilege dropping.
 configure.env-append \
</pre><pre style='margin:0'>

</pre>