diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-21 16:53:48 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-21 16:53:48 +0800 |
commit | a9883c4b153e809bee850fa26eb359528ad9d8bc (patch) | |
tree | 112af89d22bd8a4d7860e37ff4ab0a07e585d2ad | |
parent | 4cb2e7e503af5eb4767727d9da82b98a32ba885b (diff) | |
download | marcuscom-ports-a9883c4b153e809bee850fa26eb359528ad9d8bc.tar marcuscom-ports-a9883c4b153e809bee850fa26eb359528ad9d8bc.tar.gz marcuscom-ports-a9883c4b153e809bee850fa26eb359528ad9d8bc.tar.bz2 marcuscom-ports-a9883c4b153e809bee850fa26eb359528ad9d8bc.tar.lz marcuscom-ports-a9883c4b153e809bee850fa26eb359528ad9d8bc.tar.xz marcuscom-ports-a9883c4b153e809bee850fa26eb359528ad9d8bc.tar.zst marcuscom-ports-a9883c4b153e809bee850fa26eb359528ad9d8bc.zip |
Tweak instructions a bit. Add portmaster update lines.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15843 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | MC-UPDATING | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/MC-UPDATING b/MC-UPDATING index 0b1f98911..b6efec4b7 100644 --- a/MC-UPDATING +++ b/MC-UPDATING @@ -1,4 +1,4 @@ -# $MCom: ports/MC-UPDATING,v 1.22 2010/11/30 21:53:55 kwm Exp $ +# $MCom: ports/MC-UPDATING,v 1.23 2010/12/04 18:13:58 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,20 +9,29 @@ time you update your ports collection, before attempting any port upgrades. 2011MONTHDAY: - AFFECTS: users of GNOME + AFFECTS: users of x11-toolkits/gtk20, avahi-gtk and GNOME 2 AUTHOR: gnome@FreeBSD.org GNOME 3.0 has been added to the ports tree. GNOME 3.0 and 2.32 desktop components 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. + The instructions are very simple. + + # pkg_delete -f avahi-gtk-\* gtk-2.\* + # portmaster x11-toolkits/gtk20 net/avahi-gtk + + If you want to start using the GNOME 3.0 desktop. you should follow the + instructions below. GNOME 3.0 is based on GTK 3, but Gtk 2 applications + should work without any problems with the GNOME 3 desktop. + However should you run into a application that won't compile or give any kind + of trouble let us know at gnome@FreeBSD.org and we will take a look at it. Switch GNOME 2.32 to GNOME 3.0 instructions: 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. + + # pkg_delete -fr gtk-2.\* gnome-\* + # portmaster -a + + Go to x11/gnome3 or x11/gnome3-lite and do make install clean. + Install any missing applications from the list. |