[MacPorts] #66240: diffutils @3.8 does not build on PPC Leopard, Mac OS X 10.5.8, because /usr/bin/tar does not undertand the "J" option
MacPorts
noreply at macports.org
Sat Nov 12 23:17:47 UTC 2022
#66240: diffutils @3.8 does not build on PPC Leopard, Mac OS X 10.5.8, because
/usr/bin/tar does not undertand the "J" option
------------------------+-------------------------
Reporter: ballapete | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.8.0
Resolution: | Keywords: leopard ppc
Port: diffutils |
------------------------+-------------------------
Comment (by kencu):
Well I know cmake might want muniversal, but muniversal is not supposed to
want diffutils-for-muniversal on any system prior to Ventura:
{{{
if {${os.platform} eq "darwin" && ${os.version} >= 22} {
depends_build-append port:diffutils-for-muniversal
}
}}}
so I am not sure why you are seeing it called in.
If you are, perhaps I should have used ${os.major} vs ${os.version} ?
I did not see this on Monterey though.
--
Ticket URL: <https://trac.macports.org/ticket/66240#comment:5>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list