From owner-freebsd-ports@freebsd.org Tue Jul 28 10:05:46 2020 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BA3583A4C74 for ; Tue, 28 Jul 2020 10:05:46 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4BGC3t4bP8z4Bc2 for ; Tue, 28 Jul 2020 10:05:46 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 9BAC23A4E32; Tue, 28 Jul 2020 10:05:46 +0000 (UTC) Delivered-To: ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9B4D63A4F44; Tue, 28 Jul 2020 10:05:46 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BGC3t3dP9z4Bqq; Tue, 28 Jul 2020 10:05:46 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from mail-yb1-f181.google.com (mail-yb1-f181.google.com [209.85.219.181]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: lwhsu/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 5A0852784E; Tue, 28 Jul 2020 10:05:46 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: by mail-yb1-f181.google.com with SMTP id c18so2903310ybr.1; Tue, 28 Jul 2020 03:05:46 -0700 (PDT) X-Gm-Message-State: AOAM532Ez9j63uwFda1oSb062oErKQ2L5uEkCOO6VG/6hkpyP6GVASIw Csdrr5PexaswGulsaoVi7cI3hBc+5im+2CU1JY8= X-Google-Smtp-Source: ABdhPJweYF3IyQQvY8zY3b4ZH3Qv1EWDwgcjqYGQ2ilIrALxoelJ4LEH2RHm+UYLA6q0p33vM4vk57q/lTMDFs3clmo= X-Received: by 2002:a25:c78d:: with SMTP id w135mr19896876ybe.497.1595930745878; Tue, 28 Jul 2020 03:05:45 -0700 (PDT) MIME-Version: 1.0 References: <1a608f4b-ae7c-4c00-b280-c85e6c3d20f2@Canary> <74a64c09-6c52-458b-8d9f-fb1b161044b4@Canary> In-Reply-To: <74a64c09-6c52-458b-8d9f-fb1b161044b4@Canary> From: Li-Wen Hsu Date: Tue, 28 Jul 2020 18:05:34 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: LibreOffice 7.0 call for testing To: Dima Panov Cc: FreeBSD Ports , office Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jul 2020 10:05:46 -0000 Pre-built packages for 11 and 12 amd64 are available at https://people.freebsd.org/~lwhsu/libreoffice/ On Sun, Jul 26, 2020 at 9:42 PM Dima Panov wrote: > > Hello! > > 7.0.0.RC2 is landed, release is around the corner. > > As always, please welcome to test. > > -- > WBR, Dima. (Desktop, KDE, X11, Office)@FreeBSD team > (fluffy@FreeBSD.org, https://t.me/dima_panov) > > > On Thursday, Jul 16, 2020 at 3:17 PM, Dima Panov wrote: > > Hello! > > > > LibreOffice 7.0 branch is over to release candadate and office@FreeBSD = team calls everyone interested to join us in testing cycle > > > > Our WIP repository available at GitHub, https://github.com/lwhsu/freebs= d-ports-libreoffice, branch 7.0.0 > > > > Of course, we support ports=E2=80=99 OVERLAY feature by adding: > > > > OVERLAYS+=3D/path/to/freebsd-ports-libreoffice > > > > to /etc/make.conf > > > > Poudriere users should follows next steps: > > > > sudo poudriere ports -c -F -p portoverlay > > cd ${LOCALBASE}/poudriere/ports/portsoverlay > > git clone https://github.com/lwhsu/freebsd-ports-libreoffice . > > git checkout 7.0.0 > > poudriere bulk -j 121amd64 -p portstree -O portsoverlay editors/libreof= fice > > > > Or you can use pre-built packages with default options. > > Take yours from https://people.freebsd.org/~lwhsu/libreoffice/ > > > > You can start the LibreOffice with x11 UI backend by setting > > environment variable: > > > > SAL_USE_VCLPLUGIN=3Dgen > > > > where =E2=80=98gen=E2=80=99 can be replaced by x11, gtk3, qt5 ,kf5, dep= ends on selected build options to get a required vcl active > > > > Current known issue is missed vertical and gorizontal scrollbars with g= kt3 vcl. > > Qt5 vcl is already locked to use cairo font renderer. > > > > Patches and suggestions are welcome! > > > >