From owner-svn-ports-all@freebsd.org Tue Nov 21 11:56:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5698ADEC069; Tue, 21 Nov 2017 11:56:01 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1E9FB6AFD1; Tue, 21 Nov 2017 11:56:01 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 43982BDD2F; Tue, 21 Nov 2017 12:55:58 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 09623BDD2D; Tue, 21 Nov 2017 12:55:58 +0100 (CET) Subject: Re: svn commit: r454590 - in head: astro/gpsbabel audio/clementine-player audio/qmpdclient audio/vagalume chinese/libtabe devel/stlink games/spring korean/scim-hangul lang/sagittarius-scheme mail/faces... To: Alexey Dokuchaev , Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201711210836.vAL8aROu055852@repo.freebsd.org> <20171121084122.GA68760@FreeBSD.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Tue, 21 Nov 2017 12:55:57 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171121084122.GA68760@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Language: fr X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Nov 2017 11:56:01 -0000 Le 21/11/2017 =C3=A0 09:41, Alexey Dokuchaev a =C3=A9crit=C2=A0: > On Tue, Nov 21, 2017 at 08:36:27AM +0000, Mathieu Arnold wrote: >> New Revision: 454590 >> URL: https://svnweb.freebsd.org/changeset/ports/454590 >> >> Log: >> OPTIONS_SUB only cares about being defined, its content is ignored. > Actually I always wanted it to have this feature to avoid extra namespa= ce > pollution when only a fraction of options affects pkg-plist. Would we = be > interested in this? I might crack out a patch. That would be a no, please do not. The code is simple, and works like a charm, I cannot imagine any case where one would *need* to restrict the number of placeholders in PLIST_SU= B. A better solution would be to have fewer options. --=20 Mathieu Arnold