From owner-freebsd-ports@FreeBSD.ORG Wed Apr 1 05:54:44 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3C88F5B7 for ; Wed, 1 Apr 2015 05:54:44 +0000 (UTC) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 24C6E2BF for ; Wed, 1 Apr 2015 05:54:43 +0000 (UTC) Received: from yuri.doctorlan.com (c-50-184-63-128.hsd1.ca.comcast.net [50.184.63.128]) (authenticated bits=0) by shell1.rawbw.com (8.14.9/8.14.9) with ESMTP id t315shGZ094937 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 31 Mar 2015 22:54:43 -0700 (PDT) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-50-184-63-128.hsd1.ca.comcast.net [50.184.63.128] claimed to be yuri.doctorlan.com Message-ID: <551B8821.9040004@rawbw.com> Date: Tue, 31 Mar 2015 22:54:41 -0700 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: "ports@freebsd.org" Subject: Re: Replacing vlc with vlc-qt4 broke pkg upgrade References: <551AEBD1.8050307@rawbw.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: Kevin Oberman 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: Wed, 01 Apr 2015 05:54:44 -0000 On 03/31/2015 21:29, Kevin Oberman wrote: > I don't see any information that vlc-qt4 has replaced vlc. It is just a > version of vlc that will build using the old version of Qt. If you update > vlc, it will install the required Qt5 ports. vlc in my case is an automatic dependency of multimedia/phonon-vlc which was recently switched to vlc-qt4. In such case 'pkg upgrade' should automatically delete vlc and install vlc-qt4, but pkg fails instead. Yuri