portmaster -- no execute command

2013-04-17 Thread Jerry
Does portmaster have a --noexecute flag like portupgrade?
Specifically, I want to run the following command and see exactly what
would be updated / modified sans actually doing it.

portmaster -o new_app old_app

-- 
Jerry ♔

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: portmaster -- no execute command

2013-04-17 Thread Polytropon
On Wed, 17 Apr 2013 16:34:24 -0400, Jerry wrote:
 Does portmaster have a --noexecute flag like portupgrade?
 Specifically, I want to run the following command and see exactly what
 would be updated / modified sans actually doing it.
 
   portmaster -o new_app old_app

Is the -n option what you are looking for?

From man portmaster:

-n  run through all steps, but do not make or install any ports

This common flag seems to be allowed for installation via -o,
according to the synopsis:

portmaster [Common Flags] -o new port dir in /usr/ports
installed port



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org