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
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to