french/aster ignores PYTHON_VERSION= 2.6 ?

2011-07-20 Thread Anton Shterenlikht
french/aster has in the Makefile: .if ${ARCH} == "amd64" # python 2.7 causes process runaway PYTHON_VERSION= 2.6 .endif I get the same on ia64, so I changed it to: .if ${ARCH} == "amd64" || ${ARCH} == "ia64" # python 2.7 causes process runaway PYTHON_VERSION= 2.6 .endif But still 2.7 is used:

Re: french/aster ignores PYTHON_VERSION= 2.6 ?

2011-07-20 Thread Ruslan Mahmatkhanov
Anton Shterenlikht wrote on 20.07.2011 16:40: french/aster has in the Makefile: .if ${ARCH} == "amd64" # python 2.7 causes process runaway PYTHON_VERSION= 2.6 .endif I get the same on ia64, so I changed it to: .if ${ARCH} == "amd64" || ${ARCH} == "ia64" # python 2.7 causes process runaway PYTH

Re: french/aster ignores PYTHON_VERSION= 2.6 ?

2011-07-20 Thread Anton Shterenlikht
On Wed, Jul 20, 2011 at 04:55:59PM +0400, Ruslan Mahmatkhanov wrote: > Anton Shterenlikht wrote on 20.07.2011 16:40: > >french/aster has in the Makefile: > > > >.if ${ARCH} == "amd64" > ># python 2.7 causes process runaway > >PYTHON_VERSION= 2.6 > >.endif > > > >I get the same on ia64, so I changed

Re: french/aster ignores PYTHON_VERSION= 2.6 ?

2011-07-20 Thread Ruslan Mahmatkhanov
Anton Shterenlikht wrote on 20.07.2011 17:44: On Wed, Jul 20, 2011 at 04:55:59PM +0400, Ruslan Mahmatkhanov wrote: As far i understand PYTHON_VERSION hold value like 'python2.7', so you should correct this in your Makefile. Or just use USE_PYTHON = 2.6 No, PYTHON_VERSION seems to be overwrit

Re: french/aster ignores PYTHON_VERSION= 2.6 ?

2011-07-26 Thread Anton Shterenlikht
On Wed, Jul 20, 2011 at 06:22:31PM +0400, Ruslan Mahmatkhanov wrote: > Anton Shterenlikht wrote on 20.07.2011 17:44: > >On Wed, Jul 20, 2011 at 04:55:59PM +0400, Ruslan Mahmatkhanov wrote: > > >>As far i understand PYTHON_VERSION hold value like 'python2.7', so you > >>should correct this in your

Re: french/aster ignores PYTHON_VERSION= 2.6 ?

2011-07-26 Thread Ruslan Mahmatkhanov
Anton Shterenlikht wrote on 26.07.2011 21:07: On Wed, Jul 20, 2011 at 06:22:31PM +0400, Ruslan Mahmatkhanov wrote: Anton Shterenlikht wrote on 20.07.2011 17:44: On Wed, Jul 20, 2011 at 04:55:59PM +0400, Ruslan Mahmatkhanov wrote: As far i understand PYTHON_VERSION hold value like 'python2.7'

Re: french/aster ignores PYTHON_VERSION= 2.6 ?

2011-07-26 Thread Mark Linimon
On Tue, Jul 26, 2011 at 11:46:17PM +0400, Ruslan Mahmatkhanov wrote: > Add Mk/bsd.python.mk to description field a good idea, but ... > so it will be assigned to portmgr@. portmgr@ doesn't own all the bsd.*.mk files; bsd.python.mk is owned by python@. We're happy to put an -exp run in the queue

Re: french/aster ignores PYTHON_VERSION= 2.6 ?

2011-07-26 Thread Ruslan Mahmatkhanov
Mark Linimon wrote on 27.07.2011 06:44: On Tue, Jul 26, 2011 at 11:46:17PM +0400, Ruslan Mahmatkhanov wrote: Add Mk/bsd.python.mk to description field a good idea, but ... so it will be assigned to portmgr@. portmgr@ doesn't own all the bsd.*.mk files; bsd.python.mk is owned by python@. W