[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 21:41:33 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 ballapete):

 Could be here in `Portfile`:

 {{{
   5 # cmake does not build universal on BigSur Intel
   6 if { ${os.platform} eq "darwin" && ${os.major} >= 20 && ${build_arch}
 eq "x86_64"} {
   7     universal_variant no
   8 } else {
   9     PortGroup       muniversal 1.0
  10 }
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/66240#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list