Thread: Why ports?
View Single Post
Old 15th July 2008
phoenix's Avatar
phoenix phoenix is offline
Risen from the ashes
 
Join Date: May 2008
Posts: 696
Default

Personally, I find packages better suited for getting a system up and running right away (just a bunch of # pkg_add -r commands), but ports are better for keeping a system up-to-date and only using/installing/running the bits you want.

To get the best of both worlds, configure a build system where you use the ports tree to build packages, and then use the pkg_* tools on the target system to install them. That way, you don't even need a compiler toolchain or ports tree on your in-use systems.
__________________
Freddie

Help for FreeBSD: Handbook, FAQ, man pages, mailing lists.
Reply With Quote