From owner-freebsd-office@freebsd.org Sat Mar 3 22:34:03 2018 Return-Path: Delivered-To: freebsd-office@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B2FBF421B4 for ; Sat, 3 Mar 2018 22:34:03 +0000 (UTC) (envelope-from peo@nethead.se) Received: from ns1.nethead.se (ns1.nethead.se [5.150.237.139]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ns1.nethead.se", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 100C87A05F; Sat, 3 Mar 2018 22:34:02 +0000 (UTC) (envelope-from peo@nethead.se) X-Virus-Scanned: amavisd-new at Nethead AB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nethead.se; s=NETHEADSE; t=1520116434; bh=JvStaxoUpm3hG/KeKFx0YqMAv5tR34O7HRRaxfWNYo0=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=Q90jnRHnpPrN9EaucvkmticjAYKSZgzhKF3AEkOMKDdhN3QREUvFRYt4DSVCZ7zqe kc488FBI+x5x/fwzWTXT7GNUyb/bFMeA9xDS2FlOCL8/Febp7ckkDrr2ktWBF8cqtx uvimIbbO4EZ2+FCnMWyNBJXwD9tAWD6rnTQpShA4= Subject: Re: [CFT] LibreOffice 6 To: Li-Wen Hsu , freebsd-office@freebsd.org Cc: Greg Veldman , Greg V References: From: Per olof Ljungmark Message-ID: Date: Sat, 3 Mar 2018 23:33:52 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 22:34:03 -0000 Hi, On 03/01/18 16:33, Li-Wen Hsu wrote: > (BCC -ports@ for more audience) > > Thanks for two Greg's work in PR 224288, LibreOffice 6 updating is almost > ready. It's time for having more people to test. > > The working area is here: https://github.com/lwhsu/freebsd-ports-libreoffice > > Just download or clone it and `cd editors/libreoffice && make install` > should be fine. > > For people worried about compiling time or resource, I have pre-built > packages available if you trust me (and my machine :-) > > https://people.freebsd.org/~lwhsu/libreoffice/ > > Please report issues to -office@ or comment on PR 224288. I can report that I have successfully built 6.0.2.1 with the Gtk3 option. on ports r463406 FreeBSD 11.1-STABLE #0 r330311 amd64 Open password protect file now works File/proprties works What does not work very well is the contrast colors in the UI, for example, in the password dialogue, I see the cursor but no box and there are no distinc buttons. The same goes for a few others I tested. I had this complain from make install: ===> Registering installation for libreoffice-6.0.2 (libreoffice-6.0.2) /root/freebsd-ports-libreoffice.git/trunk/editors/freebsd-ports-libreoffice.git/trunk/editors/libreoffice/work/stage//usr/local/lib/libreoffice/program/libofficebean.so - required shared library libjawt.so not found Installing libreoffice-6.0.2... but find /usr/local/ -name "*jawt*" /usr/local/openjdk8/jre/lib/amd64/libjawt.so /usr/local/openjdk8/lib/amd64/libjawt.so /usr/local/openjdk8/include/jawt.h /usr/local/openjdk8/include/freebsd/jawt_md.h So not sure what "not found" refers to. Will now build with Gtk2 instead to check how that goes. Cheers, //per