diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-10-31 23:51:39 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-10-31 23:51:39 +0000 |
commit | b7cef7ef78322c9abd3fffaea175dbefc94a673b (patch) | |
tree | 90dc4473f5e1ee2ba03e08fb06f3a03a4c586edc /UPDATING | |
parent | 12b31a21c36b870b47a0e6cded3ef53a08872b88 (diff) | |
download | ports-b7cef7ef78322c9abd3fffaea175dbefc94a673b.tar.gz ports-b7cef7ef78322c9abd3fffaea175dbefc94a673b.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -6,6 +6,28 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20071101: + AFFECTS: users of x11/nvidia-driver + AUTHOR: danfe@FreeBSD.org + + There appears to be a conflict with xorg-server 1.4 and previous version + of nvidia-driver: new xorg-server had plist change that made upgrading of + nvidia-driver bomb out with the following error: + + ===> Checking if x11/nvidia-driver already installed + mv: rename /usr/local/lib/xorg/modules/libwfb.so to + /usr/local/lib/xorg/modules/XXX-libwfb.so.%%.xorg-server-1.4_2,1: + No such file or directory + *** Error code 1 + + To remedy the situation, deinstall any instance of nvidia-driver you might + have, then reinstall xorg-server, e.g.: + + # cd /usr/ports/x11-servers/xorg-server + # make install -DFORCE_PKG_REGISTER + + After that, new nvidia-driver will install cleanly. + 20071030: AFFECTS: users of net/skype AUTHOR: beech@FreeBSD.org |