Lines 109-116
Link Here
|
109 |
|
109 |
|
110 |
GNU_CONFIGURE= yes |
110 |
GNU_CONFIGURE= yes |
111 |
USES= autoreconf:build bison compiler:c++17-lang cpe desktop-file-utils \ |
111 |
USES= autoreconf:build bison compiler:c++17-lang cpe desktop-file-utils \ |
112 |
gettext-runtime gl gmake gnome jpeg mysql:client perl5 pkgconfig \ |
112 |
gettext-runtime gl gmake gnome jpeg perl5 pkgconfig python:3.6+ \ |
113 |
pkgconfig python:3.6+ shebangfix shared-mime-info ssl tar:xz xorg |
113 |
shebangfix shared-mime-info ssl tar:xz xorg |
114 |
USE_GL= gl glew glu |
114 |
USE_GL= gl glew glu |
115 |
USE_GNOME= cairo glib20 libxml2 libxslt |
115 |
USE_GNOME= cairo glib20 libxml2 libxslt |
116 |
USE_OPENLDAP= yes |
116 |
USE_OPENLDAP= yes |
Lines 117-123
Link Here
|
117 |
USE_PERL5= build |
117 |
USE_PERL5= build |
118 |
USE_XORG= ice sm x11 xaw xcb xext xinerama xrandr xrender |
118 |
USE_XORG= ice sm x11 xaw xcb xext xinerama xrandr xrender |
119 |
|
119 |
|
120 |
OPTIONS_DEFINE= COINMP CUPS DOCS GNOME GTK3 JAVA KF5 LTO MMEDIA PGSQL QT5 SDK TEST WEBDAV |
120 |
OPTIONS_DEFINE= COINMP CUPS DOCS GNOME GTK3 JAVA KF5 LTO MMEDIA PGSQL MARIADB QT5 SDK TEST WEBDAV |
121 |
OPTIONS_DEFAULT= CUPS MMEDIA QT5 |
121 |
OPTIONS_DEFAULT= CUPS MMEDIA QT5 |
122 |
|
122 |
|
123 |
.if !defined(DEFAULT_VERSIONS) || ! ${DEFAULT_VERSIONS:Mssl=*} |
123 |
.if !defined(DEFAULT_VERSIONS) || ! ${DEFAULT_VERSIONS:Mssl=*} |
Lines 131-136
Link Here
|
131 |
KF5_DESC= KF5/Qt5 GUI toolkit support (implies QT5) |
131 |
KF5_DESC= KF5/Qt5 GUI toolkit support (implies QT5) |
132 |
MMEDIA_DESC= Enable multimedia backend for Impress |
132 |
MMEDIA_DESC= Enable multimedia backend for Impress |
133 |
PGSQL_DESC= Build with PostgreSQL-SDBC driver |
133 |
PGSQL_DESC= Build with PostgreSQL-SDBC driver |
|
|
134 |
MARIADB_DESC= Build with MariaDB driver |
134 |
QT5_DESC= Qt5 GUI toolkit support (default visual style) |
135 |
QT5_DESC= Qt5 GUI toolkit support (default visual style) |
135 |
SDK_DESC= Build with SDK |
136 |
SDK_DESC= Build with SDK |
136 |
TEST_DESC= Run all regression tests |
137 |
TEST_DESC= Run all regression tests |
Lines 209-214
Link Here
|
209 |
PGSQL_CONFIGURE_WITH= gssapi krb5 |
210 |
PGSQL_CONFIGURE_WITH= gssapi krb5 |
210 |
PGSQL_USES= pgsql |
211 |
PGSQL_USES= pgsql |
211 |
|
212 |
|
|
|
213 |
MARIADB_CONFIGURE_ENABLE= mariadb-sdbc |
214 |
MARIADB_USES= mysql:client |
215 |
|
212 |
QT5_CONFIGURE_ENABLE= qt5 |
216 |
QT5_CONFIGURE_ENABLE= qt5 |
213 |
QT5_USE= qt=buildtools_build,core,gui,network,qmake_build,widgets,x11extras |
217 |
QT5_USE= qt=buildtools_build,core,gui,network,qmake_build,widgets,x11extras |
214 |
QT5_USES= qt:5 |
218 |
QT5_USES= qt:5 |