<pre style='margin:0'>
Ryan Carsten Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6cc4aa17fcca4f921b428289caa2fad3bb6fb46c">https://github.com/macports/macports-ports/commit/6cc4aa17fcca4f921b428289caa2fad3bb6fb46c</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 6cc4aa17fcc nodejs22: Prevent installation on Mac OS X 10.7
</span>6cc4aa17fcc is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 6cc4aa17fcca4f921b428289caa2fad3bb6fb46c
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Wed Jan 22 20:32:36 2025 -0600
<span style='display:block; white-space:pre;color:#404040;'> nodejs22: Prevent installation on Mac OS X 10.7
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Prevent installation of nodejs22 on Mac OS X 10.7 so that the buildbot
</span><span style='display:block; white-space:pre;color:#404040;'> worker does not kernel panic every time it attempts to build a port
</span><span style='display:block; white-space:pre;color:#404040;'> depending on nodejs22.
</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/71475
</span>---
devel/nodejs22/Portfile | 4 ++++
1 file changed, 4 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/nodejs22/Portfile b/devel/nodejs22/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a77a762e619..0e667ec144b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/nodejs22/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/nodejs22/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,6 +15,10 @@ categories devel net
</span> license {MIT BSD}
maintainers {ciserlohn @ci42} openmaintainer
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Attempting to use node on Mac OS X 10.7 causes a kernel panic. libuv could
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# be patched to fix this; see https://trac.macports.org/ticket/71475
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+platforms {darwin < 11 >= 12}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> description Evented I/O for V8 JavaScript
long_description Node's goal is to provide an easy way to build scalable network programs in JavaScript. \
</pre><pre style='margin:0'>
</pre>