git: ca5f2f7606eb - main - astro/stellarium: Drop WEBENGINE option

From: Max Brazhnikov <makc_at_FreeBSD.org>
Date: Tue, 22 Sep 2026 09:01:19 UTC
The branch main has been updated by makc:

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

commit ca5f2f7606eb80867db82ae6a9117425c61e3597
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2026-09-22 08:59:23 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2026-09-22 08:59:57 +0000

    astro/stellarium: Drop WEBENGINE option
    
    PR:             296230, 298175
    Approved by:    maintainer timeout
---
 astro/stellarium/Makefile | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/astro/stellarium/Makefile b/astro/stellarium/Makefile
index 2dc2acd08e6d..d30615db50f4 100644
--- a/astro/stellarium/Makefile
+++ b/astro/stellarium/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	stellarium
 PORTVERSION=	24.4
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	astro
 MASTER_SITES=	https://github.com/Stellarium/stellarium/releases/download/v${PORTVERSION}/ \
 		https://mirrors.tuna.tsinghua.edu.cn/github-release/Stellarium/stellarium/v${PORTVERSION}/
@@ -25,15 +25,15 @@ USES=		cmake compiler:c++11-lang desktop-file-utils \
 USE_PERL5=	build
 USE_QT=		qmake:build buildtools:build \
 		charts concurrent core gui network opengl widgets
-CMAKE_OFF=	ENABLE_QT6
+CMAKE_OFF=	ENABLE_QT6 ENABLE_QTWEBENGINE
 
 PORTDOCS=	CREDITS.md ChangeLog README.md \
 		stellarium_user_guide-${PORTVERSION}-1.pdf
 
 OPTIONS_DEFINE=		DOCS GPS MORE_STARS MULTIMEDIA NLS SCRIPTS \
-			SHOWMYSKY TELESCOPE TEST TEXTURES WEBENGINE XLSX
+			SHOWMYSKY TELESCOPE TEST TEXTURES XLSX
 OPTIONS_DEFAULT=	GPS MULTIMEDIA SCRIPTS SHOWMYSKY TELESCOPE \
-			WEBENGINE XLSX
+			XLSX
 OPTIONS_SUB=		yes
 
 GPS_DESC=		GPS (NMEA handling) support
@@ -43,7 +43,6 @@ SCRIPTS_DESC=		Remote control and scripting support
 SHOWMYSKY_DESC=		Realistic atmosphere light scattering
 TELESCOPE_DESC=		Build telescope control plugin
 TEXTURES_DESC=		Install better quality textures
-WEBENGINE_DESC=		Get and show extra object information
 XLSX_DESC=		Data export to Excel files support
 
 DOCS_DISTFILES=		stellarium_user_guide-${PORTVERSION}-1.pdf
@@ -75,9 +74,6 @@ TEST_CMAKE_ON=		-DENABLE_TESTING:BOOL=ON
 TEXTURES_MASTER_SITES=	SF/${PORTNAME}/Extra-data-files/textures:gfx
 TEXTURES_DISTFILES=	textures-1K.zip:gfx
 
-WEBENGINE_USE=		QT=declarative,webchannel,webengine
-WEBENGINE_CMAKE_OFF=	-DENABLE_QTWEBENGINE:BOOL=OFF
-
 XLSX_LIB_DEPENDS=	libQXlsxQt5.so:devel/qxlsx@qt5
 XLSX_CMAKE_OFF=		-DENABLE_XLSX:BOOL=OFF