diff options
author | wxs <wxs@FreeBSD.org> | 2009-06-11 21:30:15 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-06-11 21:30:15 +0800 |
commit | d6e951176bddb4335981b81854bae0f8fbba00cc (patch) | |
tree | dc4572acdb68c129c7ce5b946aa79e0ad062d303 /UPDATING | |
parent | f7dbc203a6ef398913eea9029602e452be2e0b78 (diff) | |
download | freebsd-ports-graphics-d6e951176bddb4335981b81854bae0f8fbba00cc.tar.gz freebsd-ports-graphics-d6e951176bddb4335981b81854bae0f8fbba00cc.tar.zst freebsd-ports-graphics-d6e951176bddb4335981b81854bae0f8fbba00cc.zip |
- Add instructions for using portmaster with the python update back.
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 |