diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-19 05:27:07 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-19 05:27:07 +0800 |
commit | 4e0038dbd001cf275629ec88e3714dfc716f26fd (patch) | |
tree | 28bf4ef9e1e00dc9c75510f386591662576e42fe /MC-UPDATING | |
parent | 14d81be46a46b26f1f8a822a019f4596e848e0ca (diff) | |
download | marcuscom-ports-4e0038dbd001cf275629ec88e3714dfc716f26fd.tar marcuscom-ports-4e0038dbd001cf275629ec88e3714dfc716f26fd.tar.gz marcuscom-ports-4e0038dbd001cf275629ec88e3714dfc716f26fd.tar.bz2 marcuscom-ports-4e0038dbd001cf275629ec88e3714dfc716f26fd.tar.lz marcuscom-ports-4e0038dbd001cf275629ec88e3714dfc716f26fd.tar.xz marcuscom-ports-4e0038dbd001cf275629ec88e3714dfc716f26fd.tar.zst marcuscom-ports-4e0038dbd001cf275629ec88e3714dfc716f26fd.zip |
Add MC-UPDATING, same with /usr/ports/UPDATING, but this is for MC and some
of lines will be add in /usr/ports/UPDATING when we merge MC ports into
FreeBSD ports. It's useful for both committers and users. Committers won't
have to forget what we need to add in UPDATING and users will know what they
should be doing to upgrade without have to figure on their own.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9843 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'MC-UPDATING')
-rw-r--r-- | MC-UPDATING | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/MC-UPDATING b/MC-UPDATING new file mode 100644 index 000000000..e7d497809 --- /dev/null +++ b/MC-UPDATING @@ -0,0 +1,36 @@ +# $MCom$ + +This file documents some of the problems you may encounter when +upgrading your ports. We try our best to minimize these disruptions, +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. + +20071018: + AFFECTS: All GNOME users and ports depend on gnomehier + AUTHOR: gnome@FreeBSD.org + + GNOME has been updated to 2.20.1. All ports that depend on gnomehier have + been moved from share/gnome/ to share/. A few of stuff are remind in the + share/gnome/ that are default from ports' tarballs. To know which + directories that have or haven't been move can be view in + misc/gnomehier/files/dirlist. To upgrade your installed ports, you will + need to use either sysutils/portupgrade or sysutils/portmaster. + + Portupgrade users: + # pkgdb -Ff + # portupgrade -o textproc/rarian textproc/scrollkeeper + # portupgrade -a + + Portmaster users: + # portmaster -o textproc/rarian textproc/scrollkeeper + # portmaster -a + + If some of icons, applets or else have been disappered from your desktop in + this upgrade, you will need to remove and re-add these stuff to make them + appear in your desktop again due to change path. + + If you have some themes that was installed by manual (not done by ports or + packages), then you will have to move from share/gnome/ to share/ by manual. |