aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib/deps.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 1.12: Replace rather inefficient bubble sort with a recursive depth-firstPav Lucistnik2007-07-021-64/+110
* - pkg_info: flag -r: (show packages this packages depends on (documentation c...Oliver Eikemeier2004-06-291-3/+3
* - Make use of DEPOROGINs (if there are any) when installing package;Maxim Sobolev2002-05-141-9/+6
* replace __FUNCTION__ with standardized __func__.Alfred Perlstein2002-05-111-1/+1
* New feature: allow origins of all dependencies be recorded into package listMaxim Sobolev2002-05-051-6/+24
* Fix SCM ID's.David E. O'Brien2002-04-011-5/+3
* Make sortdeps() working with dependency lists containing one or no elements.Maxim Sobolev2002-02-201-1/+4
* WARNS=2 cleanup.Maxim Sobolev2001-10-101-1/+1
* Various fixes and improvements:Maxim Sobolev2001-09-191-10/+79
* Cosmetics: replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_L...Maxim Sobolev2001-08-021-3/+1
* - Add which(1)-like functionality into pkg_info;Maxim Sobolev2001-03-231-1/+0
* When creating a package sort dependencies in such a way that if dependencyMaxim Sobolev2001-03-151-0/+113