Forced to use +universal
Aljaž Srebrnič
a2piratesoft at gmail.com
Fri Mar 2 08:40:05 PST 2012
On 02/mar/2012, at 17:17, Anthony Bak wrote:
> Ah. Ok. Is there a way to find all current packages that are
> installed +universal and uninstall them? Equivalently - how can I now
> backout of this +universal -universal situation (and perhaps try the
> develop version of the package or choose something else).
> _______________________________________________
> macports-users mailing list
> macports-users at lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
Hey!
i believe something like this:
$ port installed | grep universal | sed -e 's/@.*\+/+/' -e 's/\+universal/-universal/' -e 's/(active)//' | xargs sudo port upgrade --enforce-variants
will update all your universal ports.
Regards,
Aljaž Srebrnič
-- --
My public key: http://bit.ly/g5pw_pubkey
More information about the macports-users
mailing list