Linked by Nathan Mace on Tue 19th Mar 2002 17:21 UTC
Permalink for comment
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/19/13 23:15 UTC
Linked by Thom Holwerda on 05/19/13 23:11 UTC, submitted by Drumhellar
Linked by Thom Holwerda on 05/18/13 21:06 UTC
Linked by Thom Holwerda on 05/18/13 7:37 UTC
Linked by fran on 05/18/13 1:38 UTC
Linked by Thom Holwerda on 05/17/13 23:35 UTC, submitted by kragil
Linked by MOS6510 on 05/17/13 22:22 UTC
Linked by Thom Holwerda on 05/17/13 22:15 UTC, submitted by Tom
Linked by Thom Holwerda on 05/16/13 21:41 UTC
Linked by Thom Holwerda on 05/16/13 17:04 UTC
More News »
Sponsored Links



You dont need to use CVSup to keek your programs update.
Alot of hardcore linux/anti FreeBSD users seem to say source building is dumb. Even if you choose to think that, with FreeBSD you can use pkg_add -r command to install binary installs of programs AND ALL ITS DEPENDENCES AUTOMATICALLY.
All you do is find your local FreeBSD mirror.
then add the PACKAGESITE enviroment for your csh or bash shell.So I put
setenv PACKAGESITE ftp://mirror.aarnet.edu.au/raid/2/freebsd/ports/i386/packages-4-st...
In my /root/.cshrc
You can see it with the "env" command
%env
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/loc al/bin:/usr/X11R6/bin:/root/bin
blah,blah
PACKAGESITE=ftp://mirror.aarnet.edu.au/raid/2/freebsd/ports/i386/packages-4-st...
Now if I wanted to install VIM and all its deps of the very latest version of VIM I just do
pkg_add -r vim
and it fetchs it and installs all the deps automatically
Fetching ftp://mirror.aarnet.edu.au/raid/2/freebsd/ports/i386/packages-4-st...... Done.
Fetching ftp://mirror.aarnet.edu.au/raid/2/freebsd/ports/i386/packages-4-st...... Done.
Fetching ftp://mirror.aarnet.edu.au/raid/2/freebsd/ports/i386/packages-4-st...... Done.
Fetching ftp://mirror.aarnet.edu.au/raid/2/freebsd/ports/i386/packages-4-st...... Done.
Fetching ftp://mirror.aarnet.edu.au/raid/2/freebsd/ports/i386/packages-4-st...... Done.
Fetching ftp://mirror.aarnet.edu.au/raid/2/freebsd/ports/i386/packages-4-st...... Done.
Fetching ftp://mirror.aarnet.edu.au/raid/2/freebsd/ports/i386/packages-4-st...... Done.
If I didn't want the latest builds I would set the environment to
ftp://mirror.aarnet.edu.au/raid/2/freebsd/ports/i386/packages-4.5-...