diff options
author | Kevin Bowling <kbowling@FreeBSD.org> | 2021-06-17 14:15:22 +0000 |
---|---|---|
committer | Kevin Bowling <kbowling@FreeBSD.org> | 2021-06-17 14:15:22 +0000 |
commit | f0559e873477fc1b4d625ca9edf8c4a0f3cc2489 (patch) | |
tree | 6639d7b0347acff2b3d47dd6f387db05ebd8bcf9 | |
parent | 4351f717f1dc0ce5fede82fe75a44339a2a0f867 (diff) |
UPDATING: Add notes for mesa-libs on portmaster/portupgrade
PR: 246767
-rw-r--r-- | UPDATING | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -5,6 +5,22 @@ 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. +20210617: + AFFECTS: users of graphics/mesa-libs + AUTHOR: kbowling@FreeBSD.org + + Some libraries from mesa-libs are now provided by libglvnd while + others were renamed. When building outside poudriere make sure to + remove mesa-libs first in order to avoid conflict with libglvnd. + + For portmaster users: + # pkg delete -f mesa-libs + # portmaster -a + + For portupgrade users: + # pkg delete -f mesa-libs + # portupgrade -a + 20210523: AFFECTS: users of www/tt-rss AUTHOR: dereks@lifeofadishwasher.com |