diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
commit | 4acc6fb2a411b291c9c210d82bafe7c62e71c77d (patch) | |
tree | bc16420eb52d65511ceb520c00171d219210a473 /UPDATING | |
parent | 97dfcc1b41c5b4581b1d73128a866beec069c5bf (diff) | |
download | ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.tar.gz ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -7,6 +7,33 @@ time you update your ports collection, before attempting any port upgrades. 20071024: + 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 + had their DATADIR moved from share/gnome/ to share/ (e.g. + ${LOCALBASE}/share/gnome/ to ${LOCALBASE}/share/). + This puts the FreeBSD GNOME ports more in line with the default + GNOME installation hierarchy. To find the specific directories that + have changed, see 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, themes or other customized items have + disappered from your desktop in this upgrade, you will need to + remove and re-add these items to make them appear again due to the + DATADIR change. + +20071024: AFFECTS: users of databases/mysql-connector-java AUTHOR: miwi@FreeBSD.org |