aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-01-10 05:23:57 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-01-10 05:23:57 +0000
commit740a195ae108981ce9cf2579e4ff17706522f29e (patch)
tree824465d5bd55c8d6e4cdcc72132b5f94fce2cbda /UPDATING
parent610ae5681637c1051a0c17b54e29d97f53da2f3a (diff)
downloadports-740a195ae108981ce9cf2579e4ff17706522f29e.tar.gz
ports-740a195ae108981ce9cf2579e4ff17706522f29e.zip
Add an entry for upgrading GNOME and GTK+ ports.
Notes
Notes: svn path=/head/; revision=225630
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING20
1 files changed, 20 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 4f6df05420b7..ef2f2f3a3ac3 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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