diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-06-11 13:30:15 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-06-11 13:30:15 +0000 |
commit | 0d874830ee4d8857a666c6b35092b7772d52a26e (patch) | |
tree | f41b448b0de99db3f77bfaf04b035a47cd91e3ff /UPDATING | |
parent | d9c1200f52b14936506faac97f9a69fda5c75356 (diff) | |
download | ports-0d874830ee4d8857a666c6b35092b7772d52a26e.tar.gz ports-0d874830ee4d8857a666c6b35092b7772d52a26e.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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 |