From owner-freebsd-python@freebsd.org Tue Nov 22 21:50:11 2016 Return-Path: Delivered-To: freebsd-python@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 CB5D0C50AD0 for ; Tue, 22 Nov 2016 21:50:11 +0000 (UTC) (envelope-from benjamin@bureaucracy.de) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id B7D64ADC for ; Tue, 22 Nov 2016 21:50:11 +0000 (UTC) (envelope-from benjamin@bureaucracy.de) Received: by mailman.ysv.freebsd.org (Postfix) id B43F0C50ACF; Tue, 22 Nov 2016 21:50:11 +0000 (UTC) Delivered-To: python@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 B3DF9C50ACE for ; Tue, 22 Nov 2016 21:50:11 +0000 (UTC) (envelope-from benjamin@bureaucracy.de) Received: from bureaucracy.bureaucracy.de (bureaucracy.bureaucracy.de [IPv6:2a02:180:1:1::517:b8d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "bureaucracy.bureaucracy.de", Issuer "bureaucracy.bureaucracy.de" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 189FDADB for ; Tue, 22 Nov 2016 21:50:10 +0000 (UTC) (envelope-from benjamin@bureaucracy.de) Received: from [192.168.188.21] (p5485F693.dip0.t-ipconnect.de [84.133.246.147]) by bureaucracy.bureaucracy.de (OpenSMTPD) with ESMTPSA id 21807ed6 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO; Tue, 22 Nov 2016 22:50:07 +0100 (CET) Subject: Re: FreeBSD Port: lang/pypy do not longer detect as unsupported To: David Naylor References: <1074ed65-70c0-7a63-49a6-ac2a2a6dbcc0@bureaucracy.de> <3021267.50MM3L2EjP@dragon.local> Cc: python@FreeBSD.org From: Benjamin Message-ID: Date: Tue, 22 Nov 2016 22:50:06 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.0 MIME-Version: 1.0 In-Reply-To: <3021267.50MM3L2EjP@dragon.local> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2016 21:50:11 -0000 Hi, thanks for committing. I will use the bug reporting interface from now on. To the commit message libressl is not openssl1.1, but easily and wrongly detected as it. Regards