summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2010-01-25 23:00:29 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2010-01-25 23:00:29 +0000
commitd1647fb39b653f8a5bd7d4c432fc26dd027d96db (patch)
tree96be6022bc29b8b1941084b05857a87ca4b5cd50 /UPDATING
parent- Update WWW (diff)
- 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]
Notes
Notes: svn path=/head/; revision=248581
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING26
1 files changed, 0 insertions, 26 deletions
diff --git a/UPDATING b/UPDATING
index 554c74139144..a98983f3978d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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