diff options
author | mva <mva@FreeBSD.org> | 2010-05-19 04:33:40 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2010-05-19 04:33:40 +0800 |
commit | 91fae4ffcd0ef86eaec725c39bf4fbf0da077578 (patch) | |
tree | f950bea06f924a50073c84d4cb8f215bddde8af8 | |
parent | 9eb3bebdd8857aff82f1e53817502fb21f9085dd (diff) | |
download | freebsd-ports-gnome-91fae4ffcd0ef86eaec725c39bf4fbf0da077578.tar.gz freebsd-ports-gnome-91fae4ffcd0ef86eaec725c39bf4fbf0da077578.tar.zst freebsd-ports-gnome-91fae4ffcd0ef86eaec725c39bf4fbf0da077578.zip |
- Add a note about incompatible devel/pylint settings, which might cause crashes in newer versions.
Suggested by: Vladimir Chukharev (via ports@)
-rw-r--r-- | UPDATING | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -6,6 +6,21 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. 20100518: + AFFECTS: users of devel/pylint + AUTHOR: mva@FreeBSD.org + + The pylint user configuration files have been changed slightly in newer + versions (>=0.20.0). In some cases older configurations might crash + pylint at startup. + + If you run into startup problems, make sure to remove the .pylintrc + configuration settings and the .pylint.d directory from your home + directory: + + # rm ~/.pylintrc + # rm -rf ~/.pylint.d + +20100518: AFFECTS: users of devel/apr0, devel/apr1, www/apache20, www/apache22 AUTHOR: pgollucci@FreeBSD.org |