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:

# grep python ./work/aster-full-src-10.3.0/config.log 
  /usr/local/bin/python2.7 setup.pyo test 
# 

Why?

Thanks
Anton

-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 331 5944
Fax: +44 (0)117 929 4423
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to