diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-23 04:31:06 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-23 04:31:06 +0800 |
commit | 8204008566d4e77b189eb82af31b08616f28b4ad (patch) | |
tree | 039fcfd88c4a629a9b8d61e28aa004f7b0a37f3d | |
parent | c137115cbd8a4e8056c325f1aa06bf3d753190e8 (diff) | |
download | marcuscom-ports-8204008566d4e77b189eb82af31b08616f28b4ad.tar marcuscom-ports-8204008566d4e77b189eb82af31b08616f28b4ad.tar.gz marcuscom-ports-8204008566d4e77b189eb82af31b08616f28b4ad.tar.bz2 marcuscom-ports-8204008566d4e77b189eb82af31b08616f28b4ad.tar.lz marcuscom-ports-8204008566d4e77b189eb82af31b08616f28b4ad.tar.xz marcuscom-ports-8204008566d4e77b189eb82af31b08616f28b4ad.tar.zst marcuscom-ports-8204008566d4e77b189eb82af31b08616f28b4ad.zip |
Update instructions.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16516 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | MC-UPDATING | 33 |
1 files changed, 22 insertions, 11 deletions
diff --git a/MC-UPDATING b/MC-UPDATING index a57d9940a..a93ac5469 100644 --- a/MC-UPDATING +++ b/MC-UPDATING @@ -1,4 +1,4 @@ -# $MCom: ports/MC-UPDATING,v 1.26 2011/05/14 11:41:22 kwm Exp $ +# $MCom: ports/MC-UPDATING,v 1.27 2011/08/24 17:03:09 kwm Exp $ This file documents some of the problems you may encounter when upgrading your ports. We try our best to minimize these disruptions, @@ -9,14 +9,19 @@ time you update your ports collection, before attempting any port upgrades. 2011MONTHDAY: - AFFECTS: users of x11-toolkits/gtk20, avahi-gtk and GNOME 2 + AFFECTS: users of GNOME 2 desktop components, avahi, libgdata, libchamplain + and vte AUTHOR: gnome@FreeBSD.org + 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. + GNOME 3.0 has been added to the ports tree. GNOME 3.0 and 2.32 desktop components are mutual exclusive. There shouldn't be any issue running gtk2 - applications with GNOME 3 or the other way around. + applications with GNOME 3 or the other way around. - The following instuctions are for people wanting to keep using GNOME 2.32. + 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 @@ -26,8 +31,9 @@ upgrades. or -does portupgrade handle the extra avahi-header port in avahi-gtk correctly? - + # pkgdb -F + # pkg_delete -f avahi-gtk-\* + # portinstall net/avahi-gtk # portupgrade -o devel/libgdata06 devel/libgdata # portupgrade -o graphics/libchamplain08 graphics/libchamplain # pkg_delete -f vte-0.\* @@ -35,14 +41,19 @@ does portupgrade handle the extra avahi-header port in avahi-gtk correctly? # portupgrade -a If you want to start using the GNOME 3.0 desktop. and you have currently - GNOME 2.32 installed please use the instructions below. + GNOME 2.32 installed, or parts of it, please use the instructions below. Make a list of your installed ports. - # pkg_delete -fr gnome-\* -mention gnome-icon-* gnome-theme-* + # pkg_delete -fr gnome-\* libwnck-2.\* vte-0.\* at-spi-1.\* seed-2.\* \ + libgnomekbd-2.\* gtk-vnc-0.3.\* # portmaster -a + # install x11/gnome3 or x11/gnome3-lite - Go to x11/gnome3 or x11/gnome3-lite and do make install clean. - Install any missing applications from the list. +or + + # pkg_delete -fr gnome-\* libwnck-2.\* vte-0.\* at-spi-1.\* seed-2.\* \ + libgnomekbd-2.\* gtk-vnc-0.3.\* + # pkgdb -Ff + # portupgrade -a |