<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/3868eb2eb1628df8b98de5357fe59b2f588bfc69">https://github.com/macports/macports-ports/commit/3868eb2eb1628df8b98de5357fe59b2f588bfc69</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 3868eb2eb16 util-linux: unbreak for 32-bit platforms
</span>3868eb2eb16 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3868eb2eb1628df8b98de5357fe59b2f588bfc69
</span>Author: barracuda156 <vital.had@gmail.com>
AuthorDate: Fri May 10 18:36:11 2024 +0800

<span style='display:block; white-space:pre;color:#404040;'>    util-linux: unbreak for 32-bit platforms
</span>---
 devel/util-linux/Portfile | 7 +++++++
 1 file changed, 7 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/util-linux/Portfile b/devel/util-linux/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 27dec980a57..16e9e4e2077 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/util-linux/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/util-linux/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -80,6 +80,13 @@ configure.args      --disable-agetty \
</span>                     --without-audit \
                     --without-python
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${configure.build_arch} in [list arm i386 ppc]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # For some reason, upstream decided to break the build well in advance.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # configure: error: could not enable timestamps after mid-January 2038.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --disable-year2038
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.checks.implicit_function_declaration.whitelist-append strchr
 
 # When adding new programs, check the .c file for license
</pre><pre style='margin:0'>

</pre>