aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2017-02-13 20:49:29 +0800
committerkwm <kwm@FreeBSD.org>2017-02-13 20:49:29 +0800
commit91c461da054edf8b0f3ec7a5a0ae65e66b50367c (patch)
treeea83f94218a37cec45531ee0bb22036bf0138dea /UPDATING
parenta4c79c3aaa5ffbe827c72bd40e955bebed1760e9 (diff)
downloadfreebsd-ports-graphics-91c461da054edf8b0f3ec7a5a0ae65e66b50367c.tar.gz
freebsd-ports-graphics-91c461da054edf8b0f3ec7a5a0ae65e66b50367c.tar.zst
freebsd-ports-graphics-91c461da054edf8b0f3ec7a5a0ae65e66b50367c.zip
Add note about missing libGL after r433892.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING12
1 files changed, 12 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index d8134026212..a9a18868b9d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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