FreeBSD Bugzilla – Attachment 223255 Details for
Bug 254273
[PATCH] option for editors/libreoffice to not require mysql-client
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch libreoffice to optionally require mysql-client
libreoffice-mysql.patch (text/plain), 1.61 KB, created by
Piotr Pawel Stefaniak
on 2021-03-14 11:31:20 UTC
(
hide
)
Description:
patch libreoffice to optionally require mysql-client
Filename:
MIME Type:
Creator:
Piotr Pawel Stefaniak
Created:
2021-03-14 11:31:20 UTC
Size:
1.61 KB
patch
obsolete
>Index: editors/libreoffice/Makefile >=================================================================== >--- editors/libreoffice/Makefile (revision 568375) >+++ editors/libreoffice/Makefile (working copy) >@@ -109,8 +109,8 @@ > > 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 >@@ -117,7 +117,7 @@ > 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=*} >@@ -131,6 +131,7 @@ > 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 driver > QT5_DESC= Qt5 GUI toolkit support (default visual style) > SDK_DESC= Build with SDK > TEST_DESC= Run all regression tests >@@ -209,6 +210,9 @@ > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 254273
: 223255