diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-06-24 18:37:44 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-06-24 18:37:44 +0800 |
commit | 3411650cbe05b8ed013d8cfb2934371d2fe7b9a2 (patch) | |
tree | 55b7baf404215a9ab67c0ed3bb0abd48acbc0211 /MC-UPDATING | |
parent | 06d5c86f1d95814612064a27ef6608c14eb7baad (diff) | |
download | marcuscom-ports-3411650cbe05b8ed013d8cfb2934371d2fe7b9a2.tar marcuscom-ports-3411650cbe05b8ed013d8cfb2934371d2fe7b9a2.tar.gz marcuscom-ports-3411650cbe05b8ed013d8cfb2934371d2fe7b9a2.tar.bz2 marcuscom-ports-3411650cbe05b8ed013d8cfb2934371d2fe7b9a2.tar.lz marcuscom-ports-3411650cbe05b8ed013d8cfb2934371d2fe7b9a2.tar.xz marcuscom-ports-3411650cbe05b8ed013d8cfb2934371d2fe7b9a2.tar.zst marcuscom-ports-3411650cbe05b8ed013d8cfb2934371d2fe7b9a2.zip |
Add first draft for update notice.
Doing it now because atkmm got split off gtkmm24/30.
Please review!
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14264 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'MC-UPDATING')
-rw-r--r-- | MC-UPDATING | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/MC-UPDATING b/MC-UPDATING index e8bc71b4e..5cd8266d5 100644 --- a/MC-UPDATING +++ b/MC-UPDATING @@ -1,4 +1,4 @@ -# $MCom: ports/MC-UPDATING,v 1.18 2008/09/28 04:11:15 mezz Exp $ +# $MCom: ports/MC-UPDATING,v 1.19 2009/01/11 17:45:22 marcus Exp $ This file documents some of the problems you may encounter when upgrading your ports. We try our best to minimize these disruptions, @@ -7,3 +7,30 @@ but sometimes they are unavoidable. 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+ + 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. + + Portupgrade users: + + # pkgdb -Ff + # pkg_deinstall -fO gtkmm-2.20\* + # portupgrade -aOW + + Portmaster users: + + # pkg_delete -f gtkmm-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. + |