From owner-freebsd-ports@freebsd.org Mon Dec 4 17:33:58 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 91A98E5F068 for ; Mon, 4 Dec 2017 17:33:58 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "troutmask", Issuer "troutmask" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 7443671E6C for ; Mon, 4 Dec 2017 17:33:58 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.15.2/8.15.2) with ESMTPS id vB4HXl1J065555 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 4 Dec 2017 09:33:47 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.15.2/8.15.2/Submit) id vB4HXk9u065554; Mon, 4 Dec 2017 09:33:46 -0800 (PST) (envelope-from sgk) Date: Mon, 4 Dec 2017 09:33:46 -0800 From: Steve Kargl To: Alan Hicks Cc: Christian Ullrich , freebsd-ports@freebsd.org, Adam Weinberger Subject: Re: Last flavorless revision? Message-ID: <20171204173346.GA65535@troutmask.apl.washington.edu> Reply-To: sgk@troutmask.apl.washington.edu 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.2 (2016-11-26) 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 17:33:58 -0000 On Mon, Dec 04, 2017 at 11:49:30AM +0000, Alan Hicks wrote: > > > 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: > >> > > > > 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. This does not document the change in ports/UPDATING. FreeBSD users have been told to check {src/ports}/UPDATING for 20+ years. A change that fundamentally changes the way users interact with ports/ should document. -- Steve