From owner-freebsd-ports@freebsd.org Mon Dec 4 18:18:45 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 0635EE6759F for ; Mon, 4 Dec 2017 18:18:45 +0000 (UTC) (envelope-from jbeich@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 D886E739E1; Mon, 4 Dec 2017 18:18:44 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 037E11EF49; Mon, 4 Dec 2017 18:18:44 +0000 (UTC) From: Jan Beich To: Steve Kargl Cc: Alan Hicks , Christian Ullrich , freebsd-ports@freebsd.org, Adam Weinberger Subject: Re: Last flavorless revision? 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> <20171204173346.GA65535@troutmask.apl.washington.edu> Date: Mon, 04 Dec 2017 19:18:12 +0100 In-Reply-To: <20171204173346.GA65535@troutmask.apl.washington.edu> (Steve Kargl's message of "Mon, 4 Dec 2017 09:33:46 -0800") Message-ID: MIME-Version: 1.0 Content-Type: text/plain 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 18:18:45 -0000 Steve Kargl writes: > 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. Another way to get the revision: $ svn blame /usr/ports/CHANGES | awk '/FLAVOR/ { rev=$1 } END { print rev }' 455205 > > This does not document the change in ports/UPDATING. FreeBSD > users have been told to check {src/ports}/UPDATING for 20+ > years. UPDATING is for individual POLA violations, CHANGES is for the framework, MOVED is for renames/deletions. For now flavors changed the way to install py* ports for non-default python version thus got an UPDATING entry. > A change that fundamentally changes the way users interact with ports/ > should document. That's an overstatement. Non-assisted builds (e.g. "make install") mostly work as before.