From owner-svn-ports-head@FreeBSD.ORG Mon Apr 8 14:44:42 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 323344A5; Mon, 8 Apr 2013 14:44:42 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id ACE52199; Mon, 8 Apr 2013 14:44:41 +0000 (UTC) Received: from mercury.ph.man.ac.uk [130.88.75.175:37294] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with LOGIN) by mail.issp.ac.ru with ESMTP/inet id r38EiXcP010930 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Mon, 8 Apr 2013 18:44:33 +0400 (MSK) From: Max Brazhnikov To: Alexey Dokuchaev Subject: Re: svn commit: r315222 - in head: devel/qdevelop games/warmux graphics/xaos math/qtiplot multimedia/minitube print/hplip textproc/qstardict Date: Mon, 08 Apr 2013 14:46 +0000 Message-ID: <3595018.6AT5tfz8Mq@mercury.ph.man.ac.uk> User-Agent: KMail/4.10.1 (FreeBSD/9.1-STABLE; KDE/4.10.1; amd64; ; ) In-Reply-To: <20130406090707.GC8364@FreeBSD.org> References: <201303251359.r2PDxIXf035701@svn.freebsd.org> <33299091.KSdYOtgceu@mercury.ph.man.ac.uk> <20130406090707.GC8364@FreeBSD.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="koi8-r" Cc: Sunpoet Po-Chuan Hsieh , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Eitan Adler , ports-committers X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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, 08 Apr 2013 14:44:42 -0000 On Sat, 06 Apr 2013 09:07:07 +0000 Alexey Dokuchaev wrote: > On Fri, Apr 05, 2013 at 12:40:07PM +0000, Max Brazhnikov wrote: > > The question is should these options be in OPTIONS_DEFINE if they are the > > only options provided by the port (read: allow option dialog to pop up with > > trivial option set for virtually every port)? > > Like I just mentioned, I think we should always list them. If the user > prefers to skip dialog for trivial (global) options, we should provide a > knob she can add to her /etc/make.conf (or disable such skipping if it's > on by default). Good point. I'll reconvert my ports after freeze. Max