Lines 6-24
You should get into the habit of checking this file for changes each time
Link Here
|
6 |
you update your ports collection, before attempting any port upgrades. |
6 |
you update your ports collection, before attempting any port upgrades. |
7 |
|
7 |
|
8 |
20210617: |
8 |
20210617: |
9 |
AFFECTS: users of graphics/mesa-libs |
9 |
AFFECTS: users of graphics/mesa-libs and x11/nvidia-driver |
10 |
AUTHOR: kbowling@FreeBSD.org |
10 |
AUTHOR: kbowling@FreeBSD.org |
11 |
|
11 |
|
12 |
Some libraries from mesa-libs are now provided by libglvnd while |
12 |
Some libraries from mesa-libs are now provided by libglvnd while |
13 |
others were renamed. When building outside poudriere make sure to |
13 |
others were renamed. nvidia-driver already used libglvnd but bundled |
14 |
remove mesa-libs first in order to avoid conflict with libglvnd. |
14 |
a copy which is now provided as a separate package. When building |
|
|
15 |
outside poudriere make sure to remove mesa-libs and nvidia-driver |
16 |
first in order to avoid conflict with libglvnd. |
15 |
|
17 |
|
16 |
For portmaster users: |
18 |
For portmaster users: |
17 |
# pkg delete -f mesa-libs |
19 |
# pkg delete -f mesa-libs nvidia-driver |
18 |
# portmaster -a |
20 |
# portmaster -a |
19 |
|
21 |
|
20 |
For portupgrade users: |
22 |
For portupgrade users: |
21 |
# pkg delete -f mesa-libs |
23 |
# pkg delete -f mesa-libs nvidia-driver |
22 |
# portupgrade -a |
24 |
# portupgrade -a |
23 |
|
25 |
|
24 |
20210523: |
26 |
20210523: |