Re: Speeding-up poudriere options

2019-08-05 Thread Walter Schwarzenfeld
A simple bash script? #!/usr/local/bin/bash for i in `cat list.txt` do poudriere options -cn $i done --- Shows only the port, not the recursive dependencies. list.txt should contain the ports in the form category/port (e.g. www/firefox). ___ freeb

Speeding-up poudriere options

2019-08-03 Thread Grzegorz Junka
I have a file with a list of packages to compile with poudriere. Every time I update ports I execute "poudriere options -j ... -f some_file" in order to update options of new packages or whenever something changed. The issue is that it takes about an hour for poudriere to go through the list a