From owner-svn-ports-head@freebsd.org Tue Nov 21 08:41:23 2017 Return-Path: Delivered-To: svn-ports-head@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 EBECCDE7C29; Tue, 21 Nov 2017 08:41:23 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CBFBD650A1; Tue, 21 Nov 2017 08:41:23 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 167DB12DF3; Tue, 21 Nov 2017 08:41:23 +0000 (UTC) Date: Tue, 21 Nov 2017 08:41:23 +0000 From: Alexey Dokuchaev To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org 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... Message-ID: <20171121084122.GA68760@FreeBSD.org> References: <201711210836.vAL8aROu055852@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201711210836.vAL8aROu055852@repo.freebsd.org> User-Agent: Mutt/1.9.1 (2017-09-22) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 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: Tue, 21 Nov 2017 08:41:24 -0000 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 namespace pollution when only a fraction of options affects pkg-plist. Would we be interested in this? I might crack out a patch. ./danfe