From owner-freebsd-python@FreeBSD.ORG Mon Oct 1 18:11:02 2012 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29A49106564A; Mon, 1 Oct 2012 18:11:02 +0000 (UTC) (envelope-from lwhsu@FreeBSD.cs.nctu.edu.tw) Received: from FreeBSD.cs.nctu.edu.tw (FreeBSD.cs.nctu.edu.tw [140.113.17.209]) by mx1.freebsd.org (Postfix) with ESMTP id E89248FC0C; Mon, 1 Oct 2012 18:11:01 +0000 (UTC) Received: by FreeBSD.cs.nctu.edu.tw (Postfix, from userid 1058) id 712DD61CC9; Tue, 2 Oct 2012 02:11:01 +0800 (CST) Date: Tue, 2 Oct 2012 02:11:01 +0800 From: Li-Wen Hsu To: Ruslan Mahmatkhanov Message-ID: <20121001181100.GA90625@FreeBSD.cs.nctu.edu.tw> References: <50698A96.4000301@yandex.ru> <20121001161037.Horde.w6rVCKGZi1VQaaRdcWmiv-A@webmail.df.eu> <5069DB04.5080806@yandex.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline In-Reply-To: <5069DB04.5080806@yandex.ru> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Marcus von Appen , python Subject: Re: Python distribution: switching to tar.xz X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2012 18:11:02 -0000 On Mon, Oct 01, 2012 at 22:03:48 +0400, Ruslan Mahmatkhanov wrote: > Li-Wen Hsu wrote on 01.10.2012 21:51: > > > > EXTRACT_SUFX?= .tgz > > PYTHON_DISTFILE= Python-${PYTHON_PORTVERSION:S/.rc/rc/}}${EXTRACT_SUFX} > > Yes, I also bow to this option. > > > then we can define USE_XZ= yes in the ports we want to use xz > > distfile, which handles > > ${EXTRACT_SUFX} and ${EXTRACT_DEPENDS} correctly. After python26 decommission, > > we can even move this into bsd.python.mk > > python26 distributes in tar.xz too [1]. Or you meant something other? > > Ok, so I get the point. I'll prepare an patch that make ${EXTRACT_SUFX} > redefinable for python ports, so we can gradually switch all this ports > to xz. Thanks Marcus and Li-Wen. > > [1] http://www.python.org/ftp/python/2.6.8/Python-2.6.8.tar.xz > Oh I was not aware that, I just did not see XZ information at: http://python.org/download/releases/2.6.8/ So maybe we can simply put USE_XZ= yes in bsd.python.mk now. -- Li-Wen Hsu http://lwhsu.org