From owner-freebsd-python@FreeBSD.ORG Mon Oct 16 03:28:29 2006 Return-Path: X-Original-To: python@freebsd.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63B8B16A40F for ; Mon, 16 Oct 2006 03:28:29 +0000 (UTC) (envelope-from hyeshik@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32EDB43D6B for ; Mon, 16 Oct 2006 03:28:28 +0000 (GMT) (envelope-from hyeshik@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so637828uge for ; Sun, 15 Oct 2006 20:28:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=s4Vgr9AhR6WVCGf1cmWWzFbhXM9A8dbKnO0wEIFq0rzOo0I6UOI4Or0sKAn+/VX5QRKHd8RO1xY+cF3bJZGrKumzzBLlnwRo38W3ZQuU+quc2aDgkwmDV5al4FogvwWW0e0A0tDs+fVpvVXzk5zRjzqXE4je06sRoZu0U/Gupw4= Received: by 10.66.221.6 with SMTP id t6mr7436208ugg; Sun, 15 Oct 2006 20:28:27 -0700 (PDT) Received: by 10.67.40.18 with HTTP; Sun, 15 Oct 2006 20:28:27 -0700 (PDT) Message-ID: <4f0b69dc0610152028j124f07f2wb0d3dc5f6f0bde73@mail.gmail.com> Date: Mon, 16 Oct 2006 12:28:27 +0900 From: "Hye-Shik Chang" To: "Volodymyr Kostyrko" In-Reply-To: <4532302E.8010508@genplan.donetsk.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4532302E.8010508@genplan.donetsk.ua> Cc: python@freebsd.org Subject: Re: FreeBSD Port: lang/python 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, 16 Oct 2006 03:28:29 -0000 On 10/15/06, Volodymyr Kostyrko wrote: > Why not changing strict definition of PYTHON_VERSION to optional > definition? The line like "PYTHON_VERSION?= python2.4" in > makefile can give people interested in testing python25 now or already > upgraded and unwilling to change possibility of sticking back to > python25 just by defining "PYTHON_VERSION=python2.5" in make.conf. And > also it would not change default port behavior. Because non-alternative binary links such as bin/python, bin/pydoc are still installed by lang/python24. We'll move the files under lang/python after the freeze not to break python ports which call just bin/python without a version suffix. I think we can change it as you said after the relocation. Hye-Shik