From b4646e315885fdf773fe27e449361bb03a2abba9 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sun, 7 Oct 2012 12:00:16 +0900 Subject: [PATCH] do not uninstall leaves when pupgrade, it removes packages that are needed for compile --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index dbd04f2..2c463d6 100755 --- a/bashrc +++ b/bashrc @@ -190,7 +190,7 @@ null type apt-get && \ alias aupgrade="sudo apt-get autoremove --yes && sudo apt-get update --yes && sudo apt-get upgrade --yes" null type port && \ alias port="port -v" - alias pupgrade="sudo port -v selfupdate && { sudo port -v upgrade outdated; sudo port -v uninstall leaves; }" + alias pupgrade="sudo port -v selfupdate && { sudo port -v upgrade outdated; }" if iscygwin; then null type windate || alias windate="/c/Windows/System32/cmd.exe //c 'echo %DATE%-%TIME%'"