svn commit: r547476 - head/astro/libkgeomap

Piotr Kubaj pkubaj at anongoth.pl
Fri Sep 4 12:03:38 UTC 2020


Hello,

I'm not actually sure and if there's any feature that needs webengine to
work, I didn't want to break it.

I think it will be ok to drop webengine, but I'm not the maintainer and
dropping it would require maintainer approval, so what I did was
quicker :)

On 20-09-03 21:39:16, Tobias C. Berner wrote:
>Moin moin
>
>Looking at this change, is webengine actually required?
>We could also probably get rid of this port, digikam, the only
>consumer, should not require it anymore, afaik.
>
>
>mfg Tobias
>
>On Thu, 3 Sep 2020 at 21:30, Piotr Kubaj <pkubaj at freebsd.org> wrote:
>>
>> Author: pkubaj
>> Date: Thu Sep  3 19:30:18 2020
>> New Revision: 547476
>> URL: https://svnweb.freebsd.org/changeset/ports/547476
>>
>> Log:
>>   astro/libkgeomap: disable webengine on non-x86
>>
>>   Use the same hack that astro/marble uses.
>>
>> Modified:
>>   head/astro/libkgeomap/Makefile
>>
>> Modified: head/astro/libkgeomap/Makefile
>> ==============================================================================
>> --- head/astro/libkgeomap/Makefile      Thu Sep  3 18:55:45 2020        (r547475)
>> +++ head/astro/libkgeomap/Makefile      Thu Sep  3 19:30:18 2020        (r547476)
>> @@ -19,11 +19,16 @@ USES=               cmake compiler:c++11-lang gettext kde:5 pkgconf
>>                 qt:5 tar:xz
>>  USE_KDE=       config coreaddons ecm i18n kio marble service textwidgets
>>  USE_QT=                concurrent core dbus declarative gui location network \
>> -               printsupport webchannel webengine webkit widgets xml \
>> +               printsupport webchannel webkit widgets xml \
>>                 buildtools_build qmake_build
>>
>>  USE_LDCONFIG=  yes
>>
>> -OPTIONS_DEFINE=        DOCS
>> +OPTIONS_DEFINE=        DOCS WEBENGINE
>> +OPTIONS_DEFAULT_amd64= WEBENGINE
>> +OPTIONS_DEFAULT_i386=  WEBENGINE
>> +
>> +WEBENGINE_DESC=        Add dependency on qt5-webengine
>> +WEBENGINE_USE= QT=webengine
>>
>>  .include <bsd.port.mk>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 898 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20200904/ee359d82/attachment.sig>


More information about the svn-ports-all mailing list