From owner-freebsd-ports@freebsd.org Tue Jul 9 19:51:57 2019 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5854715E42DC for ; Tue, 9 Jul 2019 19:51:57 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id DC61E836D0 for ; Tue, 9 Jul 2019 19:51:56 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from yv.noip.me (c-67-180-169-236.hsd1.ca.comcast.net [67.180.169.236]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id x69Jpr1f094304 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Tue, 9 Jul 2019 12:51:53 -0700 (PDT) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-67-180-169-236.hsd1.ca.comcast.net [67.180.169.236] claimed to be yv.noip.me Subject: Re: 12.0-RELEASE-p7 doesn't contain std::filesystem that has been added to 12.0-STABLE some time later To: freebsd-ports@freebsd.org References: <1eac89d9-babe-7069-8c4b-2fbe53234fcd@rawbw.com> <20190709065432.5msh5ogx34jwgwda@atuin.in.mat.cc> From: Yuri Message-ID: Date: Tue, 9 Jul 2019 12:51:52 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190709065432.5msh5ogx34jwgwda@atuin.in.mat.cc> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Rspamd-Queue-Id: DC61E836D0 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.99 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.99)[-0.990,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jul 2019 19:51:57 -0000 On 2019-07-08 23:54, Mathieu Arnold wrote: > On Mon, Jul 08, 2019 at 03:48:25PM -0700, Yuri wrote: >> Maybe the patch level should be updated, because any port using >> std::filesystem fails in the current poudriere 12.0-RELEASE-p7 VM. > 12.0-RELEASE-p* is a different branch than 12.0-STABLE. releng/12.0 vs > stable/12. Only security fixes and critical fixes get applied to the > releng branches. > When releng/12.0 was branched, OSVERSION of the branch was 1200086, and > it has not changed on that branch. Just after releng/12.0 was branched, > the stable/12 branch OSVERSION was bumped to 1200500, to show it is > ahead. Details are available here (some OSVERSION bumps may be missing): > https://www.freebsd.org/doc/en/books/porters-handbook/versions-12.html > Thanks for this information. This means that ports using std::filesystem can never be built in poudriere on 12 because std::filesystem is not a security feature and it will not be included in the patches. Yuri