Portmanager bypassing

You know, I just started portmanager and it is updating installed ports.
And this is taking soo long so i am thinking of goin to sleep while this finishes.
But there is a problem. Occasionally, blue screen appears asking me to select dependencies.
How can I automate this so the answer is always OK? help, i need to sleep , just a few hours , i am so tireed :x
 
portmaster will actually go though all those screens before building.
 
DutchDaemon said:
Sure, but you'll still have to hit 'OK' ;)

True, but you do get to set the options before going to bed ;)

BATCH=yes will use the default options, unless you set them in /etc/make.conf.
 
In a script like this
Code:
#!/bin/sh
env -i BATCH=yes
nice -20 portmaster -avd --no-confirm --index
env -u BATCH | grep BATCH
the "blue" configuration still appears.
 
Back
Top