17 Apr
2007
17 Apr
'07
9:24 a.m.
Citando Ryan Schmidt :
Perhaps you meant to clean only the *installed* ports. But I'm still not clear why. I think MacPorts automatically cleans each port after it's installed, so you really shouldn't need to clean the installed ports.
port automatically cleans the work (build) directory, but not the distfiles and the archives, which port clean --all does. So it is a way to gain some disk files as distfiles can begin to pile up if there are frequent updates. Uninstalling inactive ports frees a lot of room too. Emmanuel