More than one version of a port installed.

David Epstein David.Epstein at warwick.ac.uk
Sun Dec 14 16:12:31 PST 2008




Joshua Root-8 wrote:
> 
> David Epstein wrote:
>> On doing port installed, I found many examples like this:
>> tcl @8.5.4_0
>> tcl @8.5.5_0 (active)
>> 
>> The first would not allow an uninstall because of dependencies. Is there
>> anyway to reasonably clean up the situation so that I end up with only
>> one
>> version (the latest) of each port? But I suppose that wouldn't work
>> because
>> some port may insist on a particular outdated version of a package it
>> depends on. So what's the best one can do in this direction with not too
>> much manual work?
> 
> The incorrect complaining about dependents is fixed in MacPorts 1.7.
> Ports can't currently depend on particular versions of other ports, so
> you should be able to remove the old version with:
> 
> sudo port uninstall tcl @8.5.4_0
> 
> or, to remove all inactive versions:
> 
> sudo port uninstall inactive
> 
> - Josh
> 

Great!! I wondered why I suddenly stopped getting those error messages.
Thanks again.
D
-- 
View this message in context: http://www.nabble.com/More-than-one-version-of-a-port-installed.-tp21006096p21006434.html
Sent from the MacPorts - Users mailing list archive at Nabble.com.



More information about the macports-users mailing list