<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/8da5d38899a9aa3c574d43c78b677576a69d409d">https://github.com/macports/macports-ports/commit/8da5d38899a9aa3c574d43c78b677576a69d409d</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 8da5d38899a coreutils-devel: explicitly disable openssl
</span>8da5d38899a is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 8da5d38899a9aa3c574d43c78b677576a69d409d
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Tue Mar 4 10:43:33 2025 -0500
<span style='display:block; white-space:pre;color:#404040;'> coreutils-devel: explicitly disable openssl
</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/71957
</span>---
sysutils/coreutils-devel/Portfile | 5 +++--
1 file changed, 3 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 f90e42b8286..2b349af1e48 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;'>@@ -9,7 +9,7 @@ conflicts gexpr coreutils
</span> set my_name coreutils
version 9.6
<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>