|
NAMEwanted-ports -- depend on the ports that you want installedSYNOPSISwanted-ports [-n] [-f config] [-a|-d portname]]DESCRIPTIONwanted-ports is a small port that simply has a user modifiable list of run-time dependencies. The idea is that by marking a port as wanted, it adds a double check helping to prevent accidental deletion of the ports you really want to have installed. pkg_delete(1) will refuse to delete a port when that port is a dependency required by some other installed port, unless you give the -f option to force the action.wanted-ports can also be used as a means to automate installing the required software load on a server. Using wanted-portsThe first time you run the wanted-ports script, it will generate a skeleton configuration file. Run wanted-ports to modify the list of ports that you want to have marked. This will automatically increment the "PORTREVISION" of wanted-ports, marking the ports-mgmt/wanted-ports port to be updated, eg. the next time that portmaster(8) or portupgrade(1) is run.Updating or reinstalling the port will cause the ports system to force all of the marked ports to be installed, using the standard dependency resolution mechanisms of the ports. OPTIONS
The add -a and delete -d options are processed in the order given on the command line, so a later option can override an earlier one. The portname argument will match any substring of the port or package name: care should be taken that you don't accidentally match unintended items. You can anchor searches to start or end of item using "^" or "$". FILES
ENVIRONMENTThe following environment variables affect the operation of wanted-ports. "PORTSDIR", "INDEXFILE" and "WANTEDPORTSCFG" override the system default settings: normally they will not need to be set. "USER" and "LOGNAME" are standard settings, from login(1).
SEE ALSOports(7), pkg_delete(1), pkg_cutleaves(1), portmaster(8), portupgrade(1)
Visit the GSP FreeBSD Man Page Interface. |