aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2004-12-06 02:40:34 +0800
committerlioux <lioux@FreeBSD.org>2004-12-06 02:40:34 +0800
commit7aca10c0e0b6d3c59c6243eb5c1392c2c6bd2f1d (patch)
tree2bc8f8c3ea5adf7a3fa25e8a92829f1ca4116975 /UPDATING
parent2de099c856594beb4fb8f4ed4b27dd6af48c07ae (diff)
downloadfreebsd-ports-graphics-7aca10c0e0b6d3c59c6243eb5c1392c2c6bd2f1d.tar.gz
freebsd-ports-graphics-7aca10c0e0b6d3c59c6243eb5c1392c2c6bd2f1d.tar.zst
freebsd-ports-graphics-7aca10c0e0b6d3c59c6243eb5c1392c2c6bd2f1d.zip
Add a note on updating multimedia/ffmpeg
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING19
1 files changed, 19 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 471009c67b3..6d6aa7776a8 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,25 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20041205:
+ AFFECTS: users of multimedia/ffmpeg
+ AUTHOR: lioux@FreeBSD.org
+
+ multimedia/ffmpeg will not work if previous versions of the port
+ are installed. Also, there is a shared library version bump on
+ this update. Therefore:
+
+ 1) Remove old ffmpeg
+
+ pkg_delete -f /var/db/pkg/ffmpeg*
+
+ 2) Install updated ffmpeg
+
+ 3) Rebuild all ports that depend on ffmpeg due to the shared
+ library version bump
+
+ cd /var/db/pkg && portupgrade -rf ffmpeg* -x ffmpeg*
+
20041202:
AFFECTS: users of any ports which have dependency on lang/python
AUTHOR: perky@FreeBSD.org