git: f6d9efd08260 - main - devel/kdevelop: switch WEBENGINE option to default ON
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Sep 2023 15:18:55 UTC
The branch main has been updated by tcberner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f6d9efd08260d817e3639b35eece3b90c1895f1e
commit f6d9efd08260d817e3639b35eece3b90c1895f1e
Author: Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2023-09-12 08:27:03 +0000
Commit: Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2023-09-12 15:16:35 +0000
devel/kdevelop: switch WEBENGINE option to default ON
- Qt5WebKit hasn't seen any changes in a long time (which in itself
might not be a problem for certain kinds of software -- however, this
is a web rendering engine).
So it's time to switch to the supported rendering engine.
---
devel/kdevelop/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/devel/kdevelop/Makefile b/devel/kdevelop/Makefile
index b02aa3a8c1d7..2d28abb8e8ee 100644
--- a/devel/kdevelop/Makefile
+++ b/devel/kdevelop/Makefile
@@ -3,6 +3,7 @@
# devel/kdev-python
PORTNAME= kdevelop
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= devel kde kde-applications
MAINTAINER= kde@FreeBSD.org
@@ -52,6 +53,7 @@ SO_VER_LONG= 5.12.230800
PLIST_SUB+= SO_VER=${SO_VER} SO_VER_LONG=${SO_VER_LONG}
OPTIONS_DEFINE= WEBENGINE
+OPTIONS_DEFAULT= WEBENGINE
WEBENGINE_DESC= Use WebEngine as help reader
WEBENGINE_USES= qt:5
WEBENGINE_USE= QT=location,webchannel,webengine