Variant conflicts

Mojca Miklavec mojca at macports.org
Thu Nov 19 06:21:25 PST 2015


2015-11-19 0:09 GMT+01:00 Eric A. Borisch wrote:
> On Wed, Nov 18, 2015 at 3:29 PM, Bachsau wrote:
>
>> Is there a way to find all ports still installed with +x11 and
>> reinstall with quartz instead?
>
> Try this first:
>
> port echo active and variant:quartz and variant:x11 \
>   | sed -n -e '/\+quartz/d;s/@[^+-]*//;s/\+x11/-x11+quartz/p' \
>   | xargs -n 2

I would never be able to remember that. I would use a simple
   port installed | grep x11
to get the initial list.

Mojca


More information about the macports-users mailing list