[Midnightbsd-cvs] mports: bsd.python.mk: Revert to python 2.4 for now.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Jul 25 20:02:00 EDT 2008
Log Message:
-----------
Revert to python 2.4 for now. This breaks a LOT of ports due to the naming of the python binary. We're going to need to default to python and make 2.4 install as python24 or make a wrapper like freebsd did.
Modified Files:
--------------
mports/Mk:
bsd.python.mk (r1.14 -> r1.15)
-------------- next part --------------
Index: bsd.python.mk
===================================================================
RCS file: /home/cvs/mports/Mk/bsd.python.mk,v
retrieving revision 1.14
retrieving revision 1.15
diff -L Mk/bsd.python.mk -L Mk/bsd.python.mk -u -r1.14 -r1.15
--- Mk/bsd.python.mk
+++ Mk/bsd.python.mk
@@ -149,10 +149,10 @@
# version of zope.
#
-## Default Python version set to 2.5
+## Default Python version set to 2.4
-_PYTHON_PORTBRANCH= 2.5
-_PYTHON_ALLBRANCHES= 2.5 2.4 2.3 # preferred first
+_PYTHON_PORTBRANCH= 2.4
+_PYTHON_ALLBRANCHES= 2.4 2.5 2.3 # preferred first
_ZOPE_PORTBRANCH= 2.7
_ZOPE_ALLBRANCHES= 2.7 2.8 2.9 3.2
More information about the Midnightbsd-cvs
mailing list