<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/6f5f9b3dbcd9279c055d990a0210172cb017fe8b">https://github.com/macports/macports-ports/commit/6f5f9b3dbcd9279c055d990a0210172cb017fe8b</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 6f5f9b3dbcd coreutils: explicitly disable openssl
</span>6f5f9b3dbcd is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 6f5f9b3dbcd9279c055d990a0210172cb017fe8b
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Tue Mar 4 11:25:09 2025 -0500
<span style='display:block; white-space:pre;color:#404040;'> coreutils: explicitly disable openssl
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Fixes: https://trac.macports.org/ticket/71957
</span>---
sysutils/coreutils/Portfile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
<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 4fde810d690..eb0bfd4acf7 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;'>@@ -9,7 +9,7 @@ conflicts gexpr coreutils-devel
</span> set my_name coreutils
version 9.5
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span>
categories sysutils
license GPL-3+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -51,7 +51,8 @@ compiler.blacklist-append \
</span>
configure.args-append \
--disable-silent-rules \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- --program-prefix=g
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ --program-prefix=g \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ --with-openssl=no
</span>
# Bypass year 2038 awareness code, which causes failures for 32-bit/universal.
configure.args-append \
</pre><pre style='margin:0'>
</pre>