Linked by Thom Holwerda on Fri 5th Oct 2007 20:49 UTC, submitted by Flatland_Spider
Thread beginning with comment 276426
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[3]: Package Management
by sonic2000gr on Sat 6th Oct 2007 06:06
in reply to "RE[2]: Package Management"
Try:
export PACKAGESITE="ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Lat...
or:
export PACKAGESITE="ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/All...
(no line breaks!)
before issuing your pkg_add -r command.
(If you use csh, change export to setenv and replace "=" with a space)
If you use "Latest", you simply specify the package name. If you use "All" you need to specify exact version. You can browse the ftp location above to see what is available. Most of these packages are in sync or a few minor version behind the ports, and are continously updated.






Member since:
2005-07-24
the problem I had with pkg_add was that the binary package was too far behind the ports package. I would have liked having the binaries on par with ports all the time. Is that too much to ask for?