On 2009-09-13 22:55 , Jack Howarth wrote: > Rather than depending on users having executed selfupdates > in a sequence that ended up those packages being updated before gcc4x > was built, it is better for the build of gcc4x to be able to demand > the newer versions/revisions being installed before the gcc4x package > could be built.
That's exactly what will happen with 1.8.0. port commands will upgrade dependencies before building the requested port. If you don't want that behavior (e.g. upgrading something like qt4-mac may take hours) you can use 'port -n'. Version dependencies could reduce the number of unnecessary/unwanted upgrades in cases where you can build against the installed version of a dependency and upgrade later. Rainer _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
