FreeBSD Ports installation dynamically.

Well, that's kind of Unix 101; you could redirect the output. Look into the manual page of whatever shell you're using, generally you'd use > and the likes. For example: echo stuff > /dev/null. Of course I'd suggest using something like tee to dump the output in a file anyway in case something goes wrong.

Another option could be ports-mgmt/portmaster; it has an option in its config file which tells it to hide th building output.

So yah, plenty of options.
 
Back
Top