[MacPorts] #28211: kdelibs4 conflicts with kdebase4-runtime
MacPorts
noreply at macports.org
Sun Jan 30 15:34:44 PST 2011
#28211: kdelibs4 conflicts with kdebase4-runtime
----------------------------------------+-----------------------------------
Reporter: ron@… | Owner: snc@…
Type: defect | Status: reopened
Priority: Normal | Milestone:
Component: ports | Version: 1.9.2
Resolution: | Keywords:
Port: kdelibs4 kdebase4-runtime |
----------------------------------------+-----------------------------------
Comment(by snc@…):
Pulling from py26-roman, we can do some nasty magic to detect this but it
remains up to the user to fix the issue:
{{{
pre-activate {
if {[file exists ${python.pkgd}/roman.py]
&& ![catch {set vers [lindex [registry_active py26-docutils] 0]}]
&& [rpm-vercomp [lindex $vers 1] 0.6] < 0} {
# check for arbitrary 1.9 feature
if {[info exists negated_variants]} {
registry_deactivate py26-docutils "" [list ports_nodepcheck 1]
} else {
return -code error "py26-docutils [lindex $vers 1] conflicts
with $name, please deactivate it first."
}
}
}
}}}
--
Ticket URL: <https://trac.macports.org/ticket/28211#comment:4>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list