aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING22
1 files changed, 22 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 90b32ecb306e..d9cdbea786b1 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,28 @@ 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.
+20141119:
+ AFFECTS: users of x11/gnome2, graphics/clutter and lang/vala
+ AUTHOR: kwm@FreeBSD.org
+
+ GNOME 3.14 was imported. Because this is a big change some manual help is
+ needed. Please use the following instructions to update.
+
+ Delete the old and conflicting packages:
+ # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \
+ guile gcalctool gnome-media libgnomekbd
+ # pkg delete gnome-screensaver gnome-applets bug-buddy \
+ evolution-exchange evolution-webcal gnome-system-tools \
+ seahorse-plugins gnome-control-center
+
+ For package users the following lines will be enough:
+ # pkg upgrade
+ # pkg install gnome3
+
+ For ports users should do the following:
+ # portmaster -a
+ # portmaster x11/gnome3
+
20141117:
AFFECTS: users of security/openssh-portable
AUTHOR: bdrewery@FreeBSD.org