Bug 54243 - allow zope to build with other python versions
Summary: allow zope to build with other python versions
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-09 05:20 UTC by Tim Middleton
Modified: 2003-07-09 06:02 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!