From owner-freebsd-python@FreeBSD.ORG Mon Oct 1 18:20:34 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 5F57C106564A; Mon, 1 Oct 2012 18:20:34 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward4h.mail.yandex.net (forward4h.mail.yandex.net [IPv6:2a02:6b8:0:f05::4]) by mx1.freebsd.org (Postfix) with ESMTP id C91848FC15; Mon, 1 Oct 2012 18:20:33 +0000 (UTC) Received: from smtp1h.mail.yandex.net (smtp1h.mail.yandex.net [84.201.187.144]) by forward4h.mail.yandex.net (Yandex) with ESMTP id 672E11B20926; Mon, 1 Oct 2012 22:20:31 +0400 (MSK) Received: from smtp1h.mail.yandex.net (localhost [127.0.0.1]) by smtp1h.mail.yandex.net (Yandex) with ESMTP id 090591340021; Mon, 1 Oct 2012 22:20:30 +0400 (MSK) Received: from unknown (unknown [178.76.224.133]) by smtp1h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id KUUiOsVP-KUU8vf0H; Mon, 1 Oct 2012 22:20:30 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1349115630; bh=X2YS5z1YfjtLjH1hc90wG8RnBYy9MT09/YgiprZhJ8o=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=E+a3y1KqlM6+g//iPTJgz972UiRbIRjNJE97lSIk92De2kmPENioo+17af6dK7KlI lpqqFRKG/9dKh0ONnlGx2COJ9qlBOeF5FVTzTvOKKPU02rfSu5fYb0NNjOAN69pfAu xc3LuabI47sYwl7PFlOg6KoKreoVpJruOezYGjnU= Message-ID: <5069DEEC.6090907@yandex.ru> Date: Mon, 01 Oct 2012 22:20:28 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:15.0) Gecko/20120912 Thunderbird/15.0.1 MIME-Version: 1.0 To: Li-Wen Hsu References: <50698A96.4000301@yandex.ru> <20121001161037.Horde.w6rVCKGZi1VQaaRdcWmiv-A@webmail.df.eu> <5069DB04.5080806@yandex.ru> <20121001181100.GA90625@FreeBSD.cs.nctu.edu.tw> In-Reply-To: <20121001181100.GA90625@FreeBSD.cs.nctu.edu.tw> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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:20:34 -0000 Li-Wen Hsu wrote on 01.10.2012 22:11: > 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. So we returned to initial question :). Is this acceptable to do this, because it will require all the distinfos change "w/o a reason"? I didn't see anything criminal there, but other people may know better. -- Regards, Ruslan Tinderboxing kills... the drives.