svn commit: r501874 - head/sysutils/plasma5-libksysguard
Jason Bacon
bacon4000 at gmail.com
Fri May 17 16:31:57 UTC 2019
Would it be too difficult to fix qt5-webengine where it doesn't
currently build?
I've been adding logic in support of specific architectures to some of
my ports, but I think this sort of thing should be kept to a minimum in
favor of fixing the root issue wherever possible.
Less clutter and greater benefit.
On 2019-05-17 11:01, Piotr Kubaj wrote:
> 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.
>>
--
Earth is a beta site.
More information about the svn-ports-all
mailing list