aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 1a11e6966d1b..d833cc03f90b 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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