From ccbef232c97fda061eee54a96bcd60b13a77f5d1 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Fri, 23 Oct 2009 15:30:47 +1000 Subject: makepkg: improve removal of installed dependencies Compare a list of packages on the system before and after dependency resolution in order to get a complete list of packages to remove. This allows makepkg to remove packages installed due to provides. Bail in cases where packages that were on the system originally have been removed as there is a risk of breaking the system when removing the new packages. Fixes FS#15144. Signed-off-by: Allan McRae Signed-off-by: Dan McGee --- doc/makepkg.8.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt index 0432cd22..3fbd4062 100644 --- a/doc/makepkg.8.txt +++ b/doc/makepkg.8.txt @@ -174,9 +174,9 @@ Environment Variables --------------------- *PACMAN*:: The command that will be used to check for missing dependencies and to - install and remove packages. Pacman's -U, -T, -S and -Rns operations - must be supported by this command. If the variable is not set or - empty, makepkg will fall back to `pacman'. + install and remove packages. Pacman's -Qq, -Rns, -S, -T, and -U + operations must be supported by this command. If the variable is not + set or empty, makepkg will fall back to `pacman'. **PKGDEST=**"/path/to/folder":: Folder where the resulting packages will be stored. Overrides the -- cgit v1.2.3-24-g4f1b