no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | portmaster [2012/08/17 19:43] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== portmaster ====== | ||
+ | * [[FreeBSD]] | ||
+ | * [[FreeBSD Ports Upgrades]] | ||
+ | |||
+ | A tool for updating your ports. | ||
+ | |||
+ | [[http:// | ||
+ | |||
+ | ==== Howto ==== | ||
+ | |||
+ | == Batch upgrade all ports == | ||
+ | |||
+ | < | ||
+ | portmaster -G -a | ||
+ | </ | ||
+ | |||
+ | == Check all ports dependecies == | ||
+ | |||
+ | In cases where the dependecies needs fixing, as in they are installed, but the ports database needs to know they are there, you can have portmaster upgrade the datbase: | ||
+ | |||
+ | < | ||
+ | portmaster -y --check-depends | ||
+ | </ | ||
+ | |||
+ | == Check ports database == | ||
+ | |||
+ | This checks for any ports that the database says are installed, but are not. | ||
+ | |||
+ | < | ||
+ | portmaster -y --check-port-dbdir | ||
+ | </ |