From owner-freebsd-ports@FreeBSD.ORG Thu May 3 19:52:42 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B75C2106564A; Thu, 3 May 2012 19:52:42 +0000 (UTC) (envelope-from bapt@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 81B478FC0A; Thu, 3 May 2012 19:52:42 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q43JqglY088977; Thu, 3 May 2012 19:52:42 GMT (envelope-from bapt@freebsd.org) Received: (from bapt@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q43JqgZA088976; Thu, 3 May 2012 19:52:42 GMT (envelope-from bapt@freebsd.org) X-Authentication-Warning: freefall.freebsd.org: bapt set sender to bapt@freebsd.org using -f Date: Thu, 3 May 2012 21:52:38 +0200 From: Baptiste Daroussin To: Jung-uk Kim Message-ID: <20120503195238.GD56106@azathoth.lan> References: <20120430222502.GB95753@azathoth.lan> <4FA1BB47.1060709@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oj4kGyHlBMXGt3Le" Content-Disposition: inline In-Reply-To: <4FA1BB47.1060709@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@freebsd.org, office@freebsd.org Subject: Re: libreoffice on FreeBSD needs you :) 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: Thu, 03 May 2012 19:52:42 -0000 --oj4kGyHlBMXGt3Le Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 02, 2012 at 06:55:03PM -0400, Jung-uk Kim wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > On 2012-04-30 18:25:03 -0400, Baptiste Daroussin wrote: > > Hi, > >=20 > > My time deserved to work to porting LibreOffice to FreeBSD is now > > being very low, I really need help on LibreOffice. > >=20 > > While 3.5.2.2 works quite well on FreeBSD, it still has some know > > issues: - not working with lpd from base (no clue on this for now), > > - fail to compile on recent current (clang 3.1 failure) all the > > fixes should be in libreoffice git master and should be tracked and > > backport >=20 > I was annoyed by this issue and did some research. Actually, at least > there are two problems, the first one is Clang causes ICE with > hwpfilter/source/hbox.cxx. This is because of a regression, which is > only fixed recently: >=20 > http://llvm.org/bugs/show_bug.cgi?id=3D12226 > http://llvm.org/viewvc/llvm-project?view=3Drev&revision=3D154756 >=20 > The second problem is some files (e.g., > editeng/source/editeng/editdbg.cxx, > extensions/source/plugin/base/xplugin.cxx, etc.) cause this error: >=20 > error: invalid suffix on literal; C++11 requires a space between > literal and identifier [-Wreserved-user-defined-literal] >=20 > This is because they use SAL_PRI macros without a space in printf > formats, e.g., >=20 > fprintf( fp, "\nControl: %"SAL_PRIxUINT32, pEE->GetControlWord() ); >=20 > Fortunately, both issues can be simply worked around by not using > C++11 standard, i.e., >=20 > https://redports.org/changeset?reponame=3D&new=3D3489%40jkim%2Feditors%2F= libreoffice%2FMakefile&old=3D3478%40jkim%2Feditors%2Flibreoffice%2FMakefile >=20 > FYI... >=20 > Jung-uk Kim >=20 Wow thank you!!! I asked decke@ to add you to office@ on bsdports so that you can commit on = it Do you want to be part of the office@ team? regards, Bapt --oj4kGyHlBMXGt3Le Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAk+i4gYACgkQ8kTtMUmk6EwPbwCfbGxsn5iDp5Lx7MkMHaCcAnea MbkAoKqWlCidqbVbGHqpaqhIi27K1woN =vZEx -----END PGP SIGNATURE----- --oj4kGyHlBMXGt3Le--