While Zope documents have claimed that python 2.1 is required, in actual practice many people run it with python 2.2, and it is acknowledged (in mailing lists) to work fine in most cases. Please allow the PYTHON_VERSION to be overridden in the environment for those who wish to build zope with python versions other than 2.1. This is very important, because some third party modules require python 2.2, and so are currently excluded from working with Zope via ports installation. Fix: USE_PYTHON= yes -PYTHON_VERSION?= python2.1 +PYTHON_VERSION= python2.1 DIST_SUBDIR= zope--aWwkuJ14eu0uSZHIF6PwM4wijJVtAbfvRhjax4UXY138NzOu Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- Makefile Wed Jul 9 00:10:03 2003 +++ Makefile.orig Wed Jul 9 00:10:45 2003 @@ -18,5 +18,5 @@ How-To-Repeat: cd /usr/ports/www/zope export PYTHON_VERSION=python2.2 make
State Changed From-To: open->closed Committed. Thanks!