View Single Post
  #4   (View Single Post)  
Old 2nd June 2008
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,131
Default

In another place, your friend or your work, you could fetch all the source files and write them to CD
Code:
make fetch
Of course you will have to repeat that for the dependency ports. I never had to do this but this should fetch all dependencies
Code:
make fetch depends
The only remaining problem is how to tell the ports makefile at home to retrieve the files from your CD instead through ftp.
I will leave that to others, as I don't have the time at this moment to figure that out
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote