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

Piotr Kubaj pkubaj at anongoth.pl
Fri May 17 16:38:41 UTC 2019


qt5-webengine is basically Chromium with some extra sauce, so it would require porting Chromium.

Chromium currently works with patches on Linux ppc64le (and Google even commits those patches to their repos) and there's WIP to port it to ppc64 (big-endian). Once there's a port to ppc64, we can start talking about using those patches for Chromium on FreeBSD/powerpc64.

Same for qt5-webengine, AFAIK there are already some patches for Linux ppc64, but I'll have to test it.

On 19-05-17 11:31:55, Jason Bacon wrote:
>
>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.
>
>
>-- 
>This message has been scanned for viruses and
>dangerous content by MailScanner, and is
>believed to be clean.
>

-- 
 ______________________________________ 
/ We will have solar energy as soon as \
| the utility companies solve one      |
| technical problem -- how to run a    |
\ sunbeam through a meter.             /
 -------------------------------------- 
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||
-------------- 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/2c3a47a1/attachment.sig>


More information about the svn-ports-head mailing list