mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Add a note on updating multimedia/ffmpeg
This commit is contained in:
parent
2af8141b70
commit
09d07c957b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123254
19
UPDATING
19
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
|
||||
|
Loading…
Reference in New Issue
Block a user