On Mar 6, 2004, at 4:10 AM, Xavier Santolaria wrote:
Second, and I'm not sure whether this is a failure of the zope-cmf
port, or of the python port, but zope-cmf's Makefile fails on lines
37,38 of the Makefile, since "python" does not exist (mine is installed
only as python2.1):
Which version of the port and Makefile do you have?
cd ${WRKSRC} && python ${WRKDIR}/compilezpy.py cd ${WRKSRC} && python -O ${WRKDIR}/compilezpy.py
Changing them as follows works fine:
cd ${WRKSRC} && python2.1 ${WRKDIR}/compilezpy.py cd ${WRKSRC} && python2.1 -O ${WRKDIR}/compilezpy.py
That's true. But I don't see that in the -current port.
-- Jason Dixon, RHCE DixonGroup Consulting http://www.dixongroup.net