From owner-freebsd-python@FreeBSD.ORG Fri Dec 26 04:56:07 2014 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5B295B7D; Fri, 26 Dec 2014 04:56:07 +0000 (UTC) Received: from mail-pd0-x22e.google.com (mail-pd0-x22e.google.com [IPv6:2607:f8b0:400e:c02::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 23D621042; Fri, 26 Dec 2014 04:56:07 +0000 (UTC) Received: by mail-pd0-f174.google.com with SMTP id fp1so12441954pdb.19; Thu, 25 Dec 2014 20:56:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:reply-to:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=NeC+D40zswqEsUw7llYX/Xzl7zNOr2X73cvEjBEmRy0=; b=zGxvj7wzZI0csMI7v3LmJk4ER+D7WkzbOrpNYr8u8bJ+m5tObzZaZd4npUjg/DMn2t VsM9sna/CFBou0MczcHXt5OWtyc0nZUV+NyBKzt7y/lyrt+Iu2SxgBBOwEaCTX2TqEVX ZDXZxJwtHnqnbdHnEi+r57DE8xgC3E3BVP98cnFlUd2zPjN3ZNy2nawt3kB2torr41sv J6O1a2D3bY89RumRdhTWOig26r9J4wysv/A+jSXlXn2niiK50/RP734s5ouKeNBBUyyv H2GOmR3cxEDxDIBWC47DBpEyl9Q1U1SHAEFI3XeScc8lYYehmB/Js5CHHzi5kAa7rfvg xMrQ== X-Received: by 10.66.102.103 with SMTP id fn7mr48074501pab.113.1419569766523; Thu, 25 Dec 2014 20:56:06 -0800 (PST) Received: from [192.168.1.101] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id mq16sm26812950pbc.55.2014.12.25.20.56.04 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 25 Dec 2014 20:56:06 -0800 (PST) Sender: Kubilay Kocak Message-ID: <549CEA5B.7000501@FreeBSD.org> Date: Fri, 26 Dec 2014 15:55:55 +1100 From: Kubilay Kocak Reply-To: koobs@FreeBSD.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Thunderbird/34.0 MIME-Version: 1.0 To: Robert Simmons , freebsd-ports@freebsd.org, zeising@freebsd.org, freebsd-python@freebsd.org Subject: Re: devel/libffi and lang/python34 References: <549CE605.5000209@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Dec 2014 04:56:07 -0000 On 26/12/2014 3:53 PM, Robert Simmons wrote: > I think the best option is A&C: to remove libffi from python and to > update our port. The config choice itself can then be removed from the > python port. > > On Thu, Dec 25, 2014 at 11:37 PM, Kubilay Kocak wrote: >> On 26/12/2014 3:06 PM, Robert Simmons wrote: >>> The default for lang/python34 is to use libffi from ports. The version >>> in ports is getting old (v3.0.13). The current version is v3.2.1. >>> However, the version that ships with python 3.4.2 is 3.1. >>> >>> Should the default for python34 be changed to use the included version (v3.1)? >>> _______________________________________________ >>> freebsd-ports@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-ports >>> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >>> >> >> I'd like to see: >> >> a) The libffi port updated >> b) libffi *not* be the default for Python ports >> >> We prefer to be as close to upstream as possible. >> >> c) See upstream Python not bundle libffi at all >> >> iirc, there's been mentions upstream of ripping libffi out in the past, >> perhaps its worth re-starting that conversation >> >> koobs > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > More precisely: I'd like to see (b) until (c) happens. In the meantime I'm updating libffi. Jump in #freebsd-python freenode if you'd like to talk more :) ./koobs