diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-28 12:11:15 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-28 12:11:15 +0800 |
commit | 7b0003f5cc7687e57a99714c74a0d5a82614d5d6 (patch) | |
tree | 07964f4d9a11caf7edb019ce2085bb33afa10955 | |
parent | fe230e5ec5a5a54942aaed5da1f89394567647e9 (diff) | |
download | marcuscom-ports-7b0003f5cc7687e57a99714c74a0d5a82614d5d6.tar marcuscom-ports-7b0003f5cc7687e57a99714c74a0d5a82614d5d6.tar.gz marcuscom-ports-7b0003f5cc7687e57a99714c74a0d5a82614d5d6.tar.bz2 marcuscom-ports-7b0003f5cc7687e57a99714c74a0d5a82614d5d6.tar.lz marcuscom-ports-7b0003f5cc7687e57a99714c74a0d5a82614d5d6.tar.xz marcuscom-ports-7b0003f5cc7687e57a99714c74a0d5a82614d5d6.tar.zst marcuscom-ports-7b0003f5cc7687e57a99714c74a0d5a82614d5d6.zip |
Add note about how to upgrade from GNOME 2.22.x to 2.24.x. I only have tested
with portmaster, so we will need someone to play with portupgrade.
portmaster > portupgrade... :-)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11644 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | MC-UPDATING | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/MC-UPDATING b/MC-UPDATING index 383021e51..dac24495c 100644 --- a/MC-UPDATING +++ b/MC-UPDATING @@ -1,4 +1,4 @@ -# $MCom: ports/MC-UPDATING,v 1.16 2008/03/13 20:43:58 mezz Exp $ +# $MCom: ports/MC-UPDATING,v 1.17 2008/03/24 05:31:51 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,23 @@ 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. + +2008XXXX: + AFFECTS: users of GNOME + AUTHOR: gnome@FreeBSD.org + + GNOME has been updated to 2.24.x. You have to deinstall a few ports first + before using portupgrade or portmaster in order to successfully upgrade + your GNOME installation. After successfully upgrade, you have to reinstall + gnome-session so the gnome.desktop session file is properly installed. + + Portupgrade users: + # pkgdb -Ff + # pkg_deinstall -fO gtkmm-2.12\* + # portupgrade -aOW + # portupgrade gnome-session + + Portmaster users: + # pkg_delete -f gtkmm-2.12\* + # portmaster -a + # portmaster gnome-session |