git: ac07c6b547f0 - 2024Q1 - devel/kdevelop: Remove WEBENGINE option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Jan 2024 01:14:35 UTC
The branch 2024Q1 has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=ac07c6b547f054ae0427620c9ad955c4d83d02f9 commit ac07c6b547f054ae0427620c9ad955c4d83d02f9 Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2024-01-06 20:15:50 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2024-01-07 01:10:51 +0000 devel/kdevelop: Remove WEBENGINE option Since the removal of www/qt5-webkit, www/qt5-webengine is now required. MFH: 2024Q1 (cherry picked from commit 9921aa3c446bde1fa7356052a86ab02f7b15d523) --- devel/kdevelop/Makefile | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/devel/kdevelop/Makefile b/devel/kdevelop/Makefile index b6196fd7cc4d..1e0a49ffb388 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 @@ -30,8 +31,8 @@ USE_KDE= archive attica auth bookmarks codecs completion config \ notifyconfig package parts plasma-framework purpose runner \ service solid sonnet syntaxhighlighting texteditor textwidgets \ threadweaver widgetsaddons windowsystem xmlgui -USE_QT= concurrent core dbus declarative gui help network printsupport \ - script sql widgets xml \ +USE_QT= concurrent core dbus declarative gui help location network \ + printsupport script sql webchannel webengine widgets xml \ buildtools:build qmake:build USE_XORG= x11 SHEBANG_FILES= kdevplatform/util/kdevplatform_shell_environment.sh \ @@ -51,14 +52,6 @@ SO_VER= 512 SO_VER_LONG= 5.12.230804 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 -WEBENGINE_USE_OFF= QT=webkit -WEBENGINE_CMAKE_OFF= -DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets:BOOL=TRUE - SHEBANG_LANG= zsh zsh_OLD_CMD= /bin/zsh zsh_CMD= ${LOCALBASE}/bin/zsh