| 
| Then I don't normally use dpb for fetching files either, but use make fetch.
| 
| When I do the cvs update I generate a list to be fetched.
| 
| Some sites don't like multiple download requests at the same time, using 
| make fetch avoids that.
| 
| If the ftp hangs kill the process and let it try the next site. Using a 
| list allow me to do that then start dpb knowning it less likely to 
| get stuck on a download.
| 

Or you can use dpb to download everything one at a time, prior to building:

#!/bin/ksh

/usr/ports/infrastructure/bin/dpb -F 1 dpb_ports_list &&
/usr/ports/infrastructure/bin/dpb -I dpb_ports_list

Reply via email to