diff options
author | marcus <marcus@FreeBSD.org> | 2009-01-10 13:23:57 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-01-10 13:23:57 +0800 |
commit | c7c989634c219fd07d355fcf1943892971e72a14 (patch) | |
tree | 5b75dd98ffad98c6964651fb28007ae80d023c5e /UPDATING | |
parent | 6d8ed8f7c7511223163de715a97ffc04bf6fada9 (diff) | |
download | freebsd-ports-graphics-c7c989634c219fd07d355fcf1943892971e72a14.tar.gz freebsd-ports-graphics-c7c989634c219fd07d355fcf1943892971e72a14.tar.zst freebsd-ports-graphics-c7c989634c219fd07d355fcf1943892971e72a14.zip |
Add an entry for upgrading GNOME and GTK+ ports.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -6,6 +6,26 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20090110: + AFFECTS: users of GNOME and GTK+ + AUTHOR: gnome@FreeBSD.org + + GNOME has been updated to 2.24.x. You have to deinstall a few ports first + before using portupgrade or portmaster in order to successfully upgrade + your GNOME installation. After successfully upgrade, you have to reinstall + gnome-session so the gnome.desktop session file is properly installed. + + Portupgrade users: + # pkgdb -Ff + # pkg_deinstall -fO gtkmm-2.12\* + # portupgrade -aOW + # portupgrade gnome-session + + Portmaster users: + # pkg_delete -f gtkmm-2.12\* + # portmaster -a + # portmaster gnome-session + 20090109: AFFECTS: users of any Mozilla and Opera products AUTHOR: mezz@freebsd.org |