From owner-freebsd-ports@FreeBSD.ORG Sat Oct 30 20:07:52 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C77D1106566B; Sat, 30 Oct 2010 20:07:52 +0000 (UTC) (envelope-from mkhitrov@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 774E28FC17; Sat, 30 Oct 2010 20:07:52 +0000 (UTC) Received: by iwn39 with SMTP id 39so5179103iwn.13 for ; Sat, 30 Oct 2010 13:07:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=TtdbFWd74H/geaNLPd6f/UZCsaQwAlzccbQbsL9LwM8=; b=Vb+a8mepmpUGMMAICZzZho8PT6X9D1qTY21oxLtShYYvoIEuTGaeQy3uZls9sTkptl axlFsMeiYPjcj9JDv3HpPRLkQUCSkEWBl8Dn8Wzwaols7ZPglawnU1e9FSYwKxUKl8eF tYqJiKwKmv2nvxE7d4DazUhMCgCWU5UKBIc+E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=dzTVE6TKi7JZmA00M32AniV2ab8uTaMhGTXhcOFucCTy09FamNPij7hfktbFXlF82P p/Yld3YmZZBIfdmn3fMX5G1RtL604mgnC46H3cm1yKk5/DvfUSRZxPHS5PMSywBD9ccO OFcLtrA/Mfi66U6G68p2TDNARlFx2rcdad2B0= Received: by 10.42.214.211 with SMTP id hb19mr4728156icb.386.1288467785385; Sat, 30 Oct 2010 12:43:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.42.166.71 with HTTP; Sat, 30 Oct 2010 12:42:45 -0700 (PDT) In-Reply-To: <432874FB-0011-4F4D-A40F-BE1DA7A489C1@gmail.com> References: <432874FB-0011-4F4D-A40F-BE1DA7A489C1@gmail.com> From: Maxim Khitrov Date: Sat, 30 Oct 2010 15:42:45 -0400 Message-ID: To: Sylvain Garrigues Content-Type: text/plain; charset=UTF-8 Cc: ports@freebsd.org, python@freebsd.org Subject: Re: FreeBSD Port: python27-2.7.0_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2010 20:07:52 -0000 On Sat, Oct 30, 2010 at 2:46 PM, Sylvain Garrigues wrote: > Hello, > > I am using FreeBSD 8.1 and I would like to know the reasons why it has been decided that the default Python installation is 2.6 and not 2.7. > > Thanks in advance. Add "PYTHON_DEFAULT_VERSION=python2.7" to /etc/make.conf. - Max