diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-09-13 10:42:21 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-09-13 11:16:13 +0000 |
commit | ed77bb9f05bf441b14ab1a9855f4aaf58252f607 (patch) | |
tree | 8716e3b0de117eb205992021db63029e576b4422 | |
parent | 6b1e39635014f2bfca91c91515ec2a2cdab55558 (diff) | |
download | ports-ed77bb9f05bf441b14ab1a9855f4aaf58252f607.tar.gz ports-ed77bb9f05bf441b14ab1a9855f4aaf58252f607.zip |
finance/alkimia: switch to using WebEngine by default
Qt5Webkit will be removed at the end of the year.
See: commit e8e65e7574de0b374caaa3da0ba6a26a67103e62
www/qt5-webkit: mark for deletion
Qt upstream switched to QtWebEngine quite a while ago, and the maintenance
of QtWebKit was carried out by a separate person.
Unfortunately, no release or updates have been pushed in the recent
years.
Note: there is a fork [1] of the used fork [2], that might be viable for people that
really still need to rely on Qt5Webkit.
[1] https://github.com/movableink/webkit/
[2] https://github.com/qtwebkit/qtwebkit
-rw-r--r-- | finance/alkimia/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/alkimia/Makefile b/finance/alkimia/Makefile index cfbea4528722..b83e2369231e 100644 --- a/finance/alkimia/Makefile +++ b/finance/alkimia/Makefile @@ -1,5 +1,6 @@ PORTNAME= alkimia PORTVERSION= 8.1.2 +PORTREVISION= 1 CATEGORIES= finance kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} @@ -37,7 +38,7 @@ OPTIONS_RADIO_BROWSER= WEBKIT WEBENGINE OPTIONS_SINGLE= MPLIB OPTIONS_SINGLE_MPLIB= GMP MPIR OPTIONS_DEFINE= PLASMA TEST TOOLS -OPTIONS_DEFAULT= MPIR TOOLS WEBKIT +OPTIONS_DEFAULT= MPIR TOOLS WEBENGINE OPTIONS_SUB= yes BROWSER_DESC= Web browser support MPLIB_DESC= Multi-precision library (MPIR preferred) |