From owner-freebsd-ports@freebsd.org Fri Nov 2 10:56:50 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 1DF4810F206E for ; Fri, 2 Nov 2018 10:56:50 +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 8258382EC5; Fri, 2 Nov 2018 10:56:49 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mh0.gentlemail.de (mh0.gentlemail.de [78.138.80.135]) by mx0.gentlemail.de (8.14.5/8.14.5) with ESMTP id wA2AumHo029737; Fri, 2 Nov 2018 11:56:48 +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 2F83F1BA; Fri, 2 Nov 2018 11:56:48 +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> <03c1b59a-1e79-8177-2c6e-dbdfe065b03a@omnilan.de> <20181102104145.mjj6iogd2rbvjs76@atuin.in.mat.cc> From: Harry Schmalzbauer Organization: OmniLAN Message-ID: <1795c5fe-6ae3-07c3-1a6d-c380ab88e022@omnilan.de> Date: Fri, 2 Nov 2018 11:56:47 +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: <20181102104145.mjj6iogd2rbvjs76@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:56:48 +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:56:50 -0000 Am 02.11.2018 um 11:41 schrieb Mathieu Arnold: > On Fri, Nov 02, 2018 at 11:33:11AM +0100, Harry Schmalzbauer wrote: >> 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). … > > If you want to hide them, you can always set in your make.conf: > > OPTIONS_SLAVE= DOCS EXAMPLES > > (or OPTIONS_EXCLUDE to disable the options.) Great, thanks a lot! No idea why/how (meaning I haven't searched for it in the makefiles), but this exactly restores previous behaviour and is what I wanted for my port. So I'm _not_ forced to "spam" my options dialog, which was my bigest concern. I'd love to see OPTIONS_SLAVE mentioned in the porters handbook! Thanks, -harry