svn commit: r501874 - head/sysutils/plasma5-libksysguard

Piotr Kubaj pkubaj at anongoth.pl
Fri May 17 16:01:39 UTC 2019


This commit will make this port to be skipped on all architectures where qt5-webengine is not available.

Could you enable WEBENGINE option only on those architectures where qt5-webengine actually builds?

On 19-05-17 14:59:36, Dima Panov wrote:
>Author: fluffy
>Date: Fri May 17 14:59:35 2019
>New Revision: 501874
>URL: https://svnweb.freebsd.org/changeset/ports/501874
>
>Log:
>  - Enable QtWebEngine plugin use in libksysguard components
>
>Modified:
>  head/sysutils/plasma5-libksysguard/Makefile
>
>Modified: head/sysutils/plasma5-libksysguard/Makefile
>==============================================================================
>--- head/sysutils/plasma5-libksysguard/Makefile	Fri May 17 14:45:19 2019	(r501873)
>+++ head/sysutils/plasma5-libksysguard/Makefile	Fri May 17 14:59:35 2019	(r501874)
>@@ -2,6 +2,7 @@
>
> PORTNAME=	libksysguard
> DISTVERSION=	${KDE_PLASMA_VERSION}
>+DISTERSION=	1
> CATEGORIES=	sysutils kde kde-plasma
>
> MAINTAINER=	kde at FreeBSD.org
>@@ -13,5 +14,12 @@ USE_KDE=	auth codecs completion config configwidgets c
> 		plasma-framework service widgetsaddons windowsystem
> USE_QT=		core dbus gui network script webkit widgets x11extras xml \
> 		buildtools_build qmake_build
>+
>+OPTIONS_DEFINE=	WEBENGINE
>+OPTIONS_DEFAULT=	WEBENGINE
>+
>+WEBENGINE_USE=	QT=webengine
>+WEBENGINE_DESC=	HTML-based GUI ksysguard library based on Qt5WebEngine
>+WORKSPACE_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets
>
> .include <bsd.port.mk>
>
>
>-- 
>This message has been scanned for viruses and
>dangerous content by MailScanner, and is
>believed to be clean.
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20190517/f5c0f950/attachment.sig>


More information about the svn-ports-head mailing list