aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2009-06-11 13:30:15 +0000
committerWesley Shields <wxs@FreeBSD.org>2009-06-11 13:30:15 +0000
commit0d874830ee4d8857a666c6b35092b7772d52a26e (patch)
treef41b448b0de99db3f77bfaf04b035a47cd91e3ff /UPDATING
parentd9c1200f52b14936506faac97f9a69fda5c75356 (diff)
downloadports-0d874830ee4d8857a666c6b35092b7772d52a26e.tar.gz
ports-0d874830ee4d8857a666c6b35092b7772d52a26e.zip
- Add instructions for using portmaster with the python update back.
Notes
Notes: svn path=/head/; revision=235583
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING12
1 files changed, 11 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 7b173f162090..2cd571809ed9 100644
--- a/UPDATING
+++ b/UPDATING
@@ -14,8 +14,12 @@ upgrades.
If you have 2.5.x installed, perform an upgrade of lang/python25 to
lang/python26 with the following command:
+ If using portupgrade:
# portupgrade -o lang/python26 lang/python25
+ If using portmaster:
+ # 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 the following
@@ -28,9 +32,15 @@ upgrades.
lang/python to assure that site-packages are made available to the new Python
version.
+ If using portupgrade:
# cd /usr/ports/lang/python && make upgrade-site-packages
- This Makefile target requires ports-mgmt/portupgrade to be installed.
+ If using portmaster:
+ # cd /usr/ports/lang/python && make upgrade-site-packages -DUSE_PORTMASTER
+
+ The portmaster case can take quite some time to complete due to the lack of
+ cached information that the portupgrade suite uses (specifically pkg_which).
+ This is not the fault of portmaster.
20090606:
AFFECTS: users of java/eclipse