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.
_______________________________________________
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to