git: 1e4638f73bb9 - main - editors/libreoffice: enable JAVA by default
Dima Panov
fluffy at FreeBSD.org
Sat Aug 21 18:56:05 UTC 2021
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1e4638f73bb9aef326b545eca1b6d25db8a9c0d3
commit 1e4638f73bb9aef326b545eca1b6d25db8a9c0d3
Author: Dima Panov <fluffy at FreeBSD.org>
AuthorDate: 2021-08-21 18:50:54 +0000
Commit: Dima Panov <fluffy at FreeBSD.org>
CommitDate: 2021-08-21 18:50:54 +0000
editors/libreoffice: enable JAVA by default
That flag is necessary to install extensions, and being able to install
extensions for advanced/specialized workflows is a major reason why
someone would use LibreOffice suite.
Bump PORTREVISION to force rebuild package with new defaults
---
editors/libreoffice/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile
index c8e24f2670b4..6e1fd94aa156 100644
--- a/editors/libreoffice/Makefile
+++ b/editors/libreoffice/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION= 0
+PORTREVISION= 1
.include "${.CURDIR}/Makefile.common"
@@ -118,7 +118,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 MARIADB QT5 SDK TEST WEBDAV
-OPTIONS_DEFAULT= CUPS MMEDIA QT5
+OPTIONS_DEFAULT= CUPS JAVA MMEDIA QT5
.if !defined(DEFAULT_VERSIONS) || ! ${DEFAULT_VERSIONS:Mssl=*}
# Blocked by net/qt5-network: cannot use QT5 with default OpenSSL
More information about the dev-commits-ports-all
mailing list