aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorglarkin <glarkin@FreeBSD.org>2010-01-26 07:00:29 +0800
committerglarkin <glarkin@FreeBSD.org>2010-01-26 07:00:29 +0800
commitb960082bdc538c3baf6f709ad35b1161e6a363da (patch)
tree6b07f11c848beb3943c265c5fd0a2964c2cec86a /UPDATING
parent9328e45fac4dea6d7d18d8e289c584d582d0570a (diff)
downloadfreebsd-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--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