Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Sep 2012 17:17:20 +0400
From:      =?UTF-8?B?0JTQvNC40YLRgNC40Lkg0KHQuNCy0LDRh9C10L3QutC+?= <mitya@yandex-team.ru>
To:        Li-Wen Hsu <lwhsu@FreeBSD.org>
Cc:        Dmitry Sivachenko <demon@freebsd.org>, Chris Rees <utisoft@gmail.com>, python@freebsd.org, Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Subject:   Re: bin/python3 symlink for python3X ports
Message-ID:  <50630060.1030400@yandex-team.ru>
In-Reply-To: <CAKBkRUxThcF3amNLBazkkdd2s9ce73u_J=q3o2EvpyLhL4GnfQ@mail.gmail.com>
References:  <5062AAEA.4000401@FreeBSD.org> <CADLo838ZysqxVHPuj6_M223ohanPWRoqc2mwePNeBYbGa2OfRQ@mail.gmail.com> <5062C5CB.4060109@yandex.ru> <5062C769.6090305@FreeBSD.org> <5062C8CE.701@yandex.ru> <5062E478.8020000@FreeBSD.org> <CAKBkRUxThcF3amNLBazkkdd2s9ce73u_J=q3o2EvpyLhL4GnfQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 9/26/12 5:00 PM, Li-Wen Hsu wrote:
>
> I think this patch is good.  And I am thinking about also modifying
> other lang/python{2,3}X ports, thus we may need to beware of
> confliction on bin/python{2,3} between lang/python2X or lang/python3X
> ports.  It is not so common but still possible to have more then one
> lang/python2X or lang/python3X ports installed.  Maybe we can use the
> same logic of bin/python installation (first wins).
>
>

I actually dislike the current "first wins" logic.  I hit that problem 
recently.

I think this choice should be done via make.conf variable (with some 
default value hardcoded in bsd.python.mk).
The resulting packages should not depend on the order two pythons are 
installed in.
(probaly defaulting python -> python2.X is the proper choice).

Let maintainers take the final decision and implement it though.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50630060.1030400>