blob: 1ed47b4ad6c893b528fdcb20d28cc433fe1772a1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# $MCom: ports/MC-UPDATING,v 1.2 2007/10/19 13:15:32 marcus Exp $
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
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.
|