<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/ee2681da0d281112bf6cafc1b4c917de90da6a2f">https://github.com/macports/macports-ports/commit/ee2681da0d281112bf6cafc1b4c917de90da6a2f</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 ee2681da0d2 coreutils/coreutils-devel: fix year 2038 check See: https://trac.macports.org/ticket/55643 See: https://trac.macports.org/ticket/65457 Fixes: https://trac.macports.org/ticket/65673
</span>ee2681da0d2 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ee2681da0d281112bf6cafc1b4c917de90da6a2f
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Tue Aug 16 19:38:04 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    coreutils/coreutils-devel: fix year 2038 check
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/55643
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/65457
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/65673
</span>---
 sysutils/coreutils-devel/Portfile | 6 ------
 sysutils/coreutils/Portfile       | 6 ------
 2 files changed, 12 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 ef35e536352..440161128c1 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;'>@@ -54,13 +54,7 @@ configure.args-append \
</span> 
 # Bypass year 2038 awareness code that causes the universal variant to fail.
 configure.args-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                TIME_T_32_BIT_OK=yes
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# Disable year 2038 support, for 32-bit-only platforms
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-if {${configure.build_arch} in {i386 ppc}} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append \
</span>                 --disable-year2038
<span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span> 
 # Whether deliberately or not, some users run MacPorts as root without privilege dropping.
 configure.env-append \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/coreutils/Portfile b/sysutils/coreutils/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 272f768545d..198e4286025 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/coreutils/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/coreutils/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -54,13 +54,7 @@ configure.args-append \
</span> 
 # Bypass year 2038 awareness code that causes the universal variant to fail.
 configure.args-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                TIME_T_32_BIT_OK=yes
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# Disable year 2038 support, for 32-bit-only platforms
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-if {${configure.build_arch} in {i386 ppc}} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append \
</span>                 --disable-year2038
<span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span> 
 # Whether deliberately or not, some users run MacPorts as root without privilege dropping.
 configure.env-append \
</pre><pre style='margin:0'>

</pre>