From owner-freebsd-python@FreeBSD.ORG Tue Jul 30 12:58:26 2013 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C2753EA8; Tue, 30 Jul 2013 12:58:26 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.16.84]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6E896214A; Tue, 30 Jul 2013 12:58:26 +0000 (UTC) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by kabab.cs.huji.ac.il with esmtp id 1V49VP-00049A-ML; Tue, 30 Jul 2013 15:58:23 +0300 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.3 To: mva@freebsd.org Subject: Re: Dealing with 2.7 and 3.3 installations In-reply-to: <20130730115536.Horde.hJnU1JcPQIOJUsZ_wn7oOw9@webmail.df.eu> References: <20130730095456.Horde.XlxQMdj5YU1hIxf6WAYZOQ2@webmail.df.eu> <20130730115536.Horde.hJnU1JcPQIOJUsZ_wn7oOw9@webmail.df.eu> Comments: In-reply-to Marcus von Appen message dated "Tue, 30 Jul 2013 11:55:36 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 30 Jul 2013 15:58:23 +0300 From: Daniel Braniss Message-ID: Cc: David Demelier , bapt@freebsd.org, koobs@freebsd.org, freebsd-python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jul 2013 12:58:26 -0000 [...] > Does the same problem strike you, if you use PYTHON_DEFAULT_VERSION=xxx? > PYTHON_VERSION should be used by ports, not by the user (input). By setting PYTHON_DEFAULT_VERSION=x.y, make insists in compiling python-x.y even though it's already installed :-( danny