From owner-freebsd-ports@FreeBSD.ORG Sat Jul 14 20:29:53 2012 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 9903D1065672 for ; Sat, 14 Jul 2012 20:29:53 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) by mx1.freebsd.org (Postfix) with ESMTP id 4F4418FC08 for ; Sat, 14 Jul 2012 20:29:53 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:d5bc:f52b:cfe0:ce47] (unknown [IPv6:2001:7b8:3a7:0:d5bc:f52b:cfe0:ce47]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 1A4385C37; Sat, 14 Jul 2012 22:29:52 +0200 (CEST) Message-ID: <5001D6C1.1080901@FreeBSD.org> Date: Sat, 14 Jul 2012 22:29:53 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120619 Thunderbird/14.0 MIME-Version: 1.0 To: Warren Block References: <201207140756.35423.lumiwa@gmail.com> <5001712A.3010600@FreeBSD.org> In-Reply-To: X-Enigmail-Version: 1.5a1pre Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ajtiM , freebsd-ports@freebsd.org Subject: Re: LibreOffice 3.5.4_1 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: Sat, 14 Jul 2012 20:29:53 -0000 On 2012-07-14 21:18, Warren Block wrote:> On Sat, 14 Jul 2012, Dimitry Andric wrote: >> On 2012-07-14 14:56, ajtiM wrote: > I ran portmaster -a on FreeBSD 9.0 Release and it shows me to update LibreOffice >>> 3.5.4 to 3.5.4_1 but also update Clang to 3.1_1. >>> FreeBSD 9.0 Release has Clang 3.0 and I didn't have a problem to build >>> LibreOffice 3.5.4. Do I need this update? Is it not possible anymore to use >>> Clang 3.0? >> Just set WITH_SYSTEM_CLANG=x for this port. This allows you to build it >> with the base clang. > But it needs the SemaDeclCXX.cpp patch to clang also. Don't know if > that will apply to 9.0-RELEASE. No, clang 3.0 (which is in 9.0 release) does not have the problem that causes an assertion during LibreOffice build. It would be nice if Mitja can confirm that clang 3.0 can fully build LO. Even nicer if it runs without immediately crashing. :)