Forced to use +universal

Anthony Bak anthony.bak at gmail.com
Fri Mar 2 09:03:36 PST 2012


Almost. This works for me:

port installed | grep universal| sed -e 's/@.*\+/-universal/' -e
's/\+universal/-universal/' -e 's/(active)//' | xargs sudo port
upgrade --enforce-variants

On Fri, Mar 2, 2012 at 8:40 AM, Aljaž Srebrnič <a2piratesoft at gmail.com> wrote:
> 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