From owner-freebsd-questions@FreeBSD.ORG Tue Feb 25 15:00:29 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 166C590A for ; Tue, 25 Feb 2014 15:00:29 +0000 (UTC) Received: from blue.qeng-ho.org (blue.qeng-ho.org [217.155.128.241]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A433C126C for ; Tue, 25 Feb 2014 15:00:28 +0000 (UTC) Received: from fileserver.home.qeng-ho.org (localhost [127.0.0.1]) by fileserver.home.qeng-ho.org (8.14.7/8.14.5) with ESMTP id s1PF0Jig074029; Tue, 25 Feb 2014 15:00:19 GMT (envelope-from freebsd@qeng-ho.org) Message-ID: <530CB003.8090402@qeng-ho.org> Date: Tue, 25 Feb 2014 15:00:19 +0000 From: Arthur Chance User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Albert Shih , freebsd-questions@freebsd.org Subject: Re: How to pass option poudriere References: <20140225142517.GA75240@pcjas.obspm.fr> In-Reply-To: <20140225142517.GA75240@pcjas.obspm.fr> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Feb 2014 15:00:29 -0000 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 -c some/port or poudriere options -j -c -f but there are various other flags as well.