Date: Wed, 26 Nov 2014 17:43:50 +0000 (UTC) From: Johannes Jost Meixner <xmj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373455 - head Message-ID: <201411261743.sAQHho6Z072922@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: xmj Date: Wed Nov 26 17:43:49 2014 New Revision: 373455 URL: https://svnweb.freebsd.org/changeset/ports/373455 QAT: https://qat.redports.org/buildarchive/r373455/ Log: Add UPDATING entry for the x264 split in two ports Submitted by: Andrew Berg <aberg010@my.hennepintech.edu> Approved by: swills (mentor) Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Wed Nov 26 17:05:59 2014 (r373454) +++ head/UPDATING Wed Nov 26 17:43:49 2014 (r373455) @@ -6,6 +6,20 @@ You should get into the habit of checkin 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411261743.sAQHho6Z072922>