aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2009-06-09 21:46:03 +0800
committerwxs <wxs@FreeBSD.org>2009-06-09 21:46:03 +0800
commit4771356d4e0338eec300f6fcdb03e43253f270b4 (patch)
treee912d121a9b6ece8439718b32e5bf07afc290348 /UPDATING
parent890a9277c39900e6f014c6e09fb2472e7cf4975c (diff)
downloadfreebsd-ports-gnome-4771356d4e0338eec300f6fcdb03e43253f270b4.tar.gz
freebsd-ports-gnome-4771356d4e0338eec300f6fcdb03e43253f270b4.tar.zst
freebsd-ports-gnome-4771356d4e0338eec300f6fcdb03e43253f270b4.zip
- Remove portmaster instructions for python update as they do not work.
I am working on a fix to the upgrade-site-packages target to support using portmaster. Discussed with: miwi
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 5 insertions, 8 deletions
diff --git a/UPDATING b/UPDATING
index 23d1a55dc1d7..7b173f162090 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,28 +12,25 @@ upgrades.
The default version of Python has been changed from 2.5.x to 2.6.x.
If you have 2.5.x installed, perform an upgrade of lang/python25 to
- lang/python26 with one of the following commands like:
+ lang/python26 with the following command:
# portupgrade -o lang/python26 lang/python25
- # portmaster -o lang/python26 lang/python25
If you want to remain 2.5.x as default Python version, set the
PYTHON_DEFAULT_VERSION variable to 'python2.5' without quotes in
- make.conf, then go to lang/python and perform one of the following
- commands:
+ make.conf, then go to lang/python and perform the following
+ command:
# portupgrade -R python
- # portmaster -r python\*
- Once the installed Python has been updated to 2.6, by using one of the
- methods above, it is required to run the upgrade-site-packages target in
+ Once the installed Python has been updated to 2.6, by using the
+ method above, it is required to run the upgrade-site-packages target in
lang/python to assure that site-packages are made available to the new Python
version.
# cd /usr/ports/lang/python && make upgrade-site-packages
This Makefile target requires ports-mgmt/portupgrade to be installed.
- For portmaster users, please set PORTUPGRADE_CMD to portmaster.
20090606:
AFFECTS: users of java/eclipse