From owner-freebsd-ports@FreeBSD.ORG Mon May 13 15:30:03 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2E9F75AC for ; Mon, 13 May 2013 15:30:03 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [IPv6:2001:7b8:3a7:1:2d0:b7ff:fea0:8c26]) by mx1.freebsd.org (Postfix) with ESMTP id EB2B1FFD for ; Mon, 13 May 2013 15:30:02 +0000 (UTC) Received: from spaceball.andric.com (spaceball.andric.com [IPv6:2001:7b8:3a7:0:204:4bff:fe01:de8a]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 77BD35C44; Mon, 13 May 2013 17:29:59 +0200 (CEST) Message-ID: <519106F3.7080505@FreeBSD.org> Date: Mon, 13 May 2013 17:29:55 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101 Thunderbird/21.0 MIME-Version: 1.0 To: Robert Huff , RW Subject: Re: qt3 -> qt4 question References: <86ppwvm4p6.fsf@jerusalem.litteratus.org> <20130513152251.0b0be3b8@gumby.homeunix.com> <20880.64541.634713.135232@jerusalem.litteratus.org> In-Reply-To: <20880.64541.634713.135232@jerusalem.litteratus.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 May 2013 15:30:03 -0000 On 2013-05-13 16:43, Robert Huff wrote: ... > ===> qt4-corelib-4.8.4_2 conflicts with installed package(s): > qt-copy-3.3.8_14 > > They will not build together. > Please remove them first with pkg delete. Yes, this is unfortunately the case. Qt3 headers break the Qt4 build, so Qt3 must be removed from the system before you can build Qt4. Note, after Qt4 has been installed, you can reinstall Qt3, but there is still a risk that any Qt4-dependent port might pick up the Qt3 headers by accident. -Dimitry