diff options
Diffstat (limited to 'MC-UPDATING')
-rw-r--r-- | MC-UPDATING | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/MC-UPDATING b/MC-UPDATING index c4fe1e982..35c13bcd4 100644 --- a/MC-UPDATING +++ b/MC-UPDATING @@ -1,4 +1,4 @@ -# $MCom: ports/MC-UPDATING,v 1.31 2012/09/17 07:12:39 kwm Exp $ +# $MCom: ports/MC-UPDATING,v 1.32 2012/10/02 10:41:19 kwm Exp $ This file documents some of the problems you may encounter when upgrading your ports. We try our best to minimize these disruptions, @@ -34,6 +34,7 @@ upgrades. The following instuctions are for people wanting to keep using GNOME 2.32: # portmaster -o devel/libgdata06 devel/libgdata + # portmaster -o net-im/folks04 net-im/folks # pkg_delete -f vte-0.\* clutter-\* libchamplain-\* or pkg delete -f vte clutter clutter-gtk libchamplain # portmaster graphics/libchamplain08 x11-toolkits/vte graphics/clutter @@ -45,6 +46,7 @@ upgrades. # pkg_delete -f avahi-gtk-\* vte-\* clutter-\* # portinstall net/avahi-gtk # portinstall x11-toolkits/vte graphics/clutter + # portupgrade -o net-im/folks04 net-im/folks # portupgrade -o devel/libgdata06 devel/libgdata # portupgrade -o graphics/libchamplain08 graphics/libchamplain # portupgrade -a @@ -53,20 +55,23 @@ upgrades. # pkg users here :> - If you want to start using the GNOME 3.0 desktop. and you have currently - GNOME 2.32 installed, or parts of it, please use the instructions below. + If you want to start using the GNOME 3 desktop. and you have currently + GNOME 2 installed, or parts of it, please use the instructions below. Make a list of your installed ports. + # pkg delete -xR "^gnome\-" libwnck vte at-spi seed libgnomekbd gtk-vnc \ + clutter farsight2 + # pkg_delete -fr gnome-\* libwnck-2.\* vte-0.\* at-spi-1.\* seed-2.\* \ - libgnomekbd-2.\* gtk-vnc-0.3.\* clutter-\* + libgnomekbd-2.\* gtk-vnc-0.3.\* clutter-\* farsight2 # portmaster -a # install x11/gnome3 or x11/gnome3-lite or # pkg_delete -fr gnome-\* libwnck-2.\* vte-0.\* at-spi-1.\* seed-2.\* \ - libgnomekbd-2.\* gtk-vnc-0.3.\* clutter-\* + libgnomekbd-2.\* gtk-vnc-0.3.\* clutter-\* farsight2-\* # portinstall x11-toolkits/vte graphics/clutter # pkgdb -Ff # portupgrade -a |