git: 5179436ee927 - main - www/qt5-webkit: fix options
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Sep 2023 07:10:26 UTC
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=5179436ee927fb4207cd89de9e54603164b45e84 commit 5179436ee927fb4207cd89de9e54603164b45e84 Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2023-09-14 06:45:56 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2023-09-14 07:08:26 +0000 www/qt5-webkit: fix options USE_QT5= was a thing quite a while ago... Pointy hat: tcberner --- editors/calligra/Makefile | 4 ++-- irc/kvirc/Makefile | 4 ++-- textproc/kreport/Makefile | 4 ++-- www/choqok/Makefile | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index fe4d75a1d309..c3bf11d845b3 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -1,6 +1,6 @@ PORTNAME= calligra DISTVERSION= 3.2.1 -PORTREVISION= 58 +PORTREVISION= 59 CATEGORIES= editors kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} DIST_SUBDIR= KDE/${PORTNAME} @@ -65,7 +65,7 @@ OPTIONS_DEFAULT= OPENEXR OPENEXR_LIB_DEPENDS= libOpenEXR.so:graphics/openexr OPENEXR_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_OpenEXR WEBKIT_DESC= Use obsolete qt5-webkit to build Browser Plugin -WEBKIT_USE= QT5=webkit +WEBKIT_USE= QT=webkit WEBKIT_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Qt5WebKit CMAKE_ARGS= -DCMAKE_INCLUDE_PATH:STRING="${QT_INCDIR} ${LOCALBASE}/include" \ diff --git a/irc/kvirc/Makefile b/irc/kvirc/Makefile index 1eab184aca06..a0d6f4dd97ab 100644 --- a/irc/kvirc/Makefile +++ b/irc/kvirc/Makefile @@ -1,7 +1,7 @@ PORTNAME= KVIrc DISTVERSION= 5.0.0-102 DISTVERSIONSUFFIX= -geb3fdd6b1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc kde MAINTAINER= kde@FreeBSD.org @@ -31,7 +31,7 @@ CMAKE_ARGS= -DMANDIR:STRING=share/man OPTIONS_DEFINE= WEBKIT WEBKIT_DESC= Use obsolete qt5-webkit to build Browser Plugin -WEBKIT_USE= QT5=webkit +WEBKIT_USE= QT=webkit WEBKIT_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Qt5WebKit PLIST_SUB= VER=5.0 diff --git a/textproc/kreport/Makefile b/textproc/kreport/Makefile index de17a1c895e2..711fa3b917b3 100644 --- a/textproc/kreport/Makefile +++ b/textproc/kreport/Makefile @@ -1,6 +1,6 @@ PORTNAME= kreport DISTVERSION= 3.2.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= textproc kde MASTER_SITES= KDE/stable/${PORTNAME}/src DIST_SUBDIR= KDE/${PORTNAME} @@ -21,7 +21,7 @@ USE_QT= core declarative gui location network printsupport webchannel \ OPTIONS_DEFINE= WEBKIT OPTIONS_SUB= yes WEBKIT_DESC= Use obsolete qt5-webkit to build Browser Plugin -WEBKIT_USE= QT5=webkit +WEBKIT_USE= QT=webkit WEBKIT_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Qt5WebKitWidgets CONFLICTS_INSTALL= calligra-2* diff --git a/www/choqok/Makefile b/www/choqok/Makefile index 74ab9847e269..a1bcb22c7bf5 100644 --- a/www/choqok/Makefile +++ b/www/choqok/Makefile @@ -1,6 +1,6 @@ PORTNAME= choqok DISTVERSION= 1.7.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION:R}/src DIST_SUBDIR= KDE/${PORTNAME} @@ -34,7 +34,7 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= WEBKIT OPTIONS_SUB= yes WEBKIT_DESC= Use obsolete qt5-webkit to build Browser Plugin -WEBKIT_USE= KDE=kdewebkit QT5=webkit +WEBKIT_USE= KDE=kdewebkit QT=webkit WEBKIT_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_KF5WebKit .include <bsd.port.mk>