freebsd-dev/usr.sbin/pkg_install/delete
Maxim Sobolev a658650611 When creating a package sort dependencies in such a way that if dependency
A depends on dependency B then dependency A will be in all cases listed
before B, so ``pkg_add -r'' will fetch/install packages in the correct order.

Previously dependencies were sorted just by its names, which is why
``pkg_add -r'' never actually worked properly.

To be usefull, hovewer, this fix requires that all packages have been
rebuilt, so it will take some time until users would be able to feel
posititive improvements. For the same reasons it is desirable to propagate
these changes to the 4-stable package building cluster *before* 4.3 ports
freeze, so packages for 4.3-RELEASE would be properly prepared.

Prompted by:			kris
Insanely appreciated by:	obrien
Silently approved by:		jkh, -ports
2001-03-15 10:47:00 +00:00
..
delete.h - Merge recently added into pkg_info(1) regex/glob matching functionality into 2001-02-27 09:00:18 +00:00
main.c - Merge recently added into pkg_info(1) regex/glob matching functionality into 2001-02-27 09:00:18 +00:00
Makefile Use libfetch instead of libftpio. This adds support for http and IPv6. 2000-06-27 11:00:07 +00:00
perform.c When creating a package sort dependencies in such a way that if dependency 2001-03-15 10:47:00 +00:00
pkg_delete.1 Eliminate mdocNG warnings caused by misplaced or extraneous macro calls. 2001-02-28 17:38:53 +00:00