From owner-freebsd-ports@freebsd.org Mon Dec 4 12:11:29 2017 Return-Path: Delivered-To: freebsd-ports@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 0E517DFAAA7 for ; Mon, 4 Dec 2017 12:11:29 +0000 (UTC) (envelope-from ahicks@p-o.co.uk) Received: from mail.p-o.co.uk (alanhicks.plus.com [80.229.143.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C34BA659C7 for ; Mon, 4 Dec 2017 12:11:28 +0000 (UTC) (envelope-from ahicks@p-o.co.uk) Received: from verdi.p-o.co.uk ([2a01:348:6:87a1::5]) by p-o.co.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.89 (FreeBSD)) (envelope-from ) id 1eLpFe-0001f9-8D; Mon, 04 Dec 2017 11:49:34 +0000 Subject: Re: Last flavorless revision? To: sgk@troutmask.apl.washington.edu, Christian Ullrich Cc: freebsd-ports@freebsd.org, Adam Weinberger References: <20171201200751.GA17979@troutmask.apl.washington.edu> <31DBA0EB-539A-4BA5-9CF7-4EDF4CAF9205@adamw.org> <20171201204348.GA1135@troutmask.apl.washington.edu> <20171202172854.GA44592@troutmask.apl.washington.edu> From: Alan Hicks Organization: Persistent Objects Ltd Message-ID: Date: Mon, 4 Dec 2017 11:49:30 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171202172854.GA44592@troutmask.apl.washington.edu> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Authenticated-As: uid=alan X-Spam-Score: -1.0 (-) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Dec 2017 12:11:29 -0000 On 02/12/2017 17:28, Steve Kargl wrote: > On Sat, Dec 02, 2017 at 02:06:32PM +0100, Christian Ullrich wrote: >> * Steve Kargl wrote: >> >>> On Fri, Dec 01, 2017 at 01:42:27PM -0700, Adam Weinberger wrote: >>>>> On 1 Dec, 2017, at 13:07, Steve Kargl wrote: >>>>> >>>>> ports/UPDATING does not seem to include an entry noting >>>>> the last subversion revision prior to the flipping on >>>>> flavors. Is revision 455205 the penultimate revision? >>>> >>>> https://svnweb.freebsd.org >>>> >>> >>> ? >> >> He means, "I could just write 'No, 455205 is the first one with FLAVORS >> support in it, if you don't count the brief interlude from 450663 until >> 450939 when introducing it exposed the lack of communication between >> ports collection and ports tools maintainers for the first time', but >> since that would be entirely too helpful, instead I'll just post a link >> to the SVN web interface which boasts all the charm and usability of the >> late 1990s and let you figure it out for yourself." >> > > Given that I asked about a specific revision number, it stands > to reason that I had already spent too much time wandering around > svnweb.freebsd.org. An entry needs to be added to ports/UPDATING > to state which revision turns on flavors and by extension neuters > all port management tools except poudriere. Four months from now > when users update a system finding that information by crawling > through svnweb.freebsd.org will be a challenge. > Your friend is subversion log search svn log --search FLAVORS svn://svn.FreeBSD.org r455205 | mat | 2017-11-30 15:33:29 +0000 (Thu, 30 Nov 2017) | 13 lines Generic FLAVORS work. - Enable FLAVORS. - Make make describe flavors aware. - Add a qa check for unique package names amongst flavors. - Make MOVEDlint understand flavors. - Add a bit of sanity check to make sure FLAVORS stay lowercase. - Various fixes. Reviewed by: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12577 ------------------------------------------------------------------------