Portmaster does not work in non-interactive mode.

I can't get postmaster to work in non-interactive mode. I always need to press "q" on the keyboard to continue.
How to reproduce,
Code:
#!/usr/local/bin/zsh
export BATCH=yes
portmaster --no-confirm -fydgb  drm-fbsd13-kmod
 
Code:
portmaster -y -d firefox-esr

That should rebuild an existing program, Firefox in this instance, and delete distfiles without being asked whether or not to save them.
Code:
portmaster -y -D www/firefox-esr
That should build a non-existing program, Firefox in this instance, and not delete distfiles without being asked whether or not to save them before proceeding.

I just wait to OK it and glance at the terminal while relaxing in my recliner to make sure it hasn't stopped, intervene if it has or make it wait on me to feel like getting up.
 
Back
Top