Bug 54243

Summary: allow zope to build with other python versions
Product: Ports & Packages Reporter: Tim Middleton <x>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Tim Middleton 2003-07-09 05:20:09 UTC
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
Comment 1 Daichi GOTO freebsd_committer freebsd_triage 2003-07-09 06:02:03 UTC
State Changed
From-To: open->closed

Committed. Thanks!