[MacPorts] #36299: base should add a dependency on a compiler if it is being used

MacPorts noreply at macports.org
Sun Sep 23 23:57:37 PDT 2012


#36299: base should add a dependency on a compiler if it is being used
-------------------------+-------------------
 Reporter:  jeremyhu@…   |      Owner:  jmr@…
     Type:  enhancement  |     Status:  new
 Priority:  Normal       |  Milestone:
Component:  base         |    Version:  2.1.2
 Keywords:               |       Port:
-------------------------+-------------------
 If configure.compiler is a port, base should automatically add a
 dependency on that port.  This would avoid the need to add blocks like
 this (from wine):

 {{{
 # TODO: This should be done by base
 if {${configure.compiler} == "apple-gcc-4.2"} {
     depends_build-append port:apple-gcc42
     depends_skip_archcheck-append apple-gcc42
 }
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/36299>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list