From owner-freebsd-ports@freebsd.org Fri Nov 2 10:33:13 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B45310F182A for ; Fri, 2 Nov 2018 10:33:13 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mx0.gentlemail.de (mx0.gentlemail.de [IPv6:2a00:e10:2800::a130]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D159A82513; Fri, 2 Nov 2018 10:33:12 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mh0.gentlemail.de (ezra.dcm1.omnilan.net [78.138.80.135]) by mx0.gentlemail.de (8.14.5/8.14.5) with ESMTP id wA2AXB4p029523; Fri, 2 Nov 2018 11:33:11 +0100 (CET) (envelope-from freebsd@omnilan.de) Received: from titan.inop.mo1.omnilan.net (s1.omnilan.de [217.91.127.234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mh0.gentlemail.de (Postfix) with ESMTPSA id 84DDB1B4; Fri, 2 Nov 2018 11:33:11 +0100 (CET) Subject: Re: options DOCS + EXAMPLES To: Mathieu Arnold Cc: freebsd-ports@freebsd.org References: <07935967-fe29-c638-0bc3-2fd00cc9cee7@omnilan.de> <20181102102457.735xhicm32ghxpac@atuin.in.mat.cc> From: Harry Schmalzbauer Organization: OmniLAN Message-ID: <03c1b59a-1e79-8177-2c6e-dbdfe065b03a@omnilan.de> Date: Fri, 2 Nov 2018 11:33:11 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <20181102102457.735xhicm32ghxpac@atuin.in.mat.cc> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Greylist: ACL 130 matched, not delayed by milter-greylist-4.2.7 (mx0.gentlemail.de [78.138.80.130]); Fri, 02 Nov 2018 11:33:11 +0100 (CET) X-Milter: Spamilter (Reciever: mx0.gentlemail.de; Sender-ip: 78.138.80.135; Sender-helo: mh0.gentlemail.de; ) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Nov 2018 10:33:13 -0000 Am 02.11.2018 um 11:24 schrieb Mathieu Arnold: > On Fri, Nov 02, 2018 at 10:49:52AM +0100, Harry Schmalzbauer wrote: >> Hello, >> >> found out that the need to define DOCS and EXAMPLES in OPTIONS_DEFINE was >> made mandatory some time ago, which ports-mgmt/portlint isn't aware about >> yet (found https://reviews.freebsd.org/D13036). >> >> I intentionally haven't defined it, because I want to make use of the >> bsd.ports.mk handling of PORTDOCS and PORTEXAMPLES, but don't want to spam >> the UI.  EXAMPLES and DOCS shall stay mandatory for my port, as long as the >> user changes the corresponding defaults. >> >> How do I hide the user selection for EXAMPLES and DOCS after the change >> (which I wasn't able to find by reading commit logs)? > > I am not sure what you are asking. > > To be able to use PORTDOCS or PORTEXAMPLES, you must define a DOCS or an > EXAMPLES option. > > The users must be allowed to choose if they want documentation or > examples to be installed. If you personnaly do not want the options > dialog to show up when you build ports, you can set BATCH in your > environment. Thank you for your answer. In my case, I have additional options, so I can't use BATCH. Please see my opinion about the DOCS/EXAMPLES selection in the reply to myself, where I reference the commit introducing this change and where I explain why in many/most cases, I consider these DOCS/EXAMPLES/NLS options as spam. Thanks, -harry