Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 May 2019 18:38:36 +0200
From:      Piotr Kubaj <pkubaj@anongoth.pl>
To:        Jason Bacon <bacon4000@gmail.com>
Cc:        Dima Panov <fluffy@freebsd.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r501874 - head/sysutils/plasma5-libksysguard
Message-ID:  <20190517163836.GB80452@ThinkPad-X200.g.anongoth.pl>
In-Reply-To: <e909a89c-4522-0ac8-3119-8d33dc10ef60@gmail.com>
References:  <201905171459.x4HExatn090007@repo.freebsd.org> <20190517160132.GA80452@ThinkPad-X200.g.anongoth.pl> <e909a89c-4522-0ac8-3119-8d33dc10ef60@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--VTjpeORRi1DExnOV
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

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

Chromium currently works with patches on Linux ppc64le (and Google even com=
mits 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 th=
ose patches for Chromium on FreeBSD/powerpc64.

Same for qt5-webengine, AFAIK there are already some patches for Linux ppc6=
4, 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=20
>currently build?
>
>I've been adding logic in support of specific architectures to some of=20
>my ports, but I think this sort of thing should be kept to a minimum=20
>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=20
>>where qt5-webengine is not available.
>>
>>Could you enable WEBENGINE option only on those architectures where=20
>>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:
>>>=C2=A0- Enable QtWebEngine plugin use in libksysguard components
>>>
>>>Modified:
>>>=C2=A0head/sysutils/plasma5-libksysguard/Makefile
>>>
>>>Modified: head/sysutils/plasma5-libksysguard/Makefile
>>>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
>>>
>>>--- head/sysutils/plasma5-libksysguard/Makefile=C2=A0=C2=A0=C2=A0 Fri Ma=
y 17=20
>>>14:45:19 2019=C2=A0=C2=A0=C2=A0 (r501873)
>>>+++ head/sysutils/plasma5-libksysguard/Makefile=C2=A0=C2=A0=C2=A0 Fri Ma=
y 17=20
>>>14:59:35 2019=C2=A0=C2=A0=C2=A0 (r501874)
>>>@@ -2,6 +2,7 @@
>>>
>>>PORTNAME=3D=C2=A0=C2=A0=C2=A0 libksysguard
>>>DISTVERSION=3D=C2=A0=C2=A0=C2=A0 ${KDE_PLASMA_VERSION}
>>>+DISTERSION=3D=C2=A0=C2=A0=C2=A0 1
>>>CATEGORIES=3D=C2=A0=C2=A0=C2=A0 sysutils kde kde-plasma
>>>
>>>MAINTAINER=3D=C2=A0=C2=A0=C2=A0 kde@FreeBSD.org
>>>@@ -13,5 +14,12 @@ USE_KDE=3D=C2=A0=C2=A0=C2=A0 auth codecs completion c=
onfig=20
>>>configwidgets c
>>>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 plasma-framework service widg=
etsaddons windowsystem
>>>USE_QT=3D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 core dbus gui networ=
k script webkit widgets=20
>>>x11extras xml \
>>>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 buildtools_build qmake_build
>>>+
>>>+OPTIONS_DEFINE=3D=C2=A0=C2=A0=C2=A0 WEBENGINE
>>>+OPTIONS_DEFAULT=3D=C2=A0=C2=A0=C2=A0 WEBENGINE
>>>+
>>>+WEBENGINE_USE=3D=C2=A0=C2=A0=C2=A0 QT=3Dwebengine
>>>+WEBENGINE_DESC=3D=C2=A0=C2=A0=C2=A0 HTML-based GUI ksysguard library ba=
sed on=20
>>>Qt5WebEngine
>>>+WORKSPACE_CMAKE_BOOL_OFF=3D=20
>>>CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets
>>>
>>>.include <bsd.port.mk>
>>>
>>>
>>>--=20
>>>This message has been scanned for viruses and
>>>dangerous content by MailScanner, and is
>>>believed to be clean.
>>>
>
>
>--=20
>Earth is a beta site.
>
>
>--=20
>This message has been scanned for viruses and
>dangerous content by MailScanner, and is
>believed to be clean.
>

--=20
 ______________________________________=20
/ We will have solar energy as soon as \
| the utility companies solve one      |
| technical problem -- how to run a    |
\ sunbeam through a meter.             /
 --------------------------------------=20
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||

--VTjpeORRi1DExnOV
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQKTBAABCgB9FiEEycyIeNkkgohzsoorelmbhSCDnJ0FAlze44xfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEM5
Q0M4ODc4RDkyNDgyODg3M0IyOEEyQjdBNTk5Qjg1MjA4MzlDOUQACgkQelmbhSCD
nJ3/QhAAoO6IAfeaJb9WbW5m823hyRjinEeKbv1UbmFh1bgQdSd8XoIYA3EUtMY/
fmD63dIkbSa9TZ8JQ2D3/czBMarRb7brIS4I4NhunE7x5/VKIf7+jnJbZomaEVeb
YxbsOeCxXVFIBmSFjRsgGRRL1Bx8OO9cYNQKNY+aOewfx622RrQpwdYd8UtQV2Ho
tLE/4uQPqcw9ZSYMtj614IRvUEU6cZThcPm/2GfPiCKOjrb26kiu93/+q4Fcq2de
8j1iSvsgbqpzSt/4HdNdxIneL1j/lKRHI5hFGU1pyIzcYfphlBkvSmZVAS37ntZd
WcIFyh7CSkNdkJaqIeFCsCNzpce2v+NkwvYVmrZjrymF783AAF3thIt6TIDyv5XS
3sdOD50kxZ7r9HUNX9cx7ABeguPi7FHiyvnMIBtA0IDD4GstzoV3FqcAcdjTTJkb
PWDX2jq+BxBRi0LRwslkR3xmPDkD922WKRv67RYqDnQ548N9vwiS2HxDMEcIY8NP
6Q442IbtzeS+X+YohlPJw4DBhQx5pDuXoBboL+2/Cba8EBegys6tMElbouk1BLIN
cql/K34dlRbgXj9/CQfFU/hQOYiELCMhVmbouvKVBOnxad8TjWJRjpOZv9lRwOkA
gqVJZWnKAxDD2BUHh/Hurno1vsMNfZaftzeZX7BYnKKIcTTU63k=
=DK8U
-----END PGP SIGNATURE-----

--VTjpeORRi1DExnOV--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190517163836.GB80452>