From owner-freebsd-ports@FreeBSD.ORG Sat Feb 7 22:14:34 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4F280EBF for ; Sat, 7 Feb 2015 22:14:34 +0000 (UTC) Received: from mail-we0-x22b.google.com (mail-we0-x22b.google.com [IPv6:2a00:1450:400c:c03::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D4B48E89 for ; Sat, 7 Feb 2015 22:14:33 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id k11so20055063wes.2 for ; Sat, 07 Feb 2015 14:14:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=OPEteZBB5qwTy5ddOyPJLXMj6U33ns7ahzkb+Rtw55c=; b=Xm902A1mSubp4x+X1Dhymf+HPfm07HlHNrZe3ZtYUVaxFGOWi2gboPsSf8vUfbKic/ UkkiDKWRtiy67EvRNhNs6fGhfRqvek93ny3FlGfiMkJcrRaqW2Lq9yYUqiRC+wS8I6aq 0r2ZUZH9DXCVLUZ2pmEdMNumCWVU1N9rNdzGpBM8jMFrP/M5m+J5hu2GK/0x5zgbc+gj QvwJ94SDzM/0+P3q8/hCsRNATIwvY1FWZHyFP8zG1k92n0gktAU+jhNYSqesh1G5LJ5A iYrUVSUOfiLBjggZ/YCK1OiPSvGCvH8VwyUV4i3VfBUj47Z4hQX8E3mAIjLiwOHu2h9+ hGLQ== MIME-Version: 1.0 X-Received: by 10.180.7.199 with SMTP id l7mr18865270wia.66.1423347272313; Sat, 07 Feb 2015 14:14:32 -0800 (PST) Received: by 10.194.241.132 with HTTP; Sat, 7 Feb 2015 14:14:32 -0800 (PST) In-Reply-To: <20150207145720.GE76302@rancor.immure.com> References: <20150206205419.GD96060@rancor.immure.com> <20150207145720.GE76302@rancor.immure.com> Date: Sun, 8 Feb 2015 06:14:32 +0800 Message-ID: Subject: Re: multimedia/x264 build failure From: Ben Woods To: Bob Willcox Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: ports list X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 22:14:34 -0000 Correct. x264 port is no longer needed. Instead, the libx264 port is used (and should be installed automatically). On Saturday, February 7, 2015, Bob Willcox wrote: > On Sat, Feb 07, 2015 at 02:42:44PM +0800, Ben Woods wrote: > > This issue was discussed in November here: > > > https://lists.freebsd.org/pipermail/freebsd-ports/2014-November/096717.html > > > > The result was an entry being added to UPDATING, which can be found here: > > > https://docs.freebsd.org/cgi/getmsg.cgi?fetch=2729771+0+/usr/local/www/db/text/2014/svn-ports-all/20141130.svn-ports-all > > > > "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." > > Thanks Ben for your response. > > So, I went ahead and deleted x264 and then ran 'portupgrade -a' to upgrade > the > dependent packages (ffmpeg & minidlna in my case, I believe). Is that all > I need to do? Note that the x264 package did not reinstall. Is this because > I no longer need it? > > Thanks, > Bob > > -- > Bob Willcox | You climb to reach the summit, but once > bob@immure.com | there, discover that all roads lead down. > Austin, TX | -- Stanislaw Lem, "The Cyberiad" > -- -- From: Benjamin Woods woodsb02@gmail.com