[MacPorts] #35327: graphviz: nawk: illegal jump type 339
MacPorts
noreply at macports.org
Mon Feb 25 14:50:42 PST 2013
#35327: graphviz: nawk: illegal jump type 339
---------------------------+--------------------------
Reporter: runner0502@… | Owner: ryandesign@…
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 2.1.2
Resolution: fixed | Keywords:
Port: graphviz |
---------------------------+--------------------------
Comment (by egall@…):
> Either install gawk, or uninstall or deactivate nawk.
This seems to imply that if gawk is installed, that nawk does'''n't'''
need to be uninstalled. If this is the case, couldn't the build conflict
be changed so that graphviz only has a build_conflict with nawk if gawk is
not installed? Something like:
{{{
if {[catch "registry_active gawk"]} {
conflicts_build nawk
}
}}}
(also on an unrelated note, the notation for `if {![catch "registry_active
${badport}"]}` in the conflicts_build portgroup is kind of
counterintuitive; I would have expected the usage of the `!` to be the
other way around.)
--
Ticket URL: <https://trac.macports.org/ticket/35327#comment:6>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list