[MacPorts] #52986: buildbot: don't add ports that declare not to support ppc to the build queue of 10.5-ppc

MacPorts noreply at macports.org
Thu Dec 1 10:45:24 CET 2016


#52986: buildbot: don't add ports that declare not to support ppc to the build
queue of 10.5-ppc
-----------------------------+----------------------
  Reporter:  mojca           |      Owner:  admin@…
      Type:  enhancement     |     Status:  new
  Priority:  Normal          |  Milestone:
 Component:  server/hosting  |    Version:
Resolution:                  |   Keywords:  buildbot
      Port:                  |
-----------------------------+----------------------

Comment (by mojca):

 The problem with `tools/supported-archs.tcl` is that it only returns
 something when the port specifies `supported_archs` explicitly.

 So one can get `i386 ppc` or `i386 x86_64` or `i386 ppc x86_64`, ... or
 `noarch` or an empty string as the answer. I'm not sure how to reliably
 tell whether a port builds on PPC. Just guessing:
 * If the answer is not empty and not `noarch`, then `ppc` must be present,
 else skip building the port.

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


More information about the macports-tickets mailing list