<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/db5ab7c3708214782bfb110d3a3eee5de4bd66c0">https://github.com/macports/macports-ports/commit/db5ab7c3708214782bfb110d3a3eee5de4bd66c0</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit db5ab7c3708214782bfb110d3a3eee5de4bd66c0
</span>Author: Sergey Fedorov <barracuda@macos-powerpc.org>
AuthorDate: Tue Nov 12 23:50:50 2024 +0800
<span style='display:block; white-space:pre;color:#404040;'> cl-idna: fix build on powerpc
</span>---
lisp/cl-idna/Portfile | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lisp/cl-idna/Portfile b/lisp/cl-idna/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f843fd63733..8d206f34139 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lisp/cl-idna/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lisp/cl-idna/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,8 +1,8 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup github 1.0
</span> PortGroup common_lisp 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup github 1.0
</span>
github.setup antifuchs idna 0.2.2
name cl-idna
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -16,8 +16,13 @@ categories-append devel
</span> maintainers nomaintainer
license MIT
<span style='display:block; white-space:pre;background:#ffe0e0;'>-description IDNA (international domain names) string encoding and decoding routines
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+description IDNA (international domain names) string encoding \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ and decoding routines
</span> long_description {*}${description}
depends_lib-append port:cl-split-sequence
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://github.com/antifuchs/idna/issues/2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+platform darwin powerpc {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ common_lisp.sbcl no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span></pre><pre style='margin:0'>
</pre>