-
Notifications
You must be signed in to change notification settings - Fork 164
poudriere options.8 devel
Bryan Drewery edited this page Aug 22, 2021
·
4 revisions
POUDRIERE-OPTIONS(8) | FreeBSD System Manager's Manual | POUDRIERE-OPTIONS(8) |
poudriere options
—
configure the options for a given port
poudriere options |
[options] -f
file
|
poudriere options |
[options] origin [origin2 [...]] |
Either a file containing a list of port origins must be supplied
with the -f
file option or a
list of port origins must be supplied on the command line.
-
-a
architecture - Specifies which architecture of FreeBSD to use to show options. (Default: the one of jail jailname)
-C
- Use 'config-conditional' target, which will only bring up the dialog on new options for the given ports. (This is the default)
-c
- Use 'config' target, which will always show the dialog for the given ports.
-
-f
file - Absolute path to a file which contains the list of ports to configure. Ports must be specified in the form category/port and shell-style comments are allowed.
-
-j
jailname - If given, configure the options only for the given jail.
-n
- Do not be recursive
-
-p
portstree - Run the configuration inside the given ports tree. (Default:
“
default
”) -r
- Remove port options instead of configuring them
-s
- Show port options instead of configuring them
-
-z
set - This specifies which SET to use for the build. See CUSTOMIZATION in poudriere(8) for examples of how this is used.
TERM
- Passed through for interactive config editing.
Bryan Drewery ⟨[email protected]⟩
April 26, 2021 | FreeBSD 14.0-CURRENT |