diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-10-02 18:41:19 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-10-02 18:41:19 +0800 |
commit | d21cfeaa59b0637cafa61adb1f1b160f4148575b (patch) | |
tree | 60c36ef0a471f0e7c18f45e90a40a2e6c571724a | |
parent | e1a3c46e86bcdb5fa676d1bbcbf9d05743631bf2 (diff) | |
download | marcuscom-ports-d21cfeaa59b0637cafa61adb1f1b160f4148575b.tar marcuscom-ports-d21cfeaa59b0637cafa61adb1f1b160f4148575b.tar.gz marcuscom-ports-d21cfeaa59b0637cafa61adb1f1b160f4148575b.tar.bz2 marcuscom-ports-d21cfeaa59b0637cafa61adb1f1b160f4148575b.tar.lz marcuscom-ports-d21cfeaa59b0637cafa61adb1f1b160f4148575b.tar.xz marcuscom-ports-d21cfeaa59b0637cafa61adb1f1b160f4148575b.tar.zst marcuscom-ports-d21cfeaa59b0637cafa61adb1f1b160f4148575b.zip |
Tweak gnome 2 update instuctions, add some placeholders for pkg updates duno
if I'm going to keep those.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17083 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | MC-UPDATING | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/MC-UPDATING b/MC-UPDATING index 9c9828e61..c4fe1e982 100644 --- a/MC-UPDATING +++ b/MC-UPDATING @@ -1,4 +1,4 @@ -# $MCom: ports/MC-UPDATING,v 1.30 2012/08/04 09:39:16 kwm Exp $ +# $MCom: ports/MC-UPDATING,v 1.31 2012/09/17 07:12:39 kwm Exp $ This file documents some of the problems you may encounter when upgrading your ports. We try our best to minimize these disruptions, @@ -25,18 +25,18 @@ upgrades. Please note that these instructions are based on gnome being installed via the x11/gnome2 meta port. So if you only a partial installation then some - of these steps might not apply to your situation. + of these steps might not fully apply to your situation. - GNOME 3.0 has been added to the ports tree. GNOME 3.0 and 2.32 desktop + GNOME 3.4 has been added to the ports tree. GNOME 3 and GNOME 2 desktop components are mutual exclusive. There shouldn't be any issue running gtk2 applications with GNOME 3 or the other way around. The following instuctions are for people wanting to keep using GNOME 2.32: # portmaster -o devel/libgdata06 devel/libgdata - # portmaster -o graphics/libchamplain08 graphics/libchamplain - # pkg_delete -f vte-0.\* clutter-\* - # portmaster x11-toolkits/vte graphics/clutter + # pkg_delete -f vte-0.\* clutter-\* libchamplain-\* + or pkg delete -f vte clutter clutter-gtk libchamplain + # portmaster graphics/libchamplain08 x11-toolkits/vte graphics/clutter # portmaster -a or @@ -49,6 +49,10 @@ upgrades. # portupgrade -o graphics/libchamplain08 graphics/libchamplain # portupgrade -a + or + + # 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. @@ -67,3 +71,7 @@ upgrades. # pkgdb -Ff # portupgrade -a + or + + # pkg users here :> + |