From owner-svn-ports-head@freebsd.org Wed Sep 14 21:55:37 2016 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 5DDF1B96F58; Wed, 14 Sep 2016 21:55:37 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 22BEB1649; Wed, 14 Sep 2016 21:55:37 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from [10.0.1.69] (cpe-071-065-239-148.nc.res.rr.com [71.65.239.148] (may be forged)) (authenticated bits=0) by mouf.net (8.14.9/8.14.9) with ESMTP id u8ELtPQC023415 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Wed, 14 Sep 2016 21:55:34 GMT (envelope-from swills@FreeBSD.org) Subject: Re: svn commit: r422160 - in head: chinese/fortune french/fortune-mod-zarathoustra misc/fortune-mod-bible misc/fortune-mod-bofh misc/fortune-mod-culmea-culmilor misc/fortune-mod-epictetus misc/fortune-... To: marino@freebsd.org, Mathieu Arnold , Adam Weinberger , Antoine Brodin References: <201609141950.u8EJolO7085386@repo.freebsd.org> <857FD0DF-6ADA-48F5-B02B-81BCA7135E2C@adamw.org> <03e06c33-6185-334f-bf04-71321aaf2cb7@FreeBSD.org> <9ffe58d7-66b0-b357-1777-6e4d3d4f5297@marino.st> <9d118285-dd65-0b88-59cd-c8130d4d4f6f@marino.st> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Steve Wills Message-ID: <087264b0-36ab-e844-f2f9-8389566dd654@FreeBSD.org> Date: Wed, 14 Sep 2016 17:55:25 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <9d118285-dd65-0b88-59cd-c8130d4d4f6f@marino.st> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Wed, 14 Sep 2016 21:55:35 +0000 (UTC) X-Spam-Status: No, score=-1.0 required=4.5 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mouf.net X-Virus-Scanned: clamav-milter 0.99.1 at mouf.net X-Virus-Status: Clean X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 14 Sep 2016 21:55:37 -0000 On 09/14/2016 17:28, John Marino wrote: > The fact is that the scenario above is legitimate and it was fixed. I'm not sure I agree. There are exceptions, but ports hasn't typically accommodated all the things that can be disabled in base. Looks like there are 179 WITHOUT_* knobs. I'm probably missing something, but it looks like ports only currently accommodates WITHOUT_NLS and WITHOUT_SSP. Not all of the WITHOUT_* knobs would affect ports, but adding support for all the WITHOUT_* knobs would still be a big decision and a big job. Adding support for WITHOUT_GAMES would have been different from what was done. Steve