aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJohannes Jost Meixner <xmj@FreeBSD.org>2014-11-26 17:43:49 +0000
committerJohannes Jost Meixner <xmj@FreeBSD.org>2014-11-26 17:43:49 +0000
commit68e778923e423c8ad65bffcc1163c30bc96e5259 (patch)
tree393bbdb1b7261c0e1af80d01380d38926b20decb /UPDATING
parenteac251c6211de30075611e8d25ee84915ee25e4e (diff)
downloadports-68e778923e423c8ad65bffcc1163c30bc96e5259.tar.gz
ports-68e778923e423c8ad65bffcc1163c30bc96e5259.zip
Add UPDATING entry for the x264 split in two ports
Submitted by: Andrew Berg <aberg010@my.hennepintech.edu> Approved by: swills (mentor)
Notes
Notes: svn path=/head/; revision=373455
Diffstat (limited to 'UPDATING')
-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