From owner-freebsd-python@freebsd.org Mon Aug 5 22:57:53 2019 Return-Path: Delivered-To: freebsd-python@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 48971AFCE8 for ; Mon, 5 Aug 2019 22:57:53 +0000 (UTC) (envelope-from leres@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 462Y811FZlz4LK3 for ; Mon, 5 Aug 2019 22:57:53 +0000 (UTC) (envelope-from leres@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 2ACC9AFCE5; Mon, 5 Aug 2019 22:57:53 +0000 (UTC) Delivered-To: python@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2A6DCAFCE4; Mon, 5 Aug 2019 22:57:53 +0000 (UTC) (envelope-from leres@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 462Y810JVtz4LK2; Mon, 5 Aug 2019 22:57:53 +0000 (UTC) (envelope-from leres@freebsd.org) Received: from hot.ee.lbl.gov (hot.ee.lbl.gov [IPv6:2620:83:8000:102::cb]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: leres) by smtp.freebsd.org (Postfix) with ESMTPSA id 6A17E2EF7; Mon, 5 Aug 2019 22:57:52 +0000 (UTC) (envelope-from leres@freebsd.org) Subject: Re: svn commit: r507836 - in head/devel/llvm80: . files To: Brooks Davis , Kubilay Kocak References: <201908012327.x71NRUSb061829@repo.freebsd.org> <724a0cfe-f687-0574-10c7-ab144d219908@freebsd.org> <98695eb8-d036-21a9-2818-ce52020f9a51@FreeBSD.org> <20190805161948.GA94703@spindle.one-eyed-alien.net> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, python From: Craig Leres Message-ID: Date: Mon, 5 Aug 2019 15:57:49 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <20190805161948.GA94703@spindle.one-eyed-alien.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Aug 2019 22:57:53 -0000 On 2019-08-05 07:19, Brooks Davis wrote: > I've committed Craig's change for now since it works and doesn't change > the DEPEND list (and thus doesn't require a PORTREVISION bump). It looks > like this could be relaxed further, but that is hard to test since > problem tend to occur in partially updated or otherwise non-default > installs, not in poudriere. This works for me, thank you! Craig