Re: Building Ports: Is there a make equivalent for --batch ?

2012-10-08 Thread Thomas Mueller
from Polytropon: A workaround (and not directly the answer to your question) is to process the config dialogs before starting the build: # make config-recursive Once set, the options won't be requested on a second run. According to man 7 ports, there's a BATCH setting, but it is

Re: Building Ports: Is there a make equivalent for --batch ?

2012-10-08 Thread Chris Rees
On 8 Oct 2012 09:38, Thomas Mueller muelle...@insightbb.com wrote: from Polytropon: A workaround (and not directly the answer to your question) is to process the config dialogs before starting the build: # make config-recursive Once set, the options won't be requested on a

Re: Building Ports: Is there a make equivalent for --batch ?

2012-10-08 Thread Chris Rees
On 8 Oct 2012 10:16, Chris Rees utis...@gmail.com wrote: On 8 Oct 2012 09:38, Thomas Mueller muelle...@insightbb.com wrote: from Polytropon: A workaround (and not directly the answer to your question) is to process the config dialogs before starting the build: # make