Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jan 2024 01:14:40 GMT
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: a5a118a0c713 - 2024Q1 - finance/alkimia: Remove WEBKIT option.
Message-ID:  <202401070114.4071EeY9052108@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q1 has been updated by jhale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a5a118a0c713b0c3c793d8dc03e944192865d8ff

commit a5a118a0c713b0c3c793d8dc03e944192865d8ff
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:12:31 +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
    
    (cherry picked from commit e352d3c164629e1fcc34a2072378c4bda56fa62e)
---
 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} {} \;
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401070114.4071EeY9052108>