From owner-svn-ports-head@freebsd.org Thu Oct 15 14:57:36 2015 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 98022A15B82; Thu, 15 Oct 2015 14:57:36 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 80F17A45; Thu, 15 Oct 2015 14:57:36 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 7A4F21763; Thu, 15 Oct 2015 14:57:36 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 262A310654; Thu, 15 Oct 2015 14:57:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id rwwxEQZJw61y; Thu, 15 Oct 2015 14:57:33 +0000 (UTC) Subject: Re: svn commit: r399326 - in head: . Mk Mk/Uses DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 483D01064A To: marino@freebsd.org, Baptiste Daroussin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201510150736.t9F7acXB092663@repo.freebsd.org> <561FBDD4.30908@FreeBSD.org> <6ca15e2c5024108b5ab2f2442bbbba6a@secure.marino.st> From: Bryan Drewery Organization: FreeBSD Message-ID: <561FBEDC.1000608@FreeBSD.org> Date: Thu, 15 Oct 2015 07:57:32 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <6ca15e2c5024108b5ab2f2442bbbba6a@secure.marino.st> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 15 Oct 2015 14:57:36 -0000 On 10/15/15 7:56 AM, John Marino (FreeBSD) wrote: > On 10/15/2015 4:53 PM, Bryan Drewery wrote: >> On 10/15/15 12:36 AM, Baptiste Daroussin wrote: >>> Author: bapt >>> Date: Thu Oct 15 07:36:38 2015 >>> New Revision: 399326 >>> URL: https://svnweb.freebsd.org/changeset/ports/399326 >>> >>> Log: >>> Readd PORTSDIR for now we will only start removing them after >>> 2016Q1 is branched >>> >>> This gives more time for tools to get updated, available in >>> packages etc before >>> bothering users >> >> Thank you for this. At least Poudriere has only had support for a month, >> or even a day for a certain case. It's inability to upgrade itself will >> be a common issue. Holding off another few months helps a lot IMO. >> Please do commit it back at Q1. It's a worthy effort. > > FWIW this also helps the DragonFly community. I was in the process of > scrambling to sync DragonFly poudriere with FreeBSD's latest version > because we were stuck at the ports tree prior to the commit until that > happened (dports have to pass through poudriere before they get > committed to the tree, so it was a total blocker). > FWIW for Poudriere there are only 2 commits you need: * commit 440aff4875a4aa99484908b93fa111682d6320d2 | Author: Baptiste Daroussin | Date: Wed Jun 24 21:48:17 2015 +0200 | | Modify a bit list_deps to allow dependency lines without ${PORTSDIR} and * commit 3b0f3ad14cec681bb82713e547a4036db1ccb4d6 | Author: Baptiste Daroussin | Date: Wed Oct 14 22:53:10 2015 +0200 | | Fix sanify check when dependencies have no ${PORTSDIR} | -- Regards, Bryan Drewery