<pre style='margin:0'>
Marius Schamschula (Schamschula) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6b5a76051ac05d1ed2f06a7c8202803d25b5b88f">https://github.com/macports/macports-ports/commit/6b5a76051ac05d1ed2f06a7c8202803d25b5b88f</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 6b5a76051ac p11-kit: add comments about build Python
</span>6b5a76051ac is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 6b5a76051ac05d1ed2f06a7c8202803d25b5b88f
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Sun Nov 19 06:59:22 2023 -0600
<span style='display:block; white-space:pre;color:#404040;'> p11-kit: add comments about build Python
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Closes: https://trac.macports.org/ticket/68739
</span>---
security/p11-kit/Portfile | 3 +++
1 file changed, 3 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/p11-kit/Portfile b/security/p11-kit/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 057b4cc2c31..2a6bcd5e80e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/p11-kit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/p11-kit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,6 +36,9 @@ configure.args --disable-doc \
</span> --disable-silent-rules \
--with-trust-paths=${prefix}/share/curl/curl-ca-bundle.crt:${prefix}/etc/openssl
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# /usr/bin/python is Python 2.7 for older systems, and
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# /usr/bin/python3 is too old (< 3.6) on older systems
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://trac.macports.org/ticket/68739
</span> configure.env PYTHON=${prefix}/bin/python3.11
# https://trac.macports.org/wiki/WimplicitFunctionDeclaration#strchr
</pre><pre style='margin:0'>
</pre>