diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-12-01 05:53:55 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-12-01 05:53:55 +0800 |
commit | 2d95636f2e1c4896bca367221f0b972b5903e72a (patch) | |
tree | d68a19ec798095fd9ec3f7a4e3ee42e3ff81e105 /MC-UPDATING | |
parent | ba3f1dbe8372e95d545fc9b6ca85890fd905b384 (diff) | |
download | marcuscom-ports-2d95636f2e1c4896bca367221f0b972b5903e72a.tar marcuscom-ports-2d95636f2e1c4896bca367221f0b972b5903e72a.tar.gz marcuscom-ports-2d95636f2e1c4896bca367221f0b972b5903e72a.tar.bz2 marcuscom-ports-2d95636f2e1c4896bca367221f0b972b5903e72a.tar.lz marcuscom-ports-2d95636f2e1c4896bca367221f0b972b5903e72a.tar.xz marcuscom-ports-2d95636f2e1c4896bca367221f0b972b5903e72a.tar.zst marcuscom-ports-2d95636f2e1c4896bca367221f0b972b5903e72a.zip |
Update instructions a bit for 3.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14915 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'MC-UPDATING')
-rw-r--r-- | MC-UPDATING | 36 |
1 files changed, 14 insertions, 22 deletions
diff --git a/MC-UPDATING b/MC-UPDATING index 8b359340b..3d4df3eb5 100644 --- a/MC-UPDATING +++ b/MC-UPDATING @@ -1,4 +1,4 @@ -# $MCom: ports/MC-UPDATING,v 1.20 2010/06/24 10:37:44 kwm Exp $ +# $MCom: ports/MC-UPDATING,v 1.21 2010/06/28 21:06:08 kwm Exp $ This file documents some of the problems you may encounter when upgrading your ports. We try our best to minimize these disruptions, @@ -8,29 +8,21 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. -2010MONTHDAY: - AFFECTS: users of GNOME and GTK+ +2011MONTHDAY: + AFFECTS: users of GNOME AUTHOR: gnome@FreeBSD.org - GNOME 3.0 has been added to the ports tree. GNOME 3.0 and 2.30 are mutual - exclusive. So either you keep GNOME 2.30 or switch to GNOME 3.0. If you want - to keep using GNOME 2.30 please follow the next instructions. + GNOME 3.0 has been added to the ports tree. GNOME 3.0 and 2.32 are mutual + exclusive. If you want to stick around with GNOME 2.32 you will not have to + do anything. However if you want to switch to GNOME 3.0, you should follow + the instructions below. GNOME 3.0 is based on GTK 3. We did our best to test + excisting Gtk 2 based programs, but we couldn't test them all. Please let us + know at gnome@FreeBSD.org if you experiance problems. - Portupgrade users: + Switch GNOME 2.32 to GNOME 3.0 instructions: - # pkgdb -Ff - # pkg_deinstall -fO gtkmm-2.20\* gtk-2.20\* - # portupgrade -aOW - - Portmaster users: - - # pkg_delete -f gtkmm-2.20\* gtk-2.20\* - # portmaster -a - - If you want to switch to GNOME 3.0 do the following: - - Make a list of your installed ports. - pkg_delete -r glib-2.\* - After go to x11/gnome3 and do make install clean. - Install applications your missing from the list you made earlier. + Make a list of your installed ports. + pkg_delete -r glib-2.\* + After go to x11/gnome3 and do make install clean. + Install applications your missing from the list you made earlier. |