<pre style='margin:0'>
Mohamed Akram (mohd-akram) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2e5d4a38108ada3250366554d2e3636da73775ae">https://github.com/macports/macports-ports/commit/2e5d4a38108ada3250366554d2e3636da73775ae</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 2e5d4a38108 crystal: set platforms to darwin >= 19
</span>2e5d4a38108 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 2e5d4a38108ada3250366554d2e3636da73775ae
</span>Author: aeiouaeiouaeiouaeiouaeiouaeiou <aeioudev@outlook.com>
AuthorDate: Sat Jul 13 13:02:13 2024 +0300
<span style='display:block; white-space:pre;color:#404040;'> crystal: set platforms to darwin >= 19
</span>---
lang/crystal/Portfile | 5 +++++
1 file changed, 5 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/crystal/Portfile b/lang/crystal/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2c03965e7f5..d9fc0e7f7f9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/crystal/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/crystal/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,6 +33,11 @@ depends_lib port:boehmgc \
</span> port:zlib \
port:pkgconfig
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# dyld: Symbol not found: ____chkstk_darwin
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# bootstrap binaries use the libpthread
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# functions that were added in macOS 10.15
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+platforms {darwin >= 19}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # Use a prebuilt version of Crystal to build itself
set cr_ver ${version}
set cr_full_ver ${cr_ver}-1
</pre><pre style='margin:0'>
</pre>