diff options
author | kwm <kwm@FreeBSD.org> | 2017-02-13 20:49:29 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2017-02-13 20:49:29 +0800 |
commit | 91c461da054edf8b0f3ec7a5a0ae65e66b50367c (patch) | |
tree | ea83f94218a37cec45531ee0bb22036bf0138dea /UPDATING | |
parent | a4c79c3aaa5ffbe827c72bd40e955bebed1760e9 (diff) | |
download | freebsd-ports-gnome-91c461da054edf8b0f3ec7a5a0ae65e66b50367c.tar.gz freebsd-ports-gnome-91c461da054edf8b0f3ec7a5a0ae65e66b50367c.tar.zst freebsd-ports-gnome-91c461da054edf8b0f3ec7a5a0ae65e66b50367c.zip |
Add note about missing libGL after r433892.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -5,6 +5,18 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20170213: + AFFECTS: users of graphics/libGL, graphics/libEGL, graphics/libglesv2 + AUTHOR: kwm@FreeBSD.org + + The workaround for handling conflicting libraries between the + nvidia-driver, libGL, libEGL and libglesv2 ports was removed. If the + nvidia-driver port is updated before the other ports, it will remove + the libraries of said ports. This is a side effect of how the workaround + worked. If this happens reinstalling the affected port is enough. + + pkg users can run: pkg install -f libGL libEGL libglesv2 + 20170211: AFFECTS: users of x11-server/xorg-server AUTHOR: rezny@FreeBSD.org |