From owner-dev-commits-ports-main@freebsd.org Wed Apr 7 16:49:49 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 344725BD2A1; Wed, 7 Apr 2021 16:49:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FFr3K12TBz3sV7; Wed, 7 Apr 2021 16:49:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 164D422A23; Wed, 7 Apr 2021 16:49:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 137GnnnQ014855; Wed, 7 Apr 2021 16:49:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 137Gnnvm014854; Wed, 7 Apr 2021 16:49:49 GMT (envelope-from git) Date: Wed, 7 Apr 2021 16:49:49 GMT Message-Id: <202104071649.137Gnnvm014854@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Piotr Pawel Stefaniak Subject: git: fba3dac6cdd8 - main - editors/libreoffice: add an option to build with or without MariaDB driver MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: pstef X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: fba3dac6cdd8f201a3b0e6d1f33d7727ca31c7cd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Apr 2021 16:49:49 -0000 The branch main has been updated by pstef (src committer): URL: https://cgit.FreeBSD.org/ports/commit/?id=fba3dac6cdd8f201a3b0e6d1f33d7727ca31c7cd commit fba3dac6cdd8f201a3b0e6d1f33d7727ca31c7cd Author: Piotr Pawel Stefaniak AuthorDate: 2021-04-07 16:47:04 +0000 Commit: Piotr Pawel Stefaniak CommitDate: 2021-04-07 16:49:18 +0000 editors/libreoffice: add an option to build with or without MariaDB driver PR: 254273 Approved by: lwhsu --- editors/libreoffice/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index c7eb4fadfeb7..0ef3f674cd74 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -108,15 +108,15 @@ SHEBANG_GLOB= *.py GNU_CONFIGURE= yes USES= autoreconf:build bison compiler:c++17-lang cpe desktop-file-utils \ - gettext-runtime gl gmake gnome jpeg mysql:client perl5 pkgconfig \ - pkgconfig python:3.6+ shebangfix shared-mime-info ssl tar:xz xorg + gettext-runtime gl gmake gnome jpeg perl5 pkgconfig python:3.6+ \ + shebangfix shared-mime-info ssl tar:xz xorg USE_GL= gl glew glu USE_GNOME= cairo glib20 libxml2 libxslt USE_OPENLDAP= yes USE_PERL5= build USE_XORG= ice sm x11 xaw xcb xext xinerama xrandr xrender -OPTIONS_DEFINE= COINMP CUPS DOCS GNOME GTK3 JAVA KF5 LTO MMEDIA PGSQL QT5 SDK TEST WEBDAV +OPTIONS_DEFINE= COINMP CUPS DOCS GNOME GTK3 JAVA KF5 LTO MMEDIA PGSQL MARIADB QT5 SDK TEST WEBDAV OPTIONS_DEFAULT= CUPS MMEDIA QT5 .if !defined(DEFAULT_VERSIONS) || ! ${DEFAULT_VERSIONS:Mssl=*} @@ -130,6 +130,7 @@ JAVA_DESC= Add Java support (XML filters, macros, DB connections) KF5_DESC= KF5/Qt5 GUI toolkit support (implies QT5) MMEDIA_DESC= Enable multimedia backend for Impress PGSQL_DESC= Build with PostgreSQL-SDBC driver +MARIADB_DESC= Build with MariaDB-SDBC driver QT5_DESC= Qt5 GUI toolkit support (default visual style) SDK_DESC= Build with SDK TEST_DESC= Run all regression tests @@ -208,6 +209,9 @@ PGSQL_CONFIGURE_ENABLE= postgresql-sdbc PGSQL_CONFIGURE_WITH= gssapi krb5 PGSQL_USES= pgsql +MARIADB_CONFIGURE_ENABLE= mariadb-sdbc +MARIADB_USES= mysql:client + QT5_CONFIGURE_ENABLE= qt5 QT5_USE= qt=buildtools_build,core,gui,network,qmake_build,widgets,x11extras QT5_USES= qt:5