diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-10 05:23:57 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-10 05:23:57 +0000 |
commit | 740a195ae108981ce9cf2579e4ff17706522f29e (patch) | |
tree | 824465d5bd55c8d6e4cdcc72132b5f94fce2cbda /UPDATING | |
parent | 610ae5681637c1051a0c17b54e29d97f53da2f3a (diff) | |
download | freebsd-ports-740a195ae108981ce9cf2579e4ff17706522f29e.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 |