From owner-svn-ports-head@FreeBSD.ORG Mon Dec 16 16:24:35 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9436B449; Mon, 16 Dec 2013 16:24:35 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4E3201F35; Mon, 16 Dec 2013 16:24:35 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id E9E7CBDC79; Mon, 16 Dec 2013 17:24:33 +0100 (CET) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id C0D31BDC6B; Mon, 16 Dec 2013 17:24:33 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 04B7960E8; Mon, 16 Dec 2013 17:24:32 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 795676621FCB; Mon, 16 Dec 2013 17:24:32 +0100 (CET) Date: Mon, 16 Dec 2013 17:24:31 +0100 From: Mathieu Arnold To: Dmitry Sivachenko , Mathieu Arnold Subject: Re: svn commit: r336629 - head/net-mgmt/nagios-plugins Message-ID: In-Reply-To: References: <201312161206.rBGC6SAK018728@svn.freebsd.org> <100C19230FBC9256A5F4117C@ogg.in.absolight.net> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: "svn-ports-head@FreeBSD.org" , "svn-ports-all@FreeBSD.org" , "ports-committers@FreeBSD.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 16:24:35 -0000 +--On 16 d=C3=A9cembre 2013 18:14:31 +0400 Dmitry Sivachenko wrote: | I tried this, but I do not see =E2=80=94enable-extra-opts in make -V | CONDFIGURE_ARGS output with EXTRAOPTS enabled. Hum, yes, but, you have a : CONFIGURE_ARGS=3D --with-nagios-users... *after* you include bsd.port.options.mk, and it overwrites what the options framework would have set. Plus, you'd want to put all the new options variables before that include anyway. --=20 Mathieu Arnold