portmaster -x not working?

Lawrence Stewart lstewart at freebsd.org
Tue Jul 14 15:48:55 UTC 2009


Frederique Rijsdijk wrote:
> Hi,
> 
> Miroslav Lachman wrote:
>> Hi,
>>
>> I tried -x to exclude some port from recursive upgrade, but it seems not
>> working.
>>
>> # portmaster -x mysql-client-* phpMyAdmin-3.1.5
> 
> 
> Escape the asterix:
> 
> portmaster -x mysql-client-\* phpMyAdmin-3.1.5
> 
> That should work.

Hijacking the thread slightly, but is there a way to exclude multiple 
ports using the -x switch (or multiple -x switches)? Logically, I want 
to be able to do something like this:

portmaster -a -x '*foo*' -x '*bar*'

I so far haven't been able to figure out with casual prodding how to 
achieve the desired behaviour on the command line.

Cheers,
Lawrence


More information about the freebsd-ports mailing list