CVSROOT: /cvs Module name: src Changes by: es...@cvs.openbsd.org 2011/11/14 05:49:06
Modified files: usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Log message: much better solver: don't try to solve every library, but just the ones we have in the package we're trying to create. So, solve one level, and keep solving until we have what we need or we run out of level. Any package without @wantlib and lots of runtime depends will build MUCH faster. Other packages MAY build faster.