[MacPorts] #61214: npm6: nodejs dep on older systems
MacPorts
noreply at macports.org
Fri Sep 25 05:31:22 UTC 2020
#61214: npm6: nodejs dep on older systems
-----------------------------+----------------------
Reporter: iefdev | Owner: ci42
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.6.3
Resolution: | Keywords:
Port: npm6, nodejs14 |
-----------------------------+----------------------
Comment (by iefdev):
Replying to [comment:1 kencu]:
> I fixed up a bunch of the node ports for older systems a few years ago,
and perhaps others did too....
>
> This commit must predate that fixup, I guess.
<https://github.com/macports/macports-
ports/commit/a2abec4b0464639781c9214e5bc54ffe18878c4b>..
>
> And there's one prior that started it.
Ah, so it's maybe there because of earlier build failures.
`nodejs14` builds from 10.7 and up:
https://ports.macports.org/port/nodejs14/summary
So, perhaps it could/should be changed to:
{{{
#!tcl
if {${os.major} < 11} {
}}}
--
Ticket URL: <https://trac.macports.org/ticket/61214#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list