1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Add a note about how to remedy rather common problem when upgrading

x11/nvidia-driver port.

Approved by:	portmgr (marcus)
This commit is contained in:
Alexey Dokuchaev 2007-10-31 23:51:39 +00:00
parent 12b31a21c3
commit b7cef7ef78
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202466

View File

@ -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