Re: portmaster -x not working?

2009-08-08 Thread Lawrence Stewart
Lawrence Stewart wrote: Frederique Rijsdijk wrote: Lawrence Stewart wrote: 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*'

Re: portmaster -x not working?

2009-08-08 Thread Doug Barton
Lawrence Stewart wrote: Today, I again had need of the ability to exclude multiple ports from an update run. It turns out your tip doesn't work with portmaster, though I suspect it would with portupgrade. For now, if you need to exclude more than one port you can check the man page about

Re: portmaster -x not working?

2009-08-08 Thread Lawrence Stewart
Doug Barton wrote: Lawrence Stewart wrote: Today, I again had need of the ability to exclude multiple ports from an update run. It turns out your tip doesn't work with portmaster, though I suspect it would with portupgrade. For now, if you need to exclude more than one port you can check the

Re: portmaster -x not working?

2009-07-15 Thread Frederique Rijsdijk
Lawrence Stewart wrote: 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*' portmaster -x '[.*php5.*|.*apache.*]' -n

Re: portmaster -x not working?

2009-07-15 Thread Miroslav Lachman
Doug Barton wrote: Try using just this: portmaster -x mysql-client- phpMyAdmin-3.1.5 That should work. If it does not, please let me know. The same result: r...@track ~/# portmaster -x mysql-client- phpMyAdmin-3.1.4 === Currently installed version: phpMyAdmin-3.1.4 === Port directory:

Re: portmaster -x not working?

2009-07-15 Thread Miroslav Lachman
Doug Barton wrote: Try using just this: portmaster -x mysql-client- phpMyAdmin-3.1.5 That should work. If it does not, please let me know. part 2: It is working with -x mysql, but not with -x mysql- or -x mysql-client or -x mysql-client- r...@track ~/# ~/portmaster -x mysql

Re: portmaster -x not working?

2009-07-15 Thread Miroslav Lachman
Miroslav Lachman wrote: Doug Barton wrote: Try using just this: portmaster -x mysql-client- phpMyAdmin-3.1.5 That should work. If it does not, please let me know. part 2: It is working with -x mysql, but not with -x mysql- or -x mysql-client or -x mysql-client- [...] So, something

Re: portmaster -x not working?

2009-07-15 Thread Lawrence Stewart
Frederique Rijsdijk wrote: Lawrence Stewart wrote: 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*' portmaster -x

portmaster -x not working?

2009-07-14 Thread Miroslav Lachman
Hi, I tried -x to exclude some port from recursive upgrade, but it seems not working. # portmaster -x mysql-client-* phpMyAdmin-3.1.5 is still trying to upgrade mysql-client before upgrade of phpMyAdmin. I workaround this issue by interactive mode (-i) which is working fine. Is -x

Re: portmaster -x not working?

2009-07-14 Thread Frederique Rijsdijk
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. -- Frederique

Re: portmaster -x not working?

2009-07-14 Thread Lawrence Stewart
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

Re: portmaster -x not working?

2009-07-14 Thread Miroslav Lachman
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. It is my

Excluding multiple ports with -x (Was: Re: portmaster -x not working?)

2009-07-14 Thread Doug Barton
Lawrence Stewart wrote: Hijacking the thread slightly, Generally better to start a new one, FYI. but is there a way to exclude multiple ports using the -x switch Not at this time, you'll want to use the -i option. hth, Doug ___

Re: portmaster -x not working?

2009-07-14 Thread Doug Barton
Try using just this: portmaster -x mysql-client- phpMyAdmin-3.1.5 That should work. If it does not, please let me know. Doug ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any