<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6d216bdd508655b647d272d6b6dc118534e674f8">https://github.com/macports/macports-ports/commit/6d216bdd508655b647d272d6b6dc118534e674f8</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 6d216bdd508 common_lisp PG: use CCL on 10.10+
</span>6d216bdd508 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 6d216bdd508655b647d272d6b6dc118534e674f8
</span>Author: Kirill A. Korinsky <kirill@korins.ky>
AuthorDate: Mon Aug 28 20:48:08 2023 +0200
<span style='display:block; white-space:pre;color:#404040;'> common_lisp PG: use CCL on 10.10+
</span>---
_resources/port1.0/group/common_lisp-1.0.tcl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/common_lisp-1.0.tcl b/_resources/port1.0/group/common_lisp-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index fde8a5efb9f..d22876d5304 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/common_lisp-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/common_lisp-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,8 +36,8 @@ options common_lisp.clisp
</span> default common_lisp.clisp yes
options common_lisp.ccl
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# CLL doesn't support arm64 yet
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-default common_lisp.ccl [expr { ${os.arch} ne "arm" }]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# CLL doesn't support arm64 yet, and seems that stable working on 10.10+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+default common_lisp.ccl [expr { ${os.platform} eq "darwin" && ${os.major} >= 14 && ${os.arch} ne "arm" }]
</span>
options common_lisp.abcl
# ABCL requires java and support OpenJDK 11 before 10.14 fragile
</pre><pre style='margin:0'>
</pre>