Freebsd – Rebuild all ports after FreeBSD upgrade

freebsdupgrade

I have just upgraded from 10.3 to 11.1. The following page describes the recommended next steps

When I run portmaster -af I am continuously prompted for questions about what should be built for each package. How do I simple take the default selection for each one automatically? There is no way this process will ever complete otherwise.

Best Answer

To just assume "yes" to everything, temporally you may add to /etc/make.conf this:

BATCH=yes

see also this https://unix.stackexchange.com/a/5905/53084

Related Question