Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2014 15:00:19 +0000
From:      Arthur Chance <freebsd@qeng-ho.org>
To:        Albert Shih <Albert.Shih@obspm.fr>, freebsd-questions@freebsd.org
Subject:   Re: How to pass option poudriere
Message-ID:  <530CB003.8090402@qeng-ho.org>
In-Reply-To: <20140225142517.GA75240@pcjas.obspm.fr>
References:  <20140225142517.GA75240@pcjas.obspm.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?530CB003.8090402>