How to pass option poudriere
Arthur Chance
freebsd at qeng-ho.org
Tue Feb 25 15:00:29 UTC 2014
On 25/02/2014 14:25, Albert Shih wrote:
> Hi all,
>
> I would like to known how can I pass some option for a ports to poudriere.
>
> For example I build subversion with those options :
>
> # This file is auto-generated by 'make config'.
> # Options for subversion-1.8.8
> _OPTIONS_READ=subversion-1.8.8
> _FILE_COMPLETE_OPTIONS_LIST=BDB DOCS FREEBSD_TEMPLATE GNOME_KEYRING
> KDE_KWALLET MAINTAINER_DEBUG MOD_DAV_SVN NLS P4_STYLE_MARKERS SASL SERF
> STATIC SVNSERVE_WRAPPER TEST TOOLS
> OPTIONS_FILE_UNSET+=BDB
> OPTIONS_FILE_SET+=DOCS
> OPTIONS_FILE_UNSET+=FREEBSD_TEMPLATE
> OPTIONS_FILE_UNSET+=GNOME_KEYRING
> OPTIONS_FILE_UNSET+=KDE_KWALLET
> OPTIONS_FILE_UNSET+=MAINTAINER_DEBUG
> OPTIONS_FILE_UNSET+=MOD_DAV_SVN
> OPTIONS_FILE_SET+=NLS
> OPTIONS_FILE_UNSET+=P4_STYLE_MARKERS
> OPTIONS_FILE_UNSET+=SASL
> OPTIONS_FILE_SET+=SERF
> OPTIONS_FILE_UNSET+=STATIC
> OPTIONS_FILE_UNSET+=SVNSERVE_WRAPPER
> OPTIONS_FILE_UNSET+=TEST
> OPTIONS_FILE_UNSET+=TOOLS
>
> It's not standard default options, how can I tell poudriere to use those
> options ?
Look at the man page for poudriere, under the "options" sub-command.
That lets you configure per port options.
The usual form is
poudriere options -j <jail> -c some/port
or
poudriere options -j <jail> -c -f <file-containing-list-of-ports>
but there are various other flags as well.
More information about the freebsd-questions
mailing list