diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2010-01-18 20:25:21 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2010-01-18 20:25:21 +0000 |
commit | 94631725272faf2db1e6a74390a5706178b83a48 (patch) | |
tree | 181817668d567a2b01a5e987a5ca32d7804b36a5 /UPDATING | |
parent | 69a365881da9bf27963d8554bfc034e86108b6bc (diff) |
- Added checks to Makefile to restrict installation with Python 2.5 only [1]
- Added pkg-message for information about API key configuration with
current version of devel/py-cheetah [1]
- Added UPDATING entry for information about installation in mixed
Python version environments (2.5 vs. 2.6)
- Added IGNORE for package builds when default Python version > 2.5
- Fleshed out pkg-descr and updated WWW:
PR: ports/138976
Submitted by: hideo <hideo@lastamericanempire.com> [1]
Notes
Notes:
svn path=/head/; revision=248115
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -5,6 +5,32 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20100118: + AFFECTS: users of news/sabnzbdplus + AUTHOR: glarkin@FreeBSD.org + + SABnzbd only works with Python 2.5 and will not install if certain + ports were previously installed against Python 2.6, such as + py-setuptools. + + In some cases, the installation may succeed by issuing the command: + + make PYTHON_DEFAULT_VERSION=python2.5 install clean + + If installation still fails, then one or more of the following ports + has been built against Python 2.6 and will not allow the same port + built against Python 2.5 to be installed: + + devel/py-cheetah + devel/py-setuptools + devel/py-utils + security/py-openssltextproc/py-chardet + textproc/py-feedparsertextproc/py-markdown + www/py-cherrypy-old + + Either remove the py26- ports or install SABnzbd on a machine without + Python 2.6. + 20100113: AFFECTS: users of emulators/virtualbox AUTHOR: beat@FreeBSD.org |