diff options
author | garga <garga@FreeBSD.org> | 2012-01-16 21:58:07 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2012-01-16 21:58:07 +0800 |
commit | 7ec3e63bb4888e09e1871caafa530d533266dc5d (patch) | |
tree | 17a84637105e06829748d6269d02cbfaf014dbf0 /UPDATING | |
parent | bc2e0a8689bdff69d7f74a319d6c10e17c2234d6 (diff) | |
download | freebsd-ports-gnome-7ec3e63bb4888e09e1871caafa530d533266dc5d.tar.gz freebsd-ports-gnome-7ec3e63bb4888e09e1871caafa530d533266dc5d.tar.zst freebsd-ports-gnome-7ec3e63bb4888e09e1871caafa530d533266dc5d.zip |
Add a note about xcb-util upgrade
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -5,6 +5,21 @@ 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. +20120116: + AFFECTS: users of x11/xcb-util + AUTHOR: garga@FreeBSD.org + + x11/xcb-util was updated to 0.3.8 and was splitted in new modules. + Dependencies were adjusted but main port symbols were moved to a single + library, xcb-util.so. For this reason, all dependent ports must be + recompiled.If you use portmaster, run: + + # portmaster -R -r xcb-util + + Or for portupgrade: + + # portupgrade -r xcb-util-0\* + 20120112: AFFECTS: Nobody AUTHOR: wxs@FreeBSD.org |