PDA

View Full Version : question about ports


wonslung
June 1st, 2009, 13:37
Is there any way to download the ports distfiles without installing them right away?

I ask because the hosting company i use only offered freebsd 7.1 so when i get a new server i end up installing 7.2 and i wait till that is done before installing the ports, i was wondering if there is a method to download the distfiles of the ports you plan to install so you can install them later.

ale
June 1st, 2009, 13:49
You can use make fetch, make fetch-recursive or make checksum.
Look at ports.

Consider also that some options may require extra distfiles. For example, if you build mplayer using WITH_SVGALIB, graphics/svgalib will be installed too.