Date: Mon, 13 Feb 2017 12:49:29 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433986 - head Message-ID: <201702131249.v1DCnTbm041026@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Mon Feb 13 12:49:29 2017 New Revision: 433986 URL: https://svnweb.freebsd.org/changeset/ports/433986 Log: Add note about missing libGL after r433892. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Feb 13 12:39:45 2017 (r433985) +++ head/UPDATING Mon Feb 13 12:49:29 2017 (r433986) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702131249.v1DCnTbm041026>