aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2007-10-31 23:51:39 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2007-10-31 23:51:39 +0000
commitb7cef7ef78322c9abd3fffaea175dbefc94a673b (patch)
tree90dc4473f5e1ee2ba03e08fb06f3a03a4c586edc /UPDATING
parent12b31a21c36b870b47a0e6cded3ef53a08872b88 (diff)
downloadports-b7cef7ef78322c9abd3fffaea175dbefc94a673b.tar.gz
ports-b7cef7ef78322c9abd3fffaea175dbefc94a673b.zip
Add a note about how to remedy rather common problem when upgrading
x11/nvidia-driver port. Approved by: portmgr (marcus)
Notes
Notes: svn path=/head/; revision=202466
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING22
1 files changed, 22 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 6068a50b2e05..80784a09d561 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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