package are nice, but hwo do they handle flavor ? because I installed a system without X, and each time in try to install (by ports) a new software, it tries to compile it using X, and thus fails. are package compiled using standard choice, thus using X I don't have ? or are package built in a more intelligent manner, like based on what's already installed ? (If you want to send me to a man page I didn't found, please do ;))
On 9/10/07, Stuart Henderson <[EMAIL PROTECTED]> wrote: > On 2007/09/10 16:13, Chris wrote: > > - also is there any way to distinguish applications I installed from the > > package list and applications I installed from the ports tree? > > No; ports just create packages. If you 'make install' this checks > /usr/ports/packages/whatever/foo.tgz is up-to-date and builds it if > necessary, then runs pkg_add on it. > > But this is of little consequence... do the pkg_add -ui, then > ls -l /var/db/pkg and you can easily spot anything that didn't get > updated.