From owner-freebsd-ports@FreeBSD.ORG Tue Oct 18 18:45:44 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F97B1065670; Tue, 18 Oct 2011 18:45:44 +0000 (UTC) (envelope-from kubito@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 26CE08FC0A; Tue, 18 Oct 2011 18:45:43 +0000 (UTC) Received: by gyd8 with SMTP id 8so1141022gyd.13 for ; Tue, 18 Oct 2011 11:45:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=y8zeB7tmLRsIWXLuzFo/behBeYt4uibo9w8JLzRuam0=; b=qZa+L7GI1YbTdo8hUSt4NMnY4hCOQLf8E2Bo634SVjhVAyeUOOm5Qfw+Q3YoDrqZUU 0A/pyXXsw2chZdSHwadYd/xhA82/tbGkHIbJbeM4QjDFMbYo8kK1U6cltKbXCmU7ZDcf 4GBIdjVH0z8YLq8J9Tew10xj+TKOoRKcVSg7w= Received: by 10.236.129.162 with SMTP id h22mr5450381yhi.44.1318963543413; Tue, 18 Oct 2011 11:45:43 -0700 (PDT) Received: from rachacuca.gmail.com (li113-135.members.linode.com. [69.164.198.135]) by mx.google.com with ESMTPS id z28sm4455572yhl.4.2011.10.18.11.45.41 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 18 Oct 2011 11:45:42 -0700 (PDT) Sender: Raphael Kubo da Costa From: Raphael Kubo da Costa To: Alberto Villa In-Reply-To: (Alberto Villa's message of "Tue, 18 Oct 2011 20:18:33 +0200") References: <4E9BD601.9060208@netfence.it> <4E9BE56B.1010909@netfence.it> <4E9C08B5.8030807@eskk.nu> <4E9D7395.1050403@gwdg.de> <83lisil4ox.fsf@FreeBSD.org> User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/23.3 (gnu/linux) Date: Tue, 18 Oct 2011 16:46:02 -0200 Message-ID: <831uuakuj9.fsf@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain Cc: kde-freebsd@kde.org, freebsd-ports@freebsd.org Subject: Re: [kde-freebsd] UPDATING 20111016 and KDE3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2011 18:45:44 -0000 Alberto Villa writes: > On Tue, Oct 18, 2011 at 5:06 PM, Raphael Kubo da Costa > wrote: >> This seems to be a recurring issue. It looks like the qt3 includes in >> /usr/local/include get picked up before the qt4 ones in >> /usr/local/qt4/include. > > CONFLICTS_BUILD? I'm not sure we want to fix all those include_directories()... I just need some free time to take a look at the issue, I suspect the fix can be done to a single place. But until then, feel free to set CONFLICTS_BUILD or something else :)