Re: ports/189270: Is a new port graphics/py-pygal

2014-05-02 Thread edwin
Synopsis: Is a new port graphics/py-pygal Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri May 2 22:50:04 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.f

Re: bind10-1.2.0 You have python 2.7 set as the default, and this needs 3.3

2014-05-02 Thread Mathieu Arnold
+--On 30 avril 2014 10:02:16 -0500 jmore...@jmorenov.com.co wrote: | DEFAULT_VERSIONS=python3=3.3 That line says that in the case you need python3, you will have 3.3, not that in the case you need python you will have python 3.3. You need DEFAULT_VERSIONS=python=3.3. (And then, you need to rebuild

bsd.python.mk patch for review

2014-05-02 Thread Antoine Brodin
Hi there, Currently default python versions are inconsistent: - python 3.3 is the default python3 version - python 3.4 is preferred over python 3.3 when a port needs a python version in a specific range The patch below should address this, please review/test. Cheers, Antoine Index: Mk/bsd.pyt