blob: b50272710c8774b8e4965f32c05c49fbd94a9045 (
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
37
38
39
40
41
|
# $MCom: ports/MC-UPDATING,v 1.15 2008/03/13 03:06:13 mezz 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.
20080221
AFFECTS: Gstreamer users.
AUTHOR: multimedia@FreeBSD.org
Gstreamer is updated. Due to the move of some plugins between ports. You will
have to rebuild the gstreamer-plugins-good port after upgrading.
Portupgrade users:
# portupgrade -a
# portupgrade -f gstreamer-plugins-good
Portmaster users:
# portmaster -a
# portmaster gstreamer-plugins-good
20080102:
AFFECTS: All GNOME users and ports depend on gnomehier
AUTHOR: gnome@FreeBSD.org
GNOME has been updated to 2.22.x. You have to deinstall a few ports first
before use portupgrade or portmaster to upgrade your installed GNOME 2.20.x.
Portupgrade users:
# pkgdb -Ff
# pkg_deinstall -fO gnome-applets\* totem\* gnome-control-center\*
# portupgrade -aOW
Portmaster users:
# pkg_delete -f gnome-applets\* totem\* gnome-control-center\* \
gnome-keyring-manager\*
# portmaster -a
|