diff options
author | glarkin <glarkin@FreeBSD.org> | 2010-01-26 07:00:29 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2010-01-26 07:00:29 +0800 |
commit | b960082bdc538c3baf6f709ad35b1161e6a363da (patch) | |
tree | 6b07f11c848beb3943c265c5fd0a2964c2cec86a /UPDATING | |
parent | 9328e45fac4dea6d7d18d8e289c584d582d0570a (diff) | |
download | freebsd-ports-gnome-b960082bdc538c3baf6f709ad35b1161e6a363da.tar.gz freebsd-ports-gnome-b960082bdc538c3baf6f709ad35b1161e6a363da.tar.zst freebsd-ports-gnome-b960082bdc538c3baf6f709ad35b1161e6a363da.zip |
- Removed Python 2.5 requirement introduced by recent commit, since the
application appears to work correctly (w/ warnings) under Python 2.6. [1]
- Removed the corresponding entry in UPDATING
PR: ports/138976
Reported by: Lee Packham <lpackham@leenux.org.uk>, Thomas Maack Nielsen <tmn@concare.net> [1]
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 26 |
1 files changed, 0 insertions, 26 deletions
@@ -38,32 +38,6 @@ you update your ports collection, before attempting any port upgrades. of sysutils/polkit. If you do not do this, applications which depend on polkitd will fail. -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 |