CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/06/23 00:32:53
Modified files:
www/chromium : Makefile
www/chromium/patches: patch-base_system_sys_info_openbsd_cc
Added files:
www/chromium/patches: patch-base_system_sys_info_cc
patch-components_autofill_core_browser_autofill_external_delegate_cc
patch-components_viz_service_display_embedder_software_output_surface_cc
patch-components_viz_service_display_embedder_software_output_surface_h
Removed files:
www/chromium/patches:
patch-components_sync_device_info_device_info_sync_bridge_cc
patch-components_sync_device_info_local_device_info_util_linux_cc
Log message:
unbreak sync to google and add some missing OS_BSD ifdefs to the viz and
autofill code
sync was broken because we had the a function neutered that pulled hardware
information (manufacturer and model) which was required for sync to work.
this commit implements this function but sends dummy information about the
hardware: manufacturer is OpenBSD and the model is an empty string