diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-10-06 16:53:30 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-10-06 16:53:30 +0800 |
commit | eb991d198df425acc70776601b47549349360479 (patch) | |
tree | 86692a5a408d4454bea5430f726a3d3c845c3b22 /MC-UPDATING | |
parent | cd57d42f0093e926842b23da74925667e679321b (diff) | |
download | marcuscom-ports-eb991d198df425acc70776601b47549349360479.tar marcuscom-ports-eb991d198df425acc70776601b47549349360479.tar.gz marcuscom-ports-eb991d198df425acc70776601b47549349360479.tar.bz2 marcuscom-ports-eb991d198df425acc70776601b47549349360479.tar.lz marcuscom-ports-eb991d198df425acc70776601b47549349360479.tar.xz marcuscom-ports-eb991d198df425acc70776601b47549349360479.tar.zst marcuscom-ports-eb991d198df425acc70776601b47549349360479.zip |
Add some more tweaks.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17096 df743ca5-7f9a-e211-a948-0013205c9059
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 |