[email protected] (Joel Rees), 2014.09.23 (Tue) 10:10 (CEST): > I've built both /usr/src and /usr/xenocara after updating to -stable, > and I've updated /usr/ports to -stable, but there are no instructions > to do a build at the top of /usr/ports. Can I assume that would be > because you generally don't want to build the whole ports tree? > > I'm reading the faq, and looks like pkg_add doesn't have any option to > tell it whether to add from -stable or -current or -release . There > are warnings not to mix packages from -stable and -current , and I > think it at indicates not to mix -stable and -release . But I don't > see any way to tell pkg_add which. > > It looks like pkg_add references and uses the ports directory, in > which case it should "know" to get the -stable packages. > > Am I understanding things correctly?
I think the following applies (pkg_add(1)): "If the given package names are not found in the current working directory, pkg_add will search for them in each directory (local or remote) named by the PKG_PATH environment variable. If PKG_PATH is not defined, pkg_add will use the path named by installpath within pkg.conf(5). " So _you_ decide by the path you specify. Bye, Marcus

