diff options
author | kwm <kwm@FreeBSD.org> | 2009-09-09 21:04:20 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2009-09-09 21:04:20 +0800 |
commit | 1320f7c5b000eb957ef3074e7ed7a72bdd59ed1c (patch) | |
tree | 90ec233c0e5a59d2fc356baf8d6d3ca7accf002a /UPDATING | |
parent | f057bfc6a475d37490c2d0bbb1fcfa86451e55b5 (diff) | |
download | freebsd-ports-gnome-1320f7c5b000eb957ef3074e7ed7a72bdd59ed1c.tar.gz freebsd-ports-gnome-1320f7c5b000eb957ef3074e7ed7a72bdd59ed1c.tar.zst freebsd-ports-gnome-1320f7c5b000eb957ef3074e7ed7a72bdd59ed1c.zip |
Add upgrade instructions for gstreamer.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -5,6 +5,21 @@ 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. +20090909: + AFFECTS: gstreamer-plugins-bad gstreamer-plugins-good + AUTHOR: kwm@FreeBSD.org + + Due to the move of several plugins from gstreamer-plugins-bad to + gstreamer-plugins-good, it is necessary to update gstreamer-plugins-bad first: + + portupgrade -R gstreamer-plugins-bad + + or, using portmaster: + + portmaster gstreamer-plugins-bad + + After this step, the normal upgrade procedure can be used. + 20090831: AFFECTS: users of emulators/linux-systemsimcell AUTHOR: stast@bsdportal.ru |