On Wed, Apr 14, 2010 at 21:37, Ryan Schmidt <[email protected]> wrote:
>
> Well, not built-in, but it wouldn't be too hard to script. Probably something 
> like this would work:
>
> for p in $(port info --line --depends_lib wine-devel | sed 's/,/ /g')
> do
> sudo port upgrade --enforce-variants $(echo $p | sed 's/.*://') +universal
> done

But, then there are the dependents of dependents that might need to be
universal as well.  This would need to using port-rdeps rather than
just port.

I will say that this is part of the reason that I have "+universal"
selected as a default in my variants.conf file.

-- 
arno  s  hautala    /-|   [email protected]

pgp eabb6fe6 d47c500f b2458f5d a7cc7abb f81c4e00
_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Reply via email to