From owner-freebsd-python@freebsd.org Tue Nov 22 13:35:35 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 09C65C4E04D for ; Tue, 22 Nov 2016 13:35:35 +0000 (UTC) (envelope-from naylor.b.david@gmail.com) Received: from mail-wj0-x234.google.com (mail-wj0-x234.google.com [IPv6:2a00:1450:400c:c01::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8FEA31868 for ; Tue, 22 Nov 2016 13:35:34 +0000 (UTC) (envelope-from naylor.b.david@gmail.com) Received: by mail-wj0-x234.google.com with SMTP id v7so42456487wjy.2 for ; Tue, 22 Nov 2016 05:35:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version; bh=saHA/Y3hndofpq9P+MUMKGH/9nl41YNVbI3vGN6GOis=; b=UdaLiibJbHgtLvKq5yMYT+i0Gpi6fg0aMGuLrSu2aUng/XGuxIMJgRiKYKcTKtt+ER pPYwyPFtCyiQ6OGPHgQduV2c4ve7Hhke1cfCdZ0Wd73UX6VIDjuCmh1jADsPDa9XbWGh POdk+fHizHUkzo6jPL8uQw9Vg0VebNGO8NgW2keiKnDQa/GzrfLuvLwFQa/1ARaBO21u /Ap81c5H/TBinBqjzzgsS2RBmsB5IBhPjwrU22m/ThJeaK7s6FPVcJ5eqSRD3PnQR0cs u2Ca0CQTHQEwiZYOjqefQGSZXwURdFh0CIXxZKcYFTDBpKF2Rdsxhr9Le1zS4qYNDDl7 kBoA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version; bh=saHA/Y3hndofpq9P+MUMKGH/9nl41YNVbI3vGN6GOis=; b=CEmxoL6ZGO/iHz1JqpqBMeyH+o1hubOLQN9x3JA5aj8Wl4v/UWcNsJrKuavs4OBpWP PGsfLi6+YzhJaZ6m5P23GlepSz10Tj519QqeXgIhgPNxiEaej2YTcTL4vt/degV20Pp5 Zv9aKlZptzMojgu7ABmYtTKM4e3mi0waLuOKeLi5NyjgutVdAqLlfZ7+8GMYntj2CLMN PntFmpKgQX0nqaLJMx0VB6EcoxDOgs99S16TrE7jolFgxwzAw6q6b0IrVh2hv7QrX57S IfE4SE3R9Wq7fxWEl5J/8rU7ueZSFLiXmmsCMZgfCajuWZ566x+gpPFwMKvxTCMSZP/L YRnA== X-Gm-Message-State: AKaTC02yxWZ/m1dAPPFwOeUyQ6sp4XZQdOjHKLIJZ8341LfFh4Cd6mtc4k4+bQLwl5cJKQ== X-Received: by 10.194.109.42 with SMTP id hp10mr11958512wjb.167.1479821731144; Tue, 22 Nov 2016 05:35:31 -0800 (PST) Received: from dragon.local (dsl-246-94-120.telkomadsl.co.za. [41.246.94.120]) by smtp.googlemail.com with ESMTPSA id ia7sm30864336wjb.23.2016.11.22.05.35.30 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 22 Nov 2016 05:35:30 -0800 (PST) From: David Naylor To: Benjamin Cc: freebsd-python@freebsd.org Subject: Re: FreeBSD Port: lang/pypy do not longer detect as unsupported Date: Tue, 22 Nov 2016 15:35:28 +0200 Message-ID: <3021267.50MM3L2EjP@dragon.local> Organization: Private User-Agent: KMail/4.14.10 (FreeBSD/11.0-RC2; KDE/4.14.10; amd64; ; ) In-Reply-To: <1074ed65-70c0-7a63-49a6-ac2a2a6dbcc0@bureaucracy.de> References: <1074ed65-70c0-7a63-49a6-ac2a2a6dbcc0@bureaucracy.de> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1652809.6zKnlsQkdf"; micalg="pgp-sha512"; protocol="application/pgp-signature" 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 13:35:35 -0000 --nextPart1652809.6zKnlsQkdf Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Sunday, 20 November 2016 14:28:05 Benjamin wrote: > Hello, Hi > as the pypy build process does no longer detect libressl as unsupported, > the port should not be ignored with libressl anymore. > > I attached a patch removing the check for libressl. Thank you, it has been committed in r426824. FYI, the preferred way to submit patches is through the bug reporting interface (http://bugs.freebsd.org/) as it ensures the patches don't get lost and that we are held accountable :-D. Regards --nextPart1652809.6zKnlsQkdf Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAABCgBmBQJYNEmgXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5NDhFQzUxMUEyN0YwMzAyRTc5OUI1M0FB RDYzRkE4REQ2QjJEQTU1AAoJEK1j+o3WstpVDLwP/2h2VjP8CUVcQaOIR0BfwKRQ n0ET0sXMOCfa721z6ifPKza4o/kduRp7SelK0aqDFNXTLIBbJyZiv22WGs16kOkE jvpthBXX85Hs4UnP6/deLlfMk+i2iQG0167eK4gN22P+2emo680KOA4otJUiFg20 jKj2qTIWQMl3a2ILmzwzAR0gmGVzJQ2sbn9WxgrFngFhckU+K8ShTFB1a6YOVSHL e/VVSBxeQi1PkMlnW2chQcnNwMS3KIehpMIGiSgrhP4clQx8eEpywEW971uLrajV wqSY8jChET/WKdciyCiEJchaW/ZuUX1nA+Q7c88/QLZhioQDiGgHNhHrOLB6QDyV Wv7aplbBlXP0WwYAA0UZKRsu3sZc2xfYCaSFpNgwXcDciB0tE5Kww2IEH2DiKIli HYZE3I+e8u/sRoVm7GlKRLbPhxiNqFLCI6j/emxUV2PxMCxvTH0kU13zY7h7ErmA p+0jRykS8mbasQF9YGeNC0yrVAGPKvlNoJxmcAQpenrJq6k5O9S1Gp6WWifmC7qg 4hc2ojOUjm92aOQoUmZceGnflnDD81Rt2Nbyu228DhAYwaMcXmYwNeJbPtet1o5/ w1P0LBgX3S2SruMSxvLYI6Y25/0wybNrwz7QluQmQzjUkUP6yCTDRX/nxdR2GGik O3O14U/g6nGw7q8tB7F6 =JIsP -----END PGP SIGNATURE----- --nextPart1652809.6zKnlsQkdf--