git: e352d3c16462 - main - finance/alkimia: Remove WEBKIT option.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Jan 2024 01:07:07 UTC
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=e352d3c164629e1fcc34a2072378c4bda56fa62e commit e352d3c164629e1fcc34a2072378c4bda56fa62e Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2024-01-07 00:08:12 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2024-01-07 01:06:53 +0000 finance/alkimia: Remove WEBKIT option. www/qt5-webkit was removed from the ports tree, so remove it as an option and leave only WEBENGINE if the user wants webpage rendering support. Reported by: Andrea Venturoli <ml@netfence.it> (via private mail) MFH: 2024Q1 --- finance/alkimia/Makefile | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/finance/alkimia/Makefile b/finance/alkimia/Makefile index b83e2369231e..6f9bb4ea7707 100644 --- a/finance/alkimia/Makefile +++ b/finance/alkimia/Makefile @@ -1,6 +1,6 @@ PORTNAME= alkimia PORTVERSION= 8.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} @@ -33,14 +33,11 @@ CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_Doxygen PLIST_SUB= VER=${PORTVERSION:R} SHEBANG_FILES= src/financequote.pl -OPTIONS_RADIO= BROWSER -OPTIONS_RADIO_BROWSER= WEBKIT WEBENGINE OPTIONS_SINGLE= MPLIB OPTIONS_SINGLE_MPLIB= GMP MPIR -OPTIONS_DEFINE= PLASMA TEST TOOLS +OPTIONS_DEFINE= PLASMA TEST TOOLS WEBENGINE OPTIONS_DEFAULT= MPIR TOOLS WEBENGINE OPTIONS_SUB= yes -BROWSER_DESC= Web browser support MPLIB_DESC= Multi-precision library (MPIR preferred) GMP_LIB_DEPENDS= libgmp.so:math/gmp @@ -60,14 +57,10 @@ TEST_TEST_TARGET= test TOOLS_DESC= Build tools TOOLS_CMAKE_BOOL= BUILD_TOOLS -WEBENGINE_DESC= Qt Web Engine support +WEBENGINE_DESC= Webpage fetching and rendering WEBENGINE_USE= QT=location,printsupport,webchannel,webengine WEBENGINE_CMAKE_BOOL= BUILD_WITH_WEBENGINE -WEBKIT_DESC= Qt WebKit support -WEBKIT_USE= QT=webkit -WEBKIT_CMAKE_BOOL= BUILD_WITH_WEBKIT - pre-configure: ${FIND} ${WRKSRC} -type f \( -name '*.bak' -o -name '*.orig' \) -exec ${RM} {} \;