[MacPorts] #58677: legacy support issue while building cmake (Leopard)

MacPorts noreply at macports.org
Thu Aug 15 09:09:49 UTC 2019


#58677: legacy support issue while building cmake (Leopard)
-----------------------+---------------------------------
  Reporter:  rmottola  |      Owner:  (none)
      Type:  defect    |     Status:  new
  Priority:  Normal    |  Milestone:
 Component:  ports     |    Version:
Resolution:            |   Keywords:  leopard i386 legacy
      Port:  cmake     |
-----------------------+---------------------------------

Comment (by rmottola):

 Possibly the initial error was spurious.
 I understand that libc++ needs to be excluded, but is fine for intel.
 Shouldn't it be written like this then, instead of forcing os < 9? Once it
 will work on PPC and/or PPC64 just remove the later tests

 {{{
 if {(${os.platform} eq "darwin" && ${os.major} < 10) && !(${build_arch} eq
 "ppc" || ${build_arch} eq "ppc64")} {
     depends_lib-append port:libcxx
     configure.cxx_stdlib libc++
 }
 }}}

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


More information about the macports-tickets mailing list