View Single Post
  #3   (View Single Post)  
Old 24th August 2009
BSDKaffee's Avatar
BSDKaffee BSDKaffee is offline
Real Name: Jason Hale
Coffee Addict
 
Join Date: May 2008
Location: Wintersville, Ohio
Posts: 212
Default

Quote:
Originally Posted by deadeyes View Post
I wondered if portupgrade -a does recompile every package, or only packages that are upgraded/updated.
portupgrade -a will upgrade all packages that need upgraded; up-to-date packages will not be upgraded.
Quote:
Originally Posted by deadeyes View Post
Also, if I do portupgrade -af for updating my system, and it gives me an output that some packages are failed, others are skipped and other ignored, and then type portupgrade -af again. Will this recompile all those packages again?
portupgrade -af will force all packages to be upgraded whether they are up-to-date or not. It has no knowledge of whether you ran it before or not, so it would start from the beginning if you ran it again.
Quote:
Originally Posted by deadeyes View Post
Why would some packages be ignored for updating?
If package A requires package B and package B fails, package A will be skipped. A package could be ignored if it is currently broken or set to be ignored or if some other error occurred.
Reply With Quote