diff options
author | xmj <xmj@FreeBSD.org> | 2014-11-27 01:43:49 +0800 |
---|---|---|
committer | xmj <xmj@FreeBSD.org> | 2014-11-27 01:43:49 +0800 |
commit | 26b9f1200d569e09cd95bd1ca303f2f89a835b15 (patch) | |
tree | 393bbdb1b7261c0e1af80d01380d38926b20decb /UPDATING | |
parent | c1a7e70592726831b94dde4798245bf296bc3fca (diff) | |
download | freebsd-ports-gnome-26b9f1200d569e09cd95bd1ca303f2f89a835b15.tar.gz freebsd-ports-gnome-26b9f1200d569e09cd95bd1ca303f2f89a835b15.tar.zst freebsd-ports-gnome-26b9f1200d569e09cd95bd1ca303f2f89a835b15.zip |
Add UPDATING entry for the x264 split in two ports
Submitted by: Andrew Berg <aberg010@my.hennepintech.edu>
Approved by: swills (mentor)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -6,6 +6,20 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. 20141126: + AFFECTS: users of multimedia/x264 + AUTHOR: xmj@FreeBSD.org + + With the recent split of multimedia/x264 in library and binary and library + components, if an application that uses libx264 is updated before x264 itself, + multimedia/libx264 will conflict with the existing x264 package. Delete + this package before continuing any update that depends on it: + + # pkg delete -f x264 + + Install the updated x264 and/or upgrade the other applications that + depend on libx264, such as ffmpeg. + +20141126: AFFECTS: users of lang/perl5.* AUTHOR: mat@FreeBSD.org |