% mnemosyne Log body: An unexpected error has occurred. Please forward the following info to the developers: Traceback (innermost last): File "/usr/local/bin/mnemosyne", line 145, in <module> from PyQt5 import QtWebEngineWidgets # Needs to happen first for some reason. RuntimeError: the PyQt5.QtCore module failed to register with the sip module An unexpected error has occurred. Please forward the following info to the developers: Traceback (innermost last): File "/usr/local/bin/mnemosyne", line 145, in <module> from PyQt5 import QtWebEngineWidgets # Needs to happen first for some reason. RuntimeError: the PyQt5.QtCore module failed to register with the sip module An unexpected error has occurred. Please forward the following info to the developers: Traceback (innermost last): File "/usr/local/bin/mnemosyne", line 145, in <module> from PyQt5 import QtWebEngineWidgets # Needs to happen first for some reason. RuntimeError: the PyQt5.QtCore module failed to register with the sip module
This issue is probably related to py-qt5-webengine being broken. Is there hope for fixing it anytime soon? I'm asking, because I use Mnemosyne daily and need to do something about it. Best regards and thanks!
An update of www/qt5-webengine to 5.12.0 is being worked on. It will come when it's working. mfg Tobias
Thank you, I appreciate the answer. I understand that www/qt5-webengine is difficult to port. Happy New Year!
A commit references this bug: Author: kai Date: Wed Mar 27 22:34:08 UTC 2019 New revision: 496989 URL: https://svnweb.freebsd.org/changeset/ports/496989 Log: www/qt5-webengine: Update to 5.12.1 It was again a long journey to bring the port in sync with the other Qt5 ports. It runs now under the hood with Chromium 69.0.3497.128 and applied security fixes up to version 71.0.3578.94. Also the approach with the handling of the BUILD.gn files has changed. With the previous version of www/qt5-webengine (and www/chromium up to r449991) the boolean variables "is_bsd" and "is_posix" were set to true in BUILDCONFIG when FreeBSD was detected as operating system during the build process. Now the boolean variable "is_linux" is set to true as well and this reduces some patching of BUILD.gn files. It makes it (hopefully) also somewhat easier to exclude Linux-only features from future www/qt5-webengine versions. The .debug entries in the pkg-plist are prefixed with @comment each as a temporary workaround because building with "separate_debug_info" fails to build QtWebEngineProcess at the moment. (see also: QTBUG-74312) Many kudos must go to the FreeBSD Chromium team for their ongoing efforts to keep the browser in a good shape. I was able to use a decent amount of patches from there which sped up the whole process. At last but not least: Many thanks must also go to rakuco@ for finding the last pieces to make www/qt5-webengine more usable and tcberner@ for the moral support during the whole time. Changelogs: https://code.qt.io/cgit/qt/qtwebengine.git/tree/dist/changes-5.12.0 https://code.qt.io/cgit/qt/qtwebengine.git/tree/dist/changes-5.12.1 PR: 234470 [1] (related), 235075 [2] Reported by: Michael Danilov [2], aeuii@posteo.de [1] Reviewed by: rakuco, tcberner (mentor) Approved by: rakuco, tcberner (mentor), kde (maintainer) Differential Revision: https://reviews.freebsd.org/D18757 Changes: head/www/qt5-webengine/Makefile head/www/qt5-webengine/distinfo head/www/qt5-webengine/files/audio_manager_openbsd.cc head/www/qt5-webengine/files/audio_manager_openbsd.h head/www/qt5-webengine/files/freebsd.pri head/www/qt5-webengine/files/patch-archgit_qtwebengine-ffmpeg4 head/www/qt5-webengine/files/patch-clang head/www/qt5-webengine/files/patch-configure.json head/www/qt5-webengine/files/patch-mkspecs_features_configure.prf head/www/qt5-webengine/files/patch-mkspecs_features_functions.prf head/www/qt5-webengine/files/patch-mkspecs_features_platform.prf head/www/qt5-webengine/files/patch-src_3rdparty_chromium_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base__trace_event__process_memory_dump.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_allocator_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_allocator_allocator__shim.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_allocator_allocator__shim__default__dispatch__to__glibc.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_allocator_allocator__shim__unittest.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_allocator_partition__allocator_partition__alloc__unittest.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_debug_debugger__posix.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_debug_elf__reader__linux.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_debug_stack__trace.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_debug_stack__trace__posix.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_files_file__path__unittest.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_files_file__path__watcher__stub.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_files_file__path__watcher__unittest.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_files_file__util.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_files_memory__mapped__file__posix.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_i18n_icu__util.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_logging__unittest.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_native__library__posix.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_native__library__unittest.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_posix_unix__domain__socket.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_posix_unix__domain__socket__linux.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_posix_unix__domain__socket__linux__unittest.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_posix_unix__domain__socket__unittest.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_process_internal__linux.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_process_kill.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_process_kill__posix.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_process_launch.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_process_memory.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_process_memory.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_process_memory__stubs.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_process_memory__unittest.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_process_process__handle.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_process_process__handle.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_process_process__handle__freebsd.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_process_process__info__linux.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_process_process__iterator__freebsd.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_process_process__metrics.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_process_process__metrics.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_process_process__metrics__freebsd.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_process_process__metrics__posix.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_process_process__posix.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_sys__info__freebsd.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_sys__info__posix.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_test_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_third__party_libevent_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_threading_platform__thread__linux.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_threading_thread__task__runner__handle.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_trace__event_malloc__dump__provider.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_trace__event_process__memory__dump.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_trace__event_process__memory__dump.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_breakpad_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_build_config_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_build_config_BUILDCONFIG.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_build_config_allocator.gni head/www/qt5-webengine/files/patch-src_3rdparty_chromium_build_config_clang_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_build_config_compiler_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_build_config_compiler_compiler.gni head/www/qt5-webengine/files/patch-src_3rdparty_chromium_build_config_crypto.gni head/www/qt5-webengine/files/patch-src_3rdparty_chromium_build_config_features.gni head/www/qt5-webengine/files/patch-src_3rdparty_chromium_build_config_linux_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_build_config_linux_gtk2_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_build_config_linux_gtk3_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_build_config_sanitizers_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_build_config_sanitizers_sanitizers.gni head/www/qt5-webengine/files/patch-src_3rdparty_chromium_build_config_sysroot.gni head/www/qt5-webengine/files/patch-src_3rdparty_chromium_build_config_ui.gni head/www/qt5-webengine/files/patch-src_3rdparty_chromium_build_gn__run__binary.py head/www/qt5-webengine/files/patch-src_3rdparty_chromium_build_linux_chrome.map head/www/qt5-webengine/files/patch-src_3rdparty_chromium_build_linux_unbundle_libusb.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_build_linux_unbundle_libwebp.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_build_linux_unbundle_replace__gn__files.py head/www/qt5-webengine/files/patch-src_3rdparty_chromium_build_secondary_third__party_nss_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_build_toolchain_gcc__toolchain.gni head/www/qt5-webengine/files/patch-src_3rdparty_chromium_build_toolchain_linux_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_cc_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_chrome_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_chrome_app_chromium__strings.grd head/www/qt5-webengine/files/patch-src_3rdparty_chromium_chrome_app_generated__resources.grd head/www/qt5-webengine/files/patch-src_3rdparty_chromium_chrome_app_google__chrome__strings.grd head/www/qt5-webengine/files/patch-src_3rdparty_chromium_chrome_app_resources_locale__settings.grd head/www/qt5-webengine/files/patch-src_3rdparty_chromium_chrome_app_settings__strings.grdp head/www/qt5-webengine/files/patch-src_3rdparty_chromium_chrome_app_theme_chrome__unscaled__resources.grd head/www/qt5-webengine/files/patch-src_3rdparty_chromium_chrome_browser_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_chrome_browser_devtools_devtools__eye__dropper.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_chrome_browser_extensions_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_chrome_browser_extensions_api_image__writer__private_image__writer__private__api.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_chrome_browser_extensions_api_image__writer__private_removable__storage__provider.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_chrome_browser_extensions_api_messaging_message__service.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_chrome_browser_extensions_api_music__manager__private_device__id__linux.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_chrome_browser_extensions_api_omnibox_omnibox__api.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_chrome_browser_extensions_api_runtime_chrome__runtime__api__delegate.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_chrome_browser_extensions_api_settings__private_prefs__util.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_chrome_browser_resources_safe__browsing_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_chrome_browser_resources_safe__browsing_gen__file__type__proto.py head/www/qt5-webengine/files/patch-src_3rdparty_chromium_chrome_browser_ui_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_chrome_browser_ui_libgtkui_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_chrome_browser_ui_webui_about__ui.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_chrome_common_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_chrome_common_chrome__switches.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_chrome_common_chrome__switches.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_chrome_common_extensions_api_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_chrome_common_features.gni head/www/qt5-webengine/files/patch-src_3rdparty_chromium_chrome_common_webui__url__constants.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_chrome_common_webui__url__constants.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_chrome_renderer_pepper_pepper__flash__font__file__host.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_chrome_renderer_pepper_pepper__flash__font__file__host.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_chrome_test_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_chromecast_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_chromecast_browser_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_chromecast_browser_metrics_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_chromecast_crash_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_components_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_components_autofill_content_renderer_password__form__conversion__utils.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_components_content__settings_core_browser_website__settings__registry.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_components_content__settings_core_browser_website__settings__registry.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_components_crash_content_app_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_components_crash_content_browser_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_components_crash_core_common_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_components_download_quarantine_quarantine__linux.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_components_feedback_anonymizer__tool.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_components_metrics_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_components_neterror_resources_neterror.js head/www/qt5-webengine/files/patch-src_3rdparty_chromium_components_network__session__configurator_browser_network__session__configurator.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_components_os__crypt_os__crypt.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_components_os__crypt_os__crypt__unittest.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_components_plugins_renderer_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_components_plugins_renderer_plugin__placeholder.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_components_policy_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_components_storage__monitor_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_components_storage__monitor_storage__monitor.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_components_storage__monitor_storage__monitor__freebsd.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_components_variations_proto_study.proto head/www/qt5-webengine/files/patch-src_3rdparty_chromium_components_webcrypto_algorithms_test__helpers.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_app_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_app_content__main__runner.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_app_content__main__runner__impl.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_browser_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_browser_accessibility_browser__accessibility__manager.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_browser_browser__main__loop.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_browser_child__process__launcher.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_browser_child__process__launcher__helper__linux.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_browser_device__sensors_data__fetcher__shared__memory.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_browser_devtools_protocol_color__picker.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_browser_download_base__file.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_browser_gpu_gpu__data__manager__impl__private.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_browser_gpu_gpu__data__manager__impl__private.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_browser_gpu_gpu__internals__ui.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_browser_gpu_gpu__process__host.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_browser_memory_memory__coordinator__impl.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_browser_memory_memory__monitor.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_browser_memory_swap__metrics__driver__impl__linux.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_browser_ppapi__plugin__process__host.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_browser_renderer__host_render__message__filter.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_browser_renderer__host_render__message__filter.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_browser_renderer__host_render__process__host__impl.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_browser_renderer__host_render__process__host__impl.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_browser_renderer__host_render__view__host__impl.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_browser_renderer__host_render__widget__host__view__aura.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_browser_renderer__host_render__widget__host__view__event__handler.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_browser_tracing_tracing__controller__impl.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_browser_utility__process__host__impl.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_common_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_common_common__sandbox__support__linux.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_common_sandbox__linux_sandbox__debug__handling__linux.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_common_set__process__title__linux.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_common_set__process__title__linux.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_common_user__agent.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_common_view__messages.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_gpu_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_gpu_gpu__child__thread.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_gpu_gpu__main.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_gpu_gpu__sandbox__hook__linux.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_gpu_in__process__gpu__thread.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_ppapi__plugin_ppapi__blink__platform__impl.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_ppapi__plugin_ppapi__blink__platform__impl.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_ppapi__plugin_ppapi__plugin__main.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_renderer_media_stream_processed__local__audio__source.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_renderer_media_webrtc_processed__local__audio__source.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_renderer_render__thread__impl.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_renderer_renderer__blink__platform__impl.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_renderer_renderer__blink__platform__impl.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_renderer_renderer__main.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_renderer_webscrollbarbehavior__impl__aura.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_shell_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_test_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_utility_utility__main.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_crypto_nss__util.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_device_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_device_battery_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_device_bluetooth_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_device_geolocation_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_device_geolocation_location__arbitrator.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_device_hid_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_device_media__transfer__protocol_media__transfer__protocol__daemon__client.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_device_media__transfer__protocol_media__transfer__protocol__manager.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_device_serial_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_device_serial_serial__io__handler__posix.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_device_time__zone__monitor_time__zone__monitor.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_device_time__zone__monitor_time__zone__monitor__linux.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_device_usb_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_device_usb_usb__context.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_device_usb_usb__context__unittest.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_device_usb_usb__device__handle__impl.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_device_usb_usb__device__handle__impl.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_device_usb_usb__device__impl.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_device_usb_usb__error.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_device_usb_usb__service__impl.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_device_usb_usb__service__impl.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_extensions_browser_api_declarative__webrequest_webrequest__action.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_extensions_browser_api_messaging_message__service.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_extensions_browser_api_serial_serial__api.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_extensions_browser_api_web__request_form__data__parser.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_extensions_renderer_bindings_api__binding__util.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_gpu_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_gpu_command__buffer_service_program__manager.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_gpu_config_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_gpu_config_gpu__control__list.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_gpu_config_gpu__control__list__unittest.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_gpu_config_gpu__info__collector.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_gpu_config_gpu__test__config.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_gpu_gles2__conform__support_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_gpu_gles2__conform__support_native_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_gpu_ipc_client_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_gpu_ipc_common_gpu__memory__buffer__support.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_gpu_ipc_common_gpu__memory__buffer__support.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_gpu_ipc_service_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_gpu_ipc_service_gpu__init.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_gpu_ipc_service_gpu__memory__buffer__factory.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_gpu_tools_compositor__model__bench_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_gpu_vulkan_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_headless_lib_browser_headless__content__browser__client.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_headless_lib_browser_headless__content__browser__client.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_headless_lib_headless__macros.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ipc_ipc__channel__common.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ipc_ipc__channel__mojo.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ipc_ipc__message__utils.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ipc_ipc__message__utils.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_media__audio__alsa__audio_manager_alsa.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_media_audio_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_media_audio_alsa_audio__manager__alsa.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_media_audio_audio__manager.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_media_audio_audio__manager.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_media_base_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_media_base_audio__latency.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_media_base_scopedfd__helper.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_media_base_video__frame.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_media_base_video__frame.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_media_capture_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_media_capture_video_fake__video__capture__device__factory.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_media_capture_video_linux_v4l2__capture__delegate.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_media_capture_video_linux_video__capture__device__factory__linux.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_media_capture_video_linux_video__capture__device__linux.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_media_capture_video_video__capture__device__factory.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_media_cast_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_media_cdm_ppapi_ppapi__cdm__adapter.gni head/www/qt5-webengine/files/patch-src_3rdparty_chromium_mojo_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_mojo_core_validation__unittest.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_mojo_edk_system_options__validation__unittest.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_mojo_edk_test_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_mojo_public_c_system_buffer.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_mojo_public_c_system_data__pipe.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_mojo_public_c_system_message__pipe.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_native__client__sdk_src_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_net_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_net_base_address__tracker__linux.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_net_base_mime__util__unittest.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_net_base_network__change__notifier.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_net_base_network__interfaces__freebsd.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_net_base_network__interfaces__freebsd.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_net_base_network__interfaces__linux.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_net_base_network__interfaces__posix.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_net_base_network__interfaces__posix.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_net_disk__cache_blockfile_disk__format.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_net_dns_address__sorter__posix.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_net_dns_dns__util.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_net_dns_host__resolver__proc.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_net_features.gni head/www/qt5-webengine/files/patch-src_3rdparty_chromium_net_http_http__auth__gssapi__posix.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_net_http_http__network__session.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_net_proxy__resolution_proxy__config__service__linux.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_net_proxy__resolution_proxy__resolution__service.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_net_proxy_proxy__config__service__linux.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_net_proxy_proxy__service.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_net_socket_udp__socket__posix.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_net_third__party_quic_platform_impl_quic__ip__address__impl.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_net_tools_cert__verify__tool_cert__verify__tool.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_net_tools_get__server__time_get__server__time.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_net_url__request_url__request__context__builder.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_pdf_pdfium_pdfium__engine.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ppapi_shared__impl_private_net__address__private__impl.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ppapi_tests_extensions_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_printing_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_remoting_host_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_sandbox_features.gni head/www/qt5-webengine/files/patch-src_3rdparty_chromium_sandbox_linux_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_sandbox_linux_services_init__process__reaper.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_sandbox_linux_services_libc__interceptor.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_sdch_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_services_catalog_public_cpp_manifest__parsing__util.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_services_catalog_store.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_services_catalog_store.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_services_device_geolocation_location__arbitrator.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_services_device_hid_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_services_device_time__zone__monitor_time__zone__monitor.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_services_network_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_services_network_network__sandbox__hook__linux.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_services_network_network__service.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_services_network_network__service.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_services_resource__coordinator_public_cpp_memory__instrumentation_os__metrics.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_services_resource__coordinator_public_cpp_memory__instrumentation_os__metrics__linux.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_services_service__manager_embedder_set__process__title__linux.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_services_service__manager_embedder_set__process__title__linux.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_services_service__manager_public_cpp_standalone__service_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_services_service__manager_public_cpp_standalone__service_standalone__service.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_services_service__manager_runner_host_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_services_service__manager_sandbox_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_services_service__manager_standalone_context.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_services_service__manager_zygote_common_zygote__features.gni head/www/qt5-webengine/files/patch-src_3rdparty_chromium_services_service__manager_zygote_host_zygote__host__impl__linux.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_services_service__manager_zygote_host_zygote__host__impl__linux.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_services_service__manager_zygote_zygote__host__linux.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_services_service__manager_zygote_zygote__linux.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_services_service__manager_zygote_zygote__main__linux.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_services_ui_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_services_ui_ime_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_services_ui_public_cpp_gles2__context.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_services_ui_surfaces_surfaces__context__provider.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_skia_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_skia_ext_SkMemory__new__handler.cpp head/www/qt5-webengine/files/patch-src_3rdparty_chromium_testing_gtest_src_gtest.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_WebKit_Source_bindings_core_v8_V8ScriptRunner.cpp head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_WebKit_Source_core_layout_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_WebKit_Source_platform_fonts_FontCache.cpp head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_WebKit_Source_platform_fonts_FontCache.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_WebKit_Source_platform_fonts_FontPlatformData.cpp head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_WebKit_Source_platform_fonts_FontPlatformData.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_WebKit_Source_platform_fonts_SimpleFontData.cpp head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_WebKit_Source_platform_fonts_skia_FontCacheSkia.cpp head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_WebKit_Source_platform_heap_GCInfo.cpp head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_WebKit_Source_platform_heap_StackFrameDepth.cpp head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_WebKit_Source_web_PopupMenuImpl.cpp head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_WebKit_Source_wtf_Assertions.cpp head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_WebKit_Source_wtf_Atomics.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_WebKit_Source_wtf_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_WebKit_Source_wtf_ByteSwap.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_WebKit_Source_wtf_ContainerAnnotations.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_WebKit_Source_wtf_ThreadingPthreads.cpp head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_angle_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_angle_gni_angle.gni head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_angle_src_gpu__info__util_SystemInfo__internal.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_angle_src_gpu__info__util_SystemInfo__libpci.cpp head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_angle_src_gpu__info__util_SystemInfo__linux.cpp head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_angle_src_gpu__info__util_SystemInfo__x11.cpp head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_angle_src_libANGLE_Display.cpp head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_angle_src_libANGLE_renderer_gl_renderergl__utils.cpp head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_angle_src_tests_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_blink_renderer_core_editing_editing__behavior.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_blink_renderer_core_html_canvas_canvas__async__blob__creator.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_blink_renderer_core_html_forms_internal__popup__menu.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_blink_renderer_platform_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_blink_renderer_platform_fonts_font__cache.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_blink_renderer_platform_fonts_font__cache.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_blink_renderer_platform_fonts_font__metrics.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_blink_renderer_platform_fonts_skia_font__cache__skia.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_blink_renderer_platform_heap_stack__frame__depth.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_blink_renderer_platform_wtf_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_blink_renderer_platform_wtf_assertions.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_blink_renderer_platform_wtf_atomics.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_blink_renderer_platform_wtf_container__annotations.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_blink_renderer_platform_wtf_stack__util.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_blink_renderer_platform_wtf_threading__pthreads.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_boringssl_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_boringssl_src_include_openssl_cpu.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_crc32c_src_src_crc32c__arm64__linux__check.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_expat_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_ffmpeg_ffmpeg__generated.gni head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_fontconfig_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_freetype2_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_glslang_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_harfbuzz-ng_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_libXNVCtrl_NVCtrl.c head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_libusb_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_libxml_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_libxslt_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_mesa_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_minigbm_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_opus_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_ots_include_opentype-sanitiser.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_pdfium_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_pdfium_core_fxcrt_fx__system.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_pdfium_core_fxge_fx__ge__linux.cpp head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_pdfium_fpdfsdk_javascript_JS__Value.cpp head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_pdfium_fpdfsdk_javascript_PublicMethods.cpp head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_pdfium_fxjs_cjs__publicmethods.cpp head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_pdfium_fxjs_js__define.cpp head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_pdfium_pdfium.gni head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_pdfium_skia_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_skia_src_core_SkCpu.cpp head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_skia_src_gpu_GrAutoLocaleSetter.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_skia_src_ports_SkOSFile__stdio.cpp head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_skia_src_sksl_SkSLString.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_skia_third__party_vulkanmemoryallocator_include_vk__mem__alloc.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_sqlite_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_usrsctp_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_webrtc_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_webrtc_base_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_webrtc_base_httpcommon.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_webrtc_base_ifaddrs__converter.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_webrtc_base_ipaddress.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_webrtc_base_linux.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_webrtc_base_linux.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_webrtc_base_network.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_webrtc_base_network.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_webrtc_base_physicalsocketserver.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_webrtc_base_platform__thread.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_webrtc_base_stringutils.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_webrtc_base_systeminfo.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_webrtc_modules_audio__device_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_webrtc_modules_video__coding_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_webrtc_rtc__base_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_webrtc_rtc__base_byteorder.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_webrtc_rtc__base_httpcommon.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_webrtc_rtc__base_ifaddrs__converter.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_webrtc_rtc__base_ipaddress.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_webrtc_rtc__base_network.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_webrtc_rtc__base_network.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_webrtc_rtc__base_physicalsocketserver.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_webrtc_rtc__base_physicalsocketserver.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_webrtc_rtc__base_platform__thread.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_webrtc_rtc__base_platform__thread__types.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_webrtc_rtc__base_stringutils.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_webrtc_system__wrappers_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_webrtc_system__wrappers_source_atomic32__non__darwin__unix.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_webrtc_voice__engine_voice__engine__defines.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_webrtc_webrtc.gni head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_widevine_cdm_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_yasm_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_zlib_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_zlib_arm__features.c head/www/qt5-webengine/files/patch-src_3rdparty_chromium_tools_battor__agent_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_tools_gn_args.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_tools_gn_bootstrap_bootstrap.py head/www/qt5-webengine/files/patch-src_3rdparty_chromium_tools_json__schema__compiler_feature__compiler.py head/www/qt5-webengine/files/patch-src_3rdparty_chromium_tools_json__schema__compiler_model.py head/www/qt5-webengine/files/patch-src_3rdparty_chromium_tools_perf_chrome__telemetry__build_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_tools_variations_fieldtrial__to__struct.py head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_accessibility_platform_ax__platform__node.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_aura_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_base_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_base_dragdrop_os__exchange__data__provider__factory.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_base_ime_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_base_ime_input__method__factory.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_base_ime_input__method__initializer.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_base_resource_resource__bundle.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_base_ui__base__features.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_base_ui__base__features.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_base_ui__features.gni head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_compositor_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_events_devices_x11_device__data__manager__x11.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_gfx_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_gfx_font__list.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_gfx_font__render__params.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_gfx_gpu__memory__buffer.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_gfx_ipc_gfx__param__traits__macros.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_gfx_linux_client__native__pixmap__dmabuf.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_gfx_mojo_buffer__types__struct__traits.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_gfx_mojo_buffer__types__struct__traits.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_gfx_native__pixmap__handle.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_gfx_native__pixmap__handle.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_gl_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_gl_generate__bindings.py head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_gl_gl__bindings__api__autogen__glx.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_gl_gl__bindings__autogen__glx.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_gl_gl__bindings__autogen__glx.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_gl_gl__fence.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_gl_gl__implementation.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_gl_sync__control__vsync__provider.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_gl_sync__control__vsync__provider.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_message__center_message__center__style.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_message__center_views_message__center__button__bar.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_message__center_views_message__center__button__bar.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_message__center_views_message__view__factory.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_native__theme_native__theme.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_native__theme_native__theme__base.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_resources_ui__resources.grd head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_views_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_views_accessibility_native__view__accessibility.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_views_controls_label.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_views_controls_textfield_textfield.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_views_controls_webview_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_views_mus_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_views_style_platform__style.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_ui_views_views__switches.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_v8_BUILD.gn head/www/qt5-webengine/files/patch-src_3rdparty_chromium_v8_src_arm_cpu-arm.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_v8_src_base_cpu.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_v8_src_base_platform_platform-freebsd.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_v8_src_base_platform_platform-posix.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_v8_src_globals.h head/www/qt5-webengine/files/patch-src_3rdparty_chromium_v8_src_libsampler_sampler.cc head/www/qt5-webengine/files/patch-src_3rdparty_chromium_v8_src_wasm_wasm-result.h head/www/qt5-webengine/files/patch-src_3rdparty_gn_base_files_file__posix.cc head/www/qt5-webengine/files/patch-src_3rdparty_gn_build_gen.py head/www/qt5-webengine/files/patch-src_3rdparty_gn_tools_gn_args.cc head/www/qt5-webengine/files/patch-src_3rdparty_gn_tools_gn_exec__process.cc head/www/qt5-webengine/files/patch-src_3rdparty_gn_util_exe__path.cc head/www/qt5-webengine/files/patch-src_3rdparty_gn_util_semaphore.cc head/www/qt5-webengine/files/patch-src_3rdparty_gn_util_semaphore.h head/www/qt5-webengine/files/patch-src_3rdparty_gn_util_ticks.cc head/www/qt5-webengine/files/patch-src_buildtools_gn.pro head/www/qt5-webengine/files/patch-src_core_api_core__api.pro head/www/qt5-webengine/files/patch-src_core_api_core_api.pro head/www/qt5-webengine/files/patch-src_core_config_linux.pri head/www/qt5-webengine/files/patch-src_core_configure.json head/www/qt5-webengine/files/patch-src_core_core__module.pro head/www/qt5-webengine/files/patch-src_core_ozone_gl__surface__glx__qt.cpp head/www/qt5-webengine/files/sndio_input.cc head/www/qt5-webengine/files/sndio_input.h head/www/qt5-webengine/files/sndio_output.cc head/www/qt5-webengine/pkg-plist
(In reply to aeuii from comment #3) www/qt5-webengine has been updated in ports r496989 and www/py-qt5-webengine is now unbroken thus games/py-mnemosyne should work again.
Closing as everything should be fine. Please reopen if there are issues running the port.
Thank you, thank you, thank you for fixing it!!!