Summary: | [PATCH] option for editors/libreoffice to not require mysql-client | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Piotr Pawel Stefaniak <pstef> | ||||
Component: | Individual Port(s) | Assignee: | Piotr Pawel Stefaniak <pstef> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | lwhsu, vvd | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(office) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Good offer! LGTM, please also bump PORTREVISION. Test build looks fine https://cirrus-ci.com/build/5440581271814144 Please bump PORTREVISION and it's good to commit. Approved by: lwhsu (ports, office@) A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=fba3dac6cdd8f201a3b0e6d1f33d7727ca31c7cd commit fba3dac6cdd8f201a3b0e6d1f33d7727ca31c7cd Author: Piotr Pawel Stefaniak <pstef@FreeBSD.org> AuthorDate: 2021-04-07 16:47:04 +0000 Commit: Piotr Pawel Stefaniak <pstef@FreeBSD.org> 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(-) A commit in branch 2021Q2 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=4ae5a069234d3f082dc8d01105ddc4d205443312 commit 4ae5a069234d3f082dc8d01105ddc4d205443312 Author: Piotr Pawel Stefaniak <pstef@FreeBSD.org> AuthorDate: 2021-04-07 16:47:04 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2021-05-09 16:04:53 +0000 editors/libreoffice: add an option to build with or without MariaDB driver PR: 254273 Approved by: lwhsu (cherry picked from commit fba3dac6cdd8f201a3b0e6d1f33d7727ca31c7cd) editors/libreoffice/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) |
Created attachment 223255 [details] patch libreoffice to optionally require mysql-client mysql-client has heavy build dependencies, including llvm. Add an option to libreoffice to use or not use mysql driver, similar to the one for Postgres.