[MacPorts] #53928: ntpsec @0.9.7: error: POSIX clock_settime(2) is required
MacPorts
noreply at macports.org
Fri Nov 3 12:00:12 UTC 2017
#53928: ntpsec @0.9.7: error: POSIX clock_settime(2) is required
-------------------------+------------------------
Reporter: ryandesign | Owner: lbschenkel
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: wontfix | Keywords:
Port: ntpsec |
-------------------------+------------------------
Comment (by ryandesign):
Then please modify the port to error out early with a friendlier error
message. Something like:
{{{
pre-fetch {
if {${os.platform} eq "darwin" && ${os.major} < 16} {
ui_error "${name} @${version} requires macOS 10.12 or greater."
return -code error "incompatible macOS version"
}
}
}}}
--
Ticket URL: <https://trac.macports.org/ticket/53928#comment:8>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list