[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13898 by rakuco: qtwebengine: Drop unneded stringutils.h. It was also invalid, I generated it against the wrong base... D patch-src_3rdparty_chromium_third__party_webrtc_base_stringutils.h

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13897 by rakuco: qtwebengine: Sync Chromium net/ patches. Stop building some Linux files. D patch-src_3rdparty_chromium_net_base_address__tracker__linux.cc M +1 -13 patch-src_3rdparty_chromium_net_base_address__tracker__linux.h D

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13896 by rakuco: qtwebengine: Fix one of the media/ patches I've committed. It had a check backwards. M +1 -1 patch-src_3rdparty_chromium_media_capture_video_linux_video__capture__device__linux.cc

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13895 by rakuco: qtwebengine: Simplify the ppapi/ patch. We only need one include here. M +7 -12 patch-src_3rdparty_chromium_ppapi_shared__impl_private_net__address__private__impl.cc

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13894 by rakuco: qtwebengine: Drop patch that does not seem to be needed. My tree built fine without it, so fingers crossed. D patch-src_3rdparty_chromium_net_dns_address__sorter__posix.cc

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13893 by rakuco: qtwebengine: Update Blink's media/ patches. Sync with my tree: stop excluding some files, use the v4lcompat headers we have. AM patch-src_3rdparty_chromium_media_capture_video_linux_v4l2__capture__delegate.cc M +13 -14

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13892 by rakuco: qtwebengine: Update gpu_config.gypi patch. There is no need to drop any files, and pull in the libpci dependency that Linux has. M +8 -14 patch-src_3rdparty_chromium_gpu_gpu__config.gypi

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13891 by rakuco: qtwebengine: Drop patch for a file we no longer build. D patch-src_3rdparty_chromium_content_common_sandbox__linux_sandbox__debug__handling__linux.cc

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13890 by rakuco: qtwebengine: Define only "BSD" in WebRTC, add all missing WebRTC patches. There is no need to piggyback on WEBRTC_LINUX, which requires us to add ifdefs all around. D patch-src_3rdparty_chromium_third__party_webrtc_base_httpcommon.cc D

Re: Messing around with linkers & CMake

2017-04-19 Thread Tijl Coosemans
On Wed, 19 Apr 2017 20:06:06 +0200 Adriaan de Groot wrote: > On Saturday 15 April 2017 13:36:40 Koop Mast wrote: >> So I was looking into using binutils from ports to build webkitgtk when >> debug is enabled. With the CMAKE_AR and CMAKE_RANLIB variables I can >> set the binutils ar

Re: konqueror can not resolve 'localhost' when interface has no IP addr

2017-04-19 Thread Matthias Apitz
El día miércoles, abril 19, 2017 a las 03:22:06p. m. +0200, Tobias C. Berner escribió: > Can you try to disable the 'Network Status' service of KDE? (probably: > systemsettings->startup and shutdown->background services -- I can't > remeber kde4 :D) and try again? You remembered correctly.

Re: Messing around with linkers & CMake

2017-04-19 Thread Adriaan de Groot
On Saturday 15 April 2017 13:36:40 Koop Mast wrote: > So I was looking into using binutils from ports to build webkitgtk when > debug is enabled. With the CMAKE_AR and CMAKE_RANLIB variables I can > set the binutils ar and ranlib. However the problem is that for some > reason cmake doesn't have a

[SVN Commit] branches/plasma5/QT/www/qt5-webengine

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13889 by rakuco: qtwebengine: Drop compile_test.py. Pass the compilers in MAKE_ENV instead. M +1 -1 Makefile D files/patch-src_3rdparty_chromium_tools_compile__test_compile__test.py

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13887 by rakuco: qtwebengine: Pull in the fontconfig dependency in web.gyp too. AM patch-src_3rdparty_chromium_third__party_WebKit_Source_web_web.gyp

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13886 by rakuco: qtwebengine: Stop hardcoding /usr/local/include/include. It is not needed, and the directory does not even exist. M +1 -9 patch-src_3rdparty_chromium_third__party_WebKit_Source_platform_blink__platform.gyp

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13885 by rakuco: qtwebengine: Check for os_bsd in more places in core.gyp. This ensures we do not exclude files we need. M +17 -3 patch-src_3rdparty_chromium_third__party_WebKit_Source_core_core.gyp

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13884 by rakuco: qtwebengine: Update content_common.gypi exclusion list. Several sandbox files had wrong paths, and we can exclude set_process_title_linux.{cc,h} altogether, as FreeBSD already provides setproctitle(3). D

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13883 by rakuco: qtwebengine: Stop calling content::NewSystemLocationProvider(). We should follow OS X, Linux and others and just return NULL in LocationArbitratorImpl::NewSystemLocationProvider(). AM

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13882 by rakuco: qtwebengine: Stop referencing the zygote code in content_main_runner.cc. We do not use it (at least yet). AMpatch-src_3rdparty_chromium_content_app_content__main__runner.cc

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13881 by rakuco: qtwebengine: Enable HiDPI and dbus support. Enable them via freebsd.pri instead of hacking the conditions in common.gypi. M +3 -1 freebsd.pri

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13880 by rakuco: qtwebengine: Do not define UncheckedCalloc() in multiple locations. Use the version in memory.cc, which is not just a stub, instead of the one from memory_stubs.cc. AMpatch-src_3rdparty_chromium_base_process_memory__stubs.cc

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13879 by rakuco: qtwebengine: Do not pass USE_SYMBOLIZE when building Chromium base. It assumes Linux, and calls code we are not building. AMpatch-src_3rdparty_chromium_base_base.gyp

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13878 by rakuco: qtwebengine: Use OS_BSD instead of __FreeBSD__ in process_memory_dump.cc check. Both work, but we seem to be using OS_BSD elsewhere so use it here for consistency. M +21 -3 patch-src_3rdparty_chromium_base_trace__event_process__memory__dump.cc

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13877 by rakuco: qtwebengine: Sort list and do not build file_path_watcher_stub.cc in base.gypi. M +6 -9 patch-src_3rdparty_chromium_base_base.gypi

[Bug 218559] [exp-run] Update cmake to 3.8.0

2017-04-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218559 Tobias C. Berner changed: What|Removed |Added Resolution|--- |FIXED

[Bug 218559] [exp-run] Update cmake to 3.8.0

2017-04-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218559 --- Comment #4 from commit-h...@freebsd.org --- A commit references this bug: Author: tcberner Date: Wed Apr 19 15:05:01 UTC 2017 New revision: 438884 URL: https://svnweb.freebsd.org/changeset/ports/438884 Log: Update cmake and friends

[Bug 218524] [exp-run] Update KDE Frameworks to 5.33

2017-04-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218524 Tobias C. Berner changed: What|Removed |Added Resolution|--- |FIXED

[Bug 218524] [exp-run] Update KDE Frameworks to 5.33

2017-04-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218524 --- Comment #2 from commit-h...@freebsd.org --- A commit references this bug: Author: tcberner Date: Wed Apr 19 14:59:52 UTC 2017 New revision: 438880 URL: https://svnweb.freebsd.org/changeset/ports/438880 Log: Update KDE Frameworks to

Re: konqueror can not resolve 'localhost' when interface has no IP addr

2017-04-19 Thread Tobias C. Berner
Can you try to disable the 'Network Status' service of KDE? (probably: systemsettings->startup and shutdown->background services -- I can't remeber kde4 :D) and try again? On 19 April 2017 at 14:28, Matthias Apitz wrote: > El día miércoles, abril 19, 2017 a las 11:20:27a. m.

Re: konqueror can not resolve 'localhost' when interface has no IP addr

2017-04-19 Thread Matthias Apitz
El día miércoles, abril 19, 2017 a las 11:20:27a. m. +0200, Matthias Apitz escribió: > El día miércoles, abril 19, 2017 a las 10:34:31a. m. +0200, Tobias C. Berner > escribió: > > > There seems to be a similiar upstream bug report > > https://bugs.kde.org/show_bug.cgi?id=187731 > > I checked

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13876 by rakuco: qtwebengine: Update the dns_reloader.cc patch. Simplify the header inclusion a bit and add a pointer about how FreeBSD's libc resolver achieve the same thing startin with FreeBSD 11. M +11 -6 patch-src_3rdparty_chromium_net_dns_dns__reloader.cc

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13875 by rakuco: qtwebengine: Note that one of our patches is already upstream. M +2 -0 patch-src_3rdparty_chromium_third__party_ots_include_opentype-sanitiser.h

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13874 by rakuco: qtwebengine: Patch event_switches.cc in Chromium too. We were only patching event_switches.h, so we were declaring kTouchDevices but not actually defining it anywhere. AMpatch-src_3rdparty_chromium_ui_events_event__switches.cc

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13873 by rakuco: qtwebengine: Rename patch-src_3rdparty_chromium_net_dns_address_sorter_posix.cc Take the underscores in the actual file name into account so we have a patch with the same name that's generated by `make makepatch'. A

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13872 by rakuco: qtwebengine: Implement FilePatchWatcher constructor in Chromium. The upstream version implements it in file_path_watcher_mac.cc, which we do not use. Add a version to file_path_watcher_kqueue.cc. AM

Re: konqueror can not resolve 'localhost' when interface has no IP addr

2017-04-19 Thread Matthias Apitz
El día miércoles, abril 19, 2017 a las 10:34:31a. m. +0200, Tobias C. Berner escribió: > There seems to be a similiar upstream bug report > https://bugs.kde.org/show_bug.cgi?id=187731 I checked the issue, it has less or nothing todo with my problem. In my case, the konqueror response about

[SVN Commit] branches/plasma5/KDE/graphics/kdegraphics-mobipocket

2017-04-19 Thread Tobias Berner
SVN commit 13871 by tcberner: Drop created by M +0 -1 Makefile

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13870 by rakuco: qtwebengine: Pull in dependency on fontconfig. Turn a linux gyp check into an os_posix one, we also need to depend on fontconfig. AMpatch-src_core_qtwebengine.gypi

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13869 by rakuco: qtwebengine: Generalize Linux checks in configure.prf. Turn more "linux" conditionals into "unix" ones, since we also need those. AMpatch-tools_qmake_mkspecs_features_configure.prf

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13868 by rakuco: qtwebengine: Also enable khr configuration test on FreeBSD. M +8 -0 patch-tools-qmake-config.tests-enable-on-FreeBSD

Re: konqueror can not resolve 'localhost' when interface has no IP addr

2017-04-19 Thread Tobias C. Berner
There seems to be a similiar upstream bug report https://bugs.kde.org/show_bug.cgi?id=187731 Can you try 127.0.0.1 instead of localhost? mfg Tobias On 19 April 2017 at 07:28, Matthias Apitz wrote: > > Hello, > > I'm preparing myself to give some talk for which I need some

[Bug 218726] editors/calligra compilation error when DB options are disabled

2017-04-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218726 --- Comment #2 from Tobias C. Berner --- Created attachment 181884 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=181884=edit fix linking against jpeg Could you please retry with attached diff? -- You

[Bug 218726] editors/calligra compilation error when DB options are disabled

2017-04-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218726 Tobias C. Berner changed: What|Removed |Added Status|New |In

[Bug 218726] editors/calligra compilation error when DB options are disabled

2017-04-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218726 Tobias C. Berner changed: What|Removed |Added Flags|maintainer-feedback?(kde@Fr

[Bug 218187] devel/qt5-core, devel/qt5-qmake, devel/binutils: qt5 produces unusable library with binutils

2017-04-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218187 --- Comment #16 from mil...@ccsys.com --- Confirmed this problem DOES still exist in a clean ports/head as of: Last Changed Rev: 438814 Last Changed Date: 2017-04-18 19:56:24 + (Tue, 18 Apr 2017) and yes then applying attachment