OpenBSD ports changes summary for 2017-04-19
============================================

archivers/xdms                          audio/calf
audio/libofa                            audio/lmms
audio/pms                               audio/xcdplayer
benchmarks/netperf                      converters/ripmime
databases/evolution-data-server         databases/gnats
devel                                   devel/boost
devel/libusb1                           devel/mercurial
devel/mysql++                           devel/pccts
devel/py-greenlet                       devel/py-texscythe
devel/quirks                            devel/tortoisehg
editors/axe                             editors/ht
emulators/dosbox                        games/freedroidrpg
games/rocksndiamonds                    games/xasteroids
games/xjig                              games/xmj
games/xscavenger                        graphics/aqsis
graphics/enblend-enfuse                 graphics/opencv
infrastructure/lib                      japanese
japanese/jvim                           lang/erlang
lang/python                             mail/abook
mail/elm                                mail/evolution
mail/evolution-ews                      mail/libspf2
mail/mutt                               mail/prepop
mail/relaydb                            math/ecm
net/gloox                               net/libnet
net/py-botocore                         net/telepathy
net/transmission                        net/ushare
print/texlive                           security/botan
security/smurflog                       sysutils
sysutils/awscli                         sysutils/conky
sysutils/firmware                       sysutils/pick
sysutils/salt                           www/arora
www/iridium                             www/puppetboard
www/py-flask                            x11/gnome
x11/gnustep                             x11/kde
x11/qt4                                 x11/qt5

== archivers ========================================================= 01/21 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/archivers

xdms

  + patches/patch-src_u_deep_c            + patches/patch-src_u_heavy_c

  > C99 inline semantics (espie@)

== audio ============================================================= 02/21 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/audio

calf

  ~ Makefile                              

  > Add ${CLANG_ARCHS} to "ONLY_FOR_ARCHS = ${GCC4_ARCHS}" lines to give them
  > a chance on aarch64. (sthen@)

libofa

  ~ Makefile                              + patches/patch-examples_uselame_cpp
  + patches/patch-examples_wavefile_cpp   + patches/patch-lib_signal_op_cpp

  > Fix clang build: add missing includes (jca@)

lmms

  ~ Makefile                              

  > Add ${CLANG_ARCHS} to "ONLY_FOR_ARCHS = ${GCC4_ARCHS}" lines to give them
  > a chance on aarch64. (sthen@)

pms

  ~ Makefile                              + patches/patch-src_message_cpp

  > Missing include for clang (jca@)

xcdplayer

  ~ patches/patch-internals_c             

  > have cdrom_get_curtime return something, always.
  > fixes clang (espie@)

== benchmarks ======================================================== 03/21 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/benchmarks

netperf

  ~ Makefile                              + patches/patch-src_netlib_c

  > Correctly print time_t. (jca@)

  ~ Makefile                              ~ patches/patch-src_netlib_c

  > Unbreak with clang: two functions that shouldn't be inline
  > The comments around said functions suggest a case of mild confusion...
  > (jca@)

== converters ======================================================== 04/21 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/converters

ripmime

  ~ Makefile                              

  > -Werror considered harmful, again (espie@)

  ~ Makefile                              

  > honour CC (sthen@)

== databases ========================================================= 05/21 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/databases

evolution-data-server

  ~ Makefile                              ~ patches/patch-CMakeLists_txt

  > Simplify now that the gnome MODULE has support for cmake. (ajacoutot@)

  ~ patches/patch-CMakeLists_txt          

  > Pushed upstream. (ajacoutot@)

gnats

  ~ Makefile                              
  ~ patches/patch-libiberty_functions_def

  > Fix build with clang
  > Make strerror decl match string.h (jca@)

== devel ============================================================= 06/21 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/devel

devel

  ~ Makefile                              

  > Link python3 FLAVOR of py-greenlet. (edd@)

boost

  ~ Makefile                              

  > Add ${CLANG_ARCHS} to "ONLY_FOR_ARCHS = ${GCC4_ARCHS}" lines to give them
  > a chance on aarch64. (sthen@)

libusb1

  ~ Makefile                              ~ distinfo
  ~ patches/patch-libusb_core_c           

  > Update to libusb1-1.0.21.
  > ok mpi@ (maintainer) (ajacoutot@)

mercurial

  ~ Makefile                              + patches/patch-contrib_hg-ssh
  + patches/patch-mercurial_dispatch_py   + patches/patch-tests_test-ssh_t

  TAGGED OPENBSD_6_1
  > SECURITY: "hg serve --stdio could be tricked into granting authorized
  > users access to the Python debugger"
  > "dispatch: protect against malicious 'hg serve --stdio' invocations
  > (sec)
  > Some shared-ssh installations assume that 'hg serve --stdio' is a safe
  > command to run for minimally trusted users. Unfortunately, the messy
  > implementation of argument parsing here meant that trying to access a
  > repo named '--debugger' would give the user a pdb prompt, thereby
  > sidestepping any hoped-for sandboxing. Serving repositories over
  > HTTP(S) is unaffected.
  > We're not currently hardening any subcommands other than 'serve'. If
  > your service exposes other commands to users with arbitrary repository
  > names, it is imperative that you defend against repository names of
  > '--debugger' and anything starting with '--config'.
  > The read-only mode of hg-ssh stopped working because it provided its
  > hook configuration to "hg serve --stdio" via --config parameter. This
  > is banned for security reasons now. This patch switches it to directly
  > call ui.setconfig(). If your custom hosting infrastructure relies on
  > passing --config to "hg serve --stdio", you'll need to find a
  > different way to get that configuration into Mercurial, either by
  > using ui.setconfig() as hg-ssh does in this patch, or by placing an
  > hgrc file someplace where Mercurial will read it."
  > Changes backported from 4.1.3. (juanfra@)

  ~ Makefile                              ~ distinfo

  TAGGED OPENBSD_6_1
  > Update to mercurial 4.1.3.
  > SECURITY: "hg serve --stdio could be tricked into granting authorized
  > users access to the Python debugger"
  > "dispatch: protect against malicious 'hg serve --stdio' invocations
  > (sec) Some shared-ssh installations assume that 'hg serve --stdio' is
  > a safe command to run for minimally trusted users. Unfortunately, the
  > messy implementation of argument parsing here meant that trying to
  > access a repo named '--debugger' would give the user a pdb prompt,
  > thereby sidestepping any hoped-for sandboxing. Serving repositories
  > over HTTP(S) is unaffected.
  > We're not currently hardening any subcommands other than 'serve'. If
  > your service exposes other commands to users with arbitrary repository
  > names, it is imperative that you defend against repository names of
  > '--debugger' and anything starting with '--config'.
  > The read-only mode of hg-ssh stopped working because it provided its
  > hook configuration to "hg serve --stdio" via --config parameter. This
  > is banned for security reasons now. This patch switches it to directly
  > call ui.setconfig(). If your custom hosting infrastructure relies on
  > passing --config to "hg serve --stdio", you'll need to find a
  > different way to get that configuration into Mercurial, either by
  > using ui.setconfig() as hg-ssh does in this patch, or by placing an
  > hgrc file someplace where Mercurial will read it. [email protected]
  > provided some extra fixes for the dispatch code and for hg-ssh in
  > places that I overlooked." (juanfra@)

  ~ Makefile                              

  TAGGED OPENBSD_6_1
  > Spaces/tabs. (juanfra@)

mysql++

  ~ Makefile                              

  > Add ${CLANG_ARCHS} to "ONLY_FOR_ARCHS = ${GCC4_ARCHS}" lines to give them
  > a chance on aarch64. (sthen@)

pccts

  ~ Makefile                              

  > varargs is dead, but sorcerer has stdarg support built in, just pass the
  > magical config switch to have modern code. (espie@)

py-greenlet

  ~ Makefile                              ~ pkg/PLIST

  > devel/py-greenlet: Add python3 FLAVOR.
  > OK sthen@, thanks. (edd@)

py-texscythe

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update devel/py-texsycthe to 0.3 in preparation for TeX Live 2016.
  > OK sthen@, thanks. (edd@)

quirks

  ~ Makefile                              ~ files/Quirks.pm

  > Register jvim removal. (bentley@)

tortoisehg

  ~ Makefile                              ~ distinfo

  > Update to tortoisehg 4.1.3. (juanfra@)

  ~ Makefile                              

  > Spaces/tabs. (juanfra@)

== editors =========================================================== 07/21 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/editors

axe

  ~ patches/patch-Help_Hyper_c            

  > trivial clang fix, help non void function return a bool. (espie@)

ht

  ~ Makefile                              + patches/patch-elfstruc_h
  + patches/patch-htelfphs_cc             

  > Add OpenBSD elf program header types from Benjamin Baier, thanks (benoit@)

  ~ Makefile                              + patches/patch-htapp_cc

  > Patch to make it build with clang, from FreeBSD. (benoit@)

== emulators ========================================================= 08/21 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/emulators

dosbox

  ~ Makefile                              

  > Add ${CLANG_ARCHS} to "ONLY_FOR_ARCHS = ${GCC4_ARCHS}" lines to give them
  > a chance on aarch64. (sthen@)

== games ============================================================= 09/21 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/games

freedroidrpg

  ~ Makefile                              

  > Add ${CLANG_ARCHS} to "ONLY_FOR_ARCHS = ${GCC4_ARCHS}" lines to give them
  > a chance on aarch64. (sthen@)

rocksndiamonds

  ~ Makefile                              

  > Add ${CLANG_ARCHS} to "ONLY_FOR_ARCHS = ${GCC4_ARCHS}" lines to give them
  > a chance on aarch64. (sthen@)

xasteroids

  + patches/patch-xast_c                  

  > declare void function as void. (espie@)

xjig

  ~ Makefile                              ~ patches/patch-Makefile_Linux

  > remove compilation options that make no sense (espie@)

  + patches/patch-gif_image_C             

  > make strrchr call modern C++ compliant. Use an intermediate const variable,
  > as the end result is correctly duplicated to be modifiable. (espie@)

xmj

  + patches/patch-event_c                 

  > void function is void (espie@)

xscavenger

  + patches/patch-src_scav_c              

  > have main return 1 in case of errors (espie@)

== graphics ========================================================== 10/21 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/graphics

aqsis

  ~ Makefile                              

  > Add ${CLANG_ARCHS} to "ONLY_FOR_ARCHS = ${GCC4_ARCHS}" lines to give them
  > a chance on aarch64. (sthen@)

enblend-enfuse

  ~ Makefile                              

  > Add ${CLANG_ARCHS} to "ONLY_FOR_ARCHS = ${GCC4_ARCHS}" lines to give them
  > a chance on aarch64. (sthen@)

opencv

  ~ Makefile                              

  > Add ${CLANG_ARCHS} to "ONLY_FOR_ARCHS = ${GCC4_ARCHS}" lines to give them
  > a chance on aarch64. (sthen@)

== infrastructure ==================================================== 11/21 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/infrastructure

lib

  ~ DPB/PortBuilder.pm                    

  > cosmetic change: report the hostname again in case of failure.
  > I routinely read thru logs looking for the error, and forget about which
  > machine it was. Having it conveniently located at the end instead of the
  > start saves me a few seconds. (espie@)

  ~ DPB/Engine.pm                         

  > white line at end of summary isn't very visible.
  > if we restart the build for whatever reason, stuff gets appended as
  > usual, but the difference between old summary and new summary should
  > be more visible. (espie@)

== japanese ========================================================== 12/21 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/japanese

japanese

  ~ Makefile                              

  > Remove japanese/jvim.
  > ok yasuoka@ naddy@ (bentley@)

jvim

  - Makefile                              - distinfo
  - patches/patch-src_jgrep_c             - patches/patch-src_jp_c
  - patches/patch-src_makefile_junx       - patches/patch-src_vim_h
  - pkg/DESCR                             - pkg/PLIST

  > Remove japanese/jvim.
  > ok yasuoka@ naddy@ (bentley@)

== lang ============================================================== 13/21 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang

erlang

  ~ 19/patches/patch-erts_emulator_Makefile_in

  > regen (sthen@)

python

  ~ python.port.mk                        

  > Only add ac_cv_prog_PYTHON and ac_cv_path_PYTHON to CONFIGURE_ENV when
  > CONFIGURE_STYLE is gnu (or autoconf). It makes no sense for other styles.
  > survived a bulk (ajacoutot@)

== mail ============================================================== 14/21 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/mail

abook

  + patches/patch-database_c              + patches/patch-database_h

  > Fix build with clang
  > field_id() is declared/defined with "inline", but needs to access
  > a variable that is only visible in database.c, the easiest fix is just
  > to drop "inline". (jca@)

  ~ Makefile                              

  > Missed bump in previous (jca@)

elm

  ~ Makefile                              

  > Respect CC (jca@)

evolution

  ~ Makefile                              

  > Simplify now that the gnome MODULE has support for cmake. (ajacoutot@)

evolution-ews

  ~ Makefile                              

  > Simplify now that the gnome MODULE has support for cmake. (ajacoutot@)

libspf2

  + patches/patch-src_libspf2_spf_compile_c
  + patches/patch-src_libspf2_spf_dns_c   
  + patches/patch-src_libspf2_spf_dns_zone_c
  + patches/patch-src_libspf2_spf_id2str_c

  > clang fixes for variadic macros
  > With C99 variadic macros, __VA_ARGS__ has to replace at least one
  > argument. (jca@)

  ~ Makefile                              
  ~ patches/patch-src_libspf2_spf_compile_c

  > Fix format string for size_t parameter.
  > Like other size_t variables in this file. (jca@)

mutt

  ~ Makefile                              ~ distinfo

  > update to mutt-1.8.2 (sthen@)

prepop

  ~ Makefile                              ~ patches/patch-main_cc
  + patches/patch-base64_cc               + patches/patch-display_cc

  > Fix clang build: move from iostream.h to iostream (jca@)

  ~ Makefile                              + patches/patch-header_cc

  > Avoid UB spotted by clang
  > warning: unsequenced modification and access to 'end' [-Wunsequenced]
  > (jca@)

  ~ Makefile                              ~ patches/patch-main_cc

  > Don't segfault on ^D (jca@)

relaydb

  ~ Makefile                              

  > Respect CC (jca@)

  + patches/patch-Makefile                

  > Werror considered harmful; fixes build with clang (jca@)

== math ============================================================== 15/21 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/math

ecm

  ~ Makefile                              

  > Patch to make it build with clang. (benoit@)

== net =============================================================== 16/21 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/net

gloox

  + patches/patch-src_mucroom_cpp         + patches/patch-src_pubsubmanager_cpp

  > libc++ doesn't make C symbols visible, so explicitly ask for stdlib's atoi
  > (espie@)

libnet

  ~ 1.1/Makefile                          
  + 1.1/patches/patch-include_libnet_libnet-functions_h

  > Stop declaring libnet_getgre_length as inline; fixes build with clang
  > libnet_getgre_length is a public symbol declared in a public header (and
  > defined in a .c file), it makes no sense to declare it as inline. (jca@)

py-botocore

  ~ Makefile                              ~ distinfo

  > Update to py-botocore-1.5.40. (ajacoutot@)

telepathy

  ~ folks/Makefile                        

  > add link to upstream bz (jasper@)

transmission

  ~ Makefile                              

  > Add ${CLANG_ARCHS} to "ONLY_FOR_ARCHS = ${GCC4_ARCHS}" lines to give them
  > a chance on aarch64. (sthen@)

ushare

  ~ Makefile                              ~ patches/patch-src_ushare_c
  + patches/patch-src_trace_c             + patches/patch-src_trace_h
  + patches/patch-src_ushare_h            

  > Fix build with clang: two functions that were needlessly "inline" (jca@)

== print ============================================================= 17/21 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/print

texlive

  ~ texmf/files/mk_plists.py              

  > Ensure '$OpenBSD$' is not expanded in mk_plists.py.
  > OK sthen@, thanks. (edd@)

== security ========================================================== 18/21 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/security

botan

  ~ Makefile                              

  > Add ${CLANG_ARCHS} to "ONLY_FOR_ARCHS = ${GCC4_ARCHS}" lines to give them
  > a chance on aarch64. (sthen@)

smurflog

  + patches/patch-hash_c                  + patches/patch-smurflog_c

  > yet C99 inline semantics. plus wacky bugfix, inline signal handler, wtf ?
  > (espie@)

== sysutils ========================================================== 19/21 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/sysutils

sysutils

  ~ Makefile                              

  > +pick (sthen@)

awscli

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to awscli-1.11.77. (ajacoutot@)

conky

  ~ patches/patch-src_openbsd_c           

  > regen patch (sthen@)

  ~ patches/patch-src_openbsd_c           

  > Make "inline void proc_find_top" static to fix building with clang.
  > From Benjamin Baier. (sthen@)

firmware

  ~ vmm/Makefile                          

  > Sanity check the version string embedded in the seabios build to make sure
  > it matches what we expect, otherwise fail the port build.
  > They do some checks on toolchain and if things don't show up as expected
  > it uses a string with an embedded date+hostname. The port was already
  > taking care to avoid this, so this is a currently-noop diff just to make
  > sure it stays that way. (sthen@)

pick

  + Makefile                              + distinfo
  + pkg/PLIST                             + pkg/DESCR

  > New import:
  >     import sysutils/pick, from maintainer Anton Lindqvist, ok tb@

salt

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to salt-2016.11.4. (ajacoutot@)

== www =============================================================== 20/21 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/www

arora

  ~ Makefile                              

  > Add ${CLANG_ARCHS} to "ONLY_FOR_ARCHS = ${GCC4_ARCHS}" lines to give them
  > a chance on aarch64. (sthen@)

iridium

  - patches/patch-ash_shell_cc            
  - patches/patch-chrome_app_chrome_main_cc
  - patches/patch-chrome_browser_BUILD_gn
  - patches/patch-chrome_browser_extensions_api_omnibox_omnibox_api_cc
  - patches/patch-chrome_browser_media_webrtc_log_uploader_cc
  - patches/patch-chrome_browser_ui_views_app_list_linux_app_list_linux_cc
  - patches/patch-chrome_browser_ui_views_frame_browser_view_cc
  - patches/patch-content_browser_child_process_launcher_cc
  - patches/patch-content_browser_download_base_file_linux_cc
  - patches/patch-content_browser_power_usage_monitor_impl_cc
  - 
patches/patch-content_browser_renderer_host_media_video_capture_device_client_cc
  - patches/patch-content_browser_time_zone_monitor_cc
  - patches/patch-content_renderer_devtools_v8_sampling_profiler_cc
  - patches/patch-content_renderer_webscrollbarbehavior_impl_gtkoraura_cc
  - patches/patch-device_geolocation_location_arbitrator_impl_cc
  - patches/patch-device_serial_serial_service_impl_cc
  - patches/patch-native_client_build_compiler_version_py
  - patches/patch-net_base_network_interfaces_posix_cc
  - patches/patch-net_udp_udp_socket_posix_cc
  - patches/patch-services_shell_runner_host_BUILD_gn
  - patches/patch-services_ui_public_cpp_gles2_context_cc
  - patches/patch-services_ui_surfaces_surfaces_context_provider_cc
  - patches/patch-third_party_WebKit_Source_platform_heap_ThreadState_h
  - patches/patch-third_party_pdfium_core_fxcrt_include_fx_system_h
  - patches/patch-tools_perf_chrome_telemetry_build_BUILD_gn
  - patches/patch-ui_app_list_app_list_menu_cc
  - patches/patch-ui_app_list_views_app_list_view_cc
  ~ Makefile                              ~ distinfo
  ~ files/audio_manager_openbsd.cc        ~ files/audio_manager_openbsd.h
  ~ files/sndio_output.cc                 ~ files/sndio_output.h
  ~ patches/patch-BUILD_gn                
  ~ patches/patch-apps_ui_views_app_window_frame_view_cc
  ~ patches/patch-ash_display_mirror_window_controller_cc
  ~ patches/patch-base_BUILD_gn           ~ patches/patch-base_atomicops_h
  ~ patches/patch-base_base_paths_posix_cc
  ~ patches/patch-base_debug_debugger_posix_cc
  ~ patches/patch-base_debug_stack_trace_h
  ~ patches/patch-base_debug_stack_trace_posix_cc
  ~ patches/patch-base_linux_util_cc      
  ~ patches/patch-base_native_library_posix_cc
  ~ patches/patch-base_posix_unix_domain_socket_linux_cc
  ~ patches/patch-base_process_launch_h   
  ~ patches/patch-base_process_memory_cc
  ~ patches/patch-base_process_process_handle_openbsd_cc
  ~ patches/patch-base_process_process_iterator_openbsd_cc
  ~ patches/patch-base_process_process_metrics_h
  ~ patches/patch-base_process_process_metrics_openbsd_cc
  ~ patches/patch-base_process_process_posix_cc
  ~ patches/patch-base_sys_info_openbsd_cc
  ~ patches/patch-base_sys_info_posix_cc
  ~ patches/patch-base_third_party_libevent_event-config_h
  ~ patches/patch-base_third_party_libevent_openbsd_config_h
  ~ patches/patch-base_third_party_libevent_openbsd_event-config_h
  ~ patches/patch-base_third_party_symbolize_symbolize_cc
  ~ patches/patch-base_threading_platform_thread_linux_cc
  ~ patches/patch-base_threading_platform_thread_posix_cc
  ~ patches/patch-base_trace_event_malloc_dump_provider_cc
  ~ patches/patch-base_trace_event_process_memory_dump_cc
  ~ patches/patch-build_config_BUILDCONFIG_gn
  ~ patches/patch-build_config_BUILD_gn   
  ~ patches/patch-build_config_allocator_gni
  ~ patches/patch-build_config_compiler_BUILD_gn
  ~ patches/patch-build_config_compiler_compiler_gni
  ~ patches/patch-build_config_features_gni
  ~ patches/patch-build_config_linux_pkg-config_py
  ~ patches/patch-build_toolchain_gcc_solink_wrapper_py
  ~ patches/patch-build_toolchain_gcc_toolchain_gni
  ~ patches/patch-build_toolchain_openbsd_BUILD_gn
  ~ patches/patch-cc_BUILD_gn             
  ~ patches/patch-chrome_app_chrome_command_ids_h
  ~ patches/patch-chrome_app_chrome_main_delegate_cc
  ~ patches/patch-chrome_app_chrome_main_delegate_h
  ~ patches/patch-chrome_app_chromium_strings_grd
  ~ patches/patch-chrome_app_generated_resources_grd
  ~ patches/patch-chrome_app_google_chrome_strings_grd
  ~ patches/patch-chrome_app_mash_mash_runner_cc
  ~ patches/patch-chrome_app_resources_locale_settings_grd
  ~ patches/patch-chrome_browser_about_flags_cc
  ~ patches/patch-chrome_browser_after_startup_task_utils_cc
  ~ patches/patch-chrome_browser_browser_process_impl_cc
  ~ patches/patch-chrome_browser_browser_process_impl_h
  ~ patches/patch-chrome_browser_browser_resources_grd
  ~ patches/patch-chrome_browser_chrome_browser_main_cc
  ~ patches/patch-chrome_browser_chrome_browser_main_linux_cc
  ~ patches/patch-chrome_browser_chrome_browser_main_posix_cc
  ~ patches/patch-chrome_browser_chrome_content_browser_client_cc
  ~ patches/patch-chrome_browser_chrome_content_browser_client_h
  ~ patches/patch-chrome_browser_custom_handlers_protocol_handler_registry_cc
  ~ patches/patch-chrome_browser_defaults_cc
  ~ patches/patch-chrome_browser_download_chrome_download_manager_delegate_cc
  ~ patches/patch-chrome_browser_download_download_commands_cc
  ~ patches/patch-chrome_browser_download_download_commands_h
  ~ patches/patch-chrome_browser_download_download_prefs_cc
  ~ patches/patch-chrome_browser_download_download_prefs_h
  ~ patches/patch-chrome_browser_download_download_shelf_context_menu_cc
  ~ patches/patch-chrome_browser_download_download_status_updater_cc
  ~ patches/patch-chrome_browser_extensions_BUILD_gn
  ~ 
patches/patch-chrome_browser_extensions_api_image_writer_private_image_writer_private_api_cc
  ~ patches/patch-chrome_browser_extensions_api_input_ime_input_ime_api_h
  ~ patches/patch-chrome_browser_extensions_api_messaging_message_service_cc
  ~ 
patches/patch-chrome_browser_extensions_api_music_manager_private_device_id_linux_cc
  ~ patches/patch-chrome_browser_extensions_bookmark_app_helper_cc
  ~ 
patches/patch-chrome_browser_extensions_browser_context_keyed_service_factories_cc
  ~ patches/patch-chrome_browser_extensions_external_provider_impl_cc
  ~ patches/patch-chrome_browser_first_run_first_run_internal_posix_cc
  ~ patches/patch-chrome_browser_gpu_gl_string_manager_cc
  ~ patches/patch-chrome_browser_gpu_gpu_feature_checker_cc
  ~ patches/patch-chrome_browser_interstitials_chrome_controller_client_cc
  ~ 
patches/patch-chrome_browser_media_galleries_fileapi_mtp_device_map_service_cc
  ~ patches/patch-chrome_browser_media_galleries_media_file_system_registry_cc
  ~ patches/patch-chrome_browser_memory_details_cc
  ~ 
patches/patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc
  ~ patches/patch-chrome_browser_net_async_dns_field_trial_cc
  ~ 
patches/patch-chrome_browser_notifications_message_center_notification_manager_cc
  ~ patches/patch-chrome_browser_platform_util_h
  ~ patches/patch-chrome_browser_platform_util_linux_cc
  ~ patches/patch-chrome_browser_plugins_plugins_resource_service_cc
  ~ patches/patch-chrome_browser_process_singleton_posix_cc
  ~ patches/patch-chrome_browser_profiles_profile_impl_io_data_cc
  ~ patches/patch-chrome_browser_renderer_preferences_util_cc
  ~ patches/patch-chrome_browser_resources_plugin_metadata_plugins_linux_json
  ~ patches/patch-chrome_browser_resources_safe_browsing_gen_file_type_proto_py
  ~ 
patches/patch-chrome_browser_safe_browsing_incident_reporting_incident_reporting_service_cc
  ~ patches/patch-chrome_browser_safe_browsing_permission_reporter_cc
  ~ patches/patch-chrome_browser_speech_tts_controller_impl_cc
  ~ patches/patch-chrome_browser_sync_chrome_sync_client_cc
  ~ patches/patch-chrome_browser_tracing_crash_service_uploader_cc
  ~ patches/patch-chrome_browser_ui_browser_command_controller_cc
  ~ patches/patch-chrome_browser_ui_browser_view_prefs_cc
  ~ patches/patch-chrome_browser_ui_exclusive_access_exclusive_access_bubble_cc
  ~ patches/patch-chrome_browser_ui_input_method_input_method_engine_base_cc
  ~ patches/patch-chrome_browser_ui_input_method_input_method_engine_h
  ~ patches/patch-chrome_browser_ui_startup_bad_flags_prompt_cc
  ~ patches/patch-chrome_browser_ui_startup_startup_browser_creator_cc
  ~ patches/patch-chrome_browser_ui_tab_helpers_cc
  ~ patches/patch-chrome_browser_ui_toolbar_app_menu_model_cc
  ~ patches/patch-chrome_browser_ui_views_accelerator_table_cc
  ~ 
patches/patch-chrome_browser_ui_views_apps_chrome_native_app_window_views_aura_cc
  ~ patches/patch-chrome_browser_ui_views_chrome_views_delegate_cc
  ~ patches/patch-chrome_browser_ui_views_chrome_views_delegate_h
  ~ patches/patch-chrome_browser_ui_views_first_run_dialog_cc
  ~ patches/patch-chrome_browser_ui_views_frame_browser_frame_cc
  ~ patches/patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_cc
  ~ 
patches/patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_layout_cc
  ~ 
patches/patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_platform_specific_cc
  ~ patches/patch-chrome_browser_ui_views_frame_system_menu_model_builder_cc
  ~ patches/patch-chrome_browser_ui_views_frame_system_menu_model_delegate_cc
  ~ 
patches/patch-chrome_browser_ui_views_message_center_message_center_frame_view_cc
  ~ patches/patch-chrome_browser_ui_views_tabs_tab_drag_controller_cc
  ~ patches/patch-chrome_browser_ui_views_tabs_tab_strip_cc
  ~ patches/patch-chrome_browser_ui_webui_about_ui_cc
  ~ patches/patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc
  ~ patches/patch-chrome_browser_ui_webui_options_browser_options_handler_cc
  ~ patches/patch-chrome_browser_ui_webui_options_browser_options_handler_h
  ~ 
patches/patch-chrome_browser_ui_webui_settings_md_settings_localized_strings_provider_cc
  ~ patches/patch-chrome_browser_web_applications_web_app_cc
  ~ patches/patch-chrome_browser_web_applications_web_app_h
  ~ patches/patch-chrome_common_BUILD_gn
  ~ patches/patch-chrome_common_chrome_paths_cc
  ~ patches/patch-chrome_common_chrome_paths_h
  ~ patches/patch-chrome_common_chrome_paths_internal_h
  ~ patches/patch-chrome_common_chrome_switches_cc
  ~ patches/patch-chrome_common_chrome_switches_h
  ~ patches/patch-chrome_common_extensions_chrome_extensions_client_cc
  ~ patches/patch-chrome_common_extensions_command_cc
  ~ patches/patch-chrome_common_pref_names_cc
  ~ patches/patch-chrome_common_pref_names_h
  ~ patches/patch-chrome_common_url_constants_cc
  ~ patches/patch-chrome_common_url_constants_h
  ~ patches/patch-chromecast_browser_cast_browser_main_parts_cc
  ~ patches/patch-chromecast_browser_cast_content_browser_client_cc
  ~ patches/patch-components_autofill_core_browser_autofill_experiments_cc
  ~ 
patches/patch-components_content_settings_core_browser_website_settings_registry_cc
  ~ patches/patch-components_cookie_config_cookie_store_util_cc
  ~ patches/patch-components_crash_content_app_BUILD_gn
  ~ patches/patch-components_crash_content_browser_BUILD_gn
  ~ patches/patch-components_filesystem_file_system_app_cc
  ~ patches/patch-components_metrics_BUILD_gn
  ~ patches/patch-components_metrics_drive_metrics_provider_linux_cc
  ~ patches/patch-components_neterror_resources_neterror_js
  ~ patches/patch-components_omnibox_browser_omnibox_field_trial_cc
  ~ patches/patch-components_os_crypt_os_crypt_h
  ~ patches/patch-components_policy_resources_policy_templates_json
  ~ patches/patch-components_policy_tools_generate_policy_source_py
  ~ patches/patch-components_storage_monitor_BUILD_gn
  ~ patches/patch-components_storage_monitor_storage_monitor_openbsd_cc
  ~ patches/patch-components_storage_monitor_storage_monitor_openbsd_h
  ~ patches/patch-components_sync_base_get_session_name_cc
  ~ patches/patch-components_sync_base_get_session_name_linux_cc
  ~ patches/patch-content_app_content_main_runner_cc
  ~ patches/patch-content_browser_BUILD_gn
  ~ patches/patch-content_browser_accessibility_browser_accessibility_h
  ~ patches/patch-content_browser_accessibility_browser_accessibility_manager_h
  ~ patches/patch-content_browser_browser_main_loop_cc
  ~ patches/patch-content_browser_device_sensors_data_fetcher_shared_memory_h
  ~ patches/patch-content_browser_devtools_protocol_color_picker_cc
  ~ patches/patch-content_browser_download_base_file_cc
  ~ patches/patch-content_browser_gpu_gpu_data_manager_impl_private_cc
  ~ patches/patch-content_browser_gpu_gpu_internals_ui_cc
  ~ patches/patch-content_browser_media_media_internals_cc
  ~ patches/patch-content_browser_ppapi_plugin_process_host_cc
  ~ patches/patch-content_browser_renderer_host_render_process_host_impl_cc
  ~ patches/patch-content_browser_renderer_host_render_widget_host_view_aura_cc
  ~ patches/patch-content_browser_utility_process_host_impl_cc
  ~ patches/patch-content_common_BUILD_gn
  ~ patches/patch-content_common_sandbox_init_openbsd_cc
  ~ patches/patch-content_common_sandbox_init_openbsd_h
  ~ patches/patch-content_common_set_process_title_linux_cc
  ~ patches/patch-content_common_set_process_title_linux_h
  ~ patches/patch-content_gpu_gpu_main_cc
  ~ patches/patch-content_ppapi_plugin_ppapi_plugin_main_cc
  ~ patches/patch-content_public_common_content_switches_cc
  ~ patches/patch-content_public_common_content_switches_h
  ~ patches/patch-content_renderer_render_thread_impl_cc
  ~ patches/patch-content_renderer_renderer_main_cc
  ~ patches/patch-content_renderer_renderer_main_platform_delegate_linux_cc
  ~ patches/patch-content_shell_browser_shell_browser_context_cc
  ~ patches/patch-content_shell_browser_shell_browser_main_parts_cc
  ~ patches/patch-content_utility_utility_main_cc
  ~ patches/patch-content_zygote_zygote_main_linux_cc
  ~ patches/patch-dbus_property_cc        
  ~ patches/patch-device_bluetooth_BUILD_gn
  ~ patches/patch-device_gamepad_gamepad_provider_cc
  ~ patches/patch-device_hid_BUILD_gn     
  ~ 
patches/patch-device_media_transfer_protocol_media_transfer_protocol_daemon_client_h
  ~ 
patches/patch-device_media_transfer_protocol_media_transfer_protocol_manager_h
  ~ patches/patch-device_serial_BUILD_gn
  ~ patches/patch-device_serial_serial_io_handler_posix_cc
  ~ patches/patch-device_usb_BUILD_gn     
  ~ patches/patch-extensions_browser_api_serial_serial_api_cc
  ~ patches/patch-gpu_config_gpu_info_collector_linux_cc
  ~ patches/patch-gpu_config_gpu_info_collector_linux_h
  ~ patches/patch-gpu_config_gpu_info_collector_x11_cc
  ~ patches/patch-ipc_ipc_message_utils_cc
  ~ patches/patch-ipc_ipc_message_utils_h
  ~ patches/patch-iridium_trknotify_cpp   ~ patches/patch-media_audio_BUILD_gn
  ~ patches/patch-media_audio_audio_manager_cc
  ~ patches/patch-media_audio_audio_manager_h
  ~ patches/patch-media_base_video_frame_cc
  ~ patches/patch-media_base_video_frame_h
  ~ patches/patch-media_capture_video_fake_video_capture_device_factory_cc
  ~ patches/patch-media_capture_video_file_video_capture_device_factory_cc
  ~ patches/patch-media_capture_video_video_capture_device_factory_cc
  ~ patches/patch-media_media_options_gni
  ~ patches/patch-net_BUILD_gn            
  ~ patches/patch-net_base_address_tracker_linux_h
  ~ patches/patch-net_base_network_change_notifier_cc
  ~ patches/patch-net_disk_cache_blockfile_disk_format_h
  ~ patches/patch-net_dns_address_sorter_posix_cc
  ~ patches/patch-net_dns_dns_util_cc     
  ~ patches/patch-net_dns_host_resolver_proc_cc
  ~ patches/patch-net_http_http_network_session_cc
  ~ patches/patch-net_proxy_proxy_config_service_linux_cc
  ~ patches/patch-net_proxy_proxy_service_cc
  ~ patches/patch-net_socket_socks5_client_socket_cc
  ~ patches/patch-net_tools_get_server_time_get_server_time_cc
  ~ patches/patch-net_url_request_url_request_context_builder_cc
  ~ patches/patch-pdf_pdfium_pdfium_engine_cc
  ~ patches/patch-ppapi_shared_impl_private_net_address_private_impl_cc
  ~ patches/patch-printing_backend_print_backend_cups_h
  ~ patches/patch-sandbox_BUILD_gn        
  ~ patches/patch-sandbox_linux_BUILD_gn
  ~ patches/patch-skia_ext_SkMemory_new_handler_cpp
  ~ patches/patch-third_party_WebKit_Source_bindings_core_v8_V8ScriptRunner_cpp
  ~ patches/patch-third_party_WebKit_Source_platform_fonts_FontCache_cpp
  ~ patches/patch-third_party_WebKit_Source_platform_fonts_FontCache_h
  ~ patches/patch-third_party_WebKit_Source_platform_fonts_FontPlatformData_cpp
  ~ patches/patch-third_party_WebKit_Source_platform_fonts_FontPlatformData_h
  ~ patches/patch-third_party_WebKit_Source_platform_fonts_SimpleFontData_cpp
  ~ 
patches/patch-third_party_WebKit_Source_platform_fonts_skia_FontCacheSkia_cpp
  ~ patches/patch-third_party_WebKit_Source_platform_heap_StackFrameDepth_cpp
  ~ patches/patch-third_party_WebKit_Source_platform_heap_ThreadState_cpp
  ~ patches/patch-third_party_WebKit_Source_web_PopupMenuImpl_cpp
  ~ patches/patch-third_party_WebKit_Source_wtf_BUILD_gn
  ~ patches/patch-third_party_WebKit_Source_wtf_MathExtras_h
  ~ patches/patch-third_party_angle_BUILD_gn
  ~ patches/patch-third_party_ffmpeg_BUILD_gn
  ~ 
patches/patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_asm
  ~ 
patches/patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_h
  ~ 
patches/patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_asm
  ~ patches/patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_h
  ~ patches/patch-third_party_ffmpeg_libavcodec_x86_cabac_h
  ~ patches/patch-third_party_ffmpeg_libavutil_cpu_c
  ~ patches/patch-third_party_ffmpeg_libavutil_mem_c
  ~ patches/patch-third_party_libXNVCtrl_NVCtrl_c
  ~ 
patches/patch-third_party_libphonenumber_dist_cpp_src_phonenumbers_base_memory_singleton_h
  ~ 
patches/patch-third_party_libphonenumber_dist_cpp_src_phonenumbers_base_synchronization_lock_h
  ~ 
patches/patch-third_party_libphonenumber_dist_cpp_src_phonenumbers_base_thread_checker_h
  ~ patches/patch-third_party_libusb_BUILD_gn
  ~ patches/patch-third_party_libusb_src_libusb_core_c
  ~ patches/patch-third_party_pdfium_core_fxge_ge_fx_ge_linux_cpp
  ~ patches/patch-third_party_pdfium_fpdfsdk_javascript_JS_Value_cpp
  ~ patches/patch-third_party_pdfium_third_party_libopenjpeg20_opj_malloc_h
  ~ patches/patch-third_party_protobuf_src_google_protobuf_stubs_atomicops_h
  ~ 
patches/patch-third_party_protobuf_src_google_protobuf_stubs_platform_macros_h
  ~ patches/patch-third_party_protobuf_src_google_protobuf_stubs_strutil_h
  ~ patches/patch-third_party_skia_src_gpu_GrAutoLocaleSetter_h
  ~ patches/patch-third_party_skia_src_ports_SkOSFile_stdio_cpp
  ~ patches/patch-third_party_sqlite_BUILD_gn
  ~ patches/patch-third_party_usrsctp_BUILD_gn
  ~ patches/patch-third_party_webrtc_BUILD_gn
  ~ patches/patch-third_party_webrtc_base_BUILD_gn
  ~ patches/patch-third_party_webrtc_base_httpcommon_cc
  ~ patches/patch-third_party_webrtc_base_network_cc
  ~ patches/patch-third_party_webrtc_base_physicalsocketserver_cc
  ~ patches/patch-third_party_webrtc_base_platform_thread_cc
  ~ patches/patch-third_party_webrtc_base_stringutils_h
  ~ patches/patch-third_party_webrtc_modules_audio_device_BUILD_gn
  ~ patches/patch-third_party_webrtc_system_wrappers_BUILD_gn
  ~ 
patches/patch-third_party_webrtc_system_wrappers_source_atomic32_non_darwin_unix_cc
  ~ 
patches/patch-third_party_webrtc_system_wrappers_source_timestamp_extrapolator_cc
  ~ patches/patch-third_party_webrtc_voice_engine_voice_engine_defines_h
  ~ patches/patch-third_party_yasm_source_config_openbsd_config_h
  ~ patches/patch-third_party_yasm_source_config_openbsd_libyasm-stdint_h
  ~ patches/patch-third_party_zlib_BUILD_gn
  ~ patches/patch-tools_gn_args_cc        
  ~ patches/patch-tools_gn_bootstrap_bootstrap_py
  ~ patches/patch-tools_gn_bootstrap_build_ninja_template
  ~ patches/patch-tools_gyp_pylib_gyp_generator_make_py
  ~ patches/patch-tools_gyp_pylib_gyp_generator_ninja_py
  ~ patches/patch-ui_accessibility_platform_ax_platform_node_h
  ~ patches/patch-ui_app_list_app_list_constants_cc
  ~ patches/patch-ui_app_list_app_list_constants_h
  ~ patches/patch-ui_app_list_views_app_list_item_view_cc
  ~ patches/patch-ui_base_ime_ime_engine_handler_interface_h
  ~ patches/patch-ui_base_ime_input_method_factory_cc
  ~ patches/patch-ui_base_ime_input_method_initializer_cc
  ~ patches/patch-ui_base_resource_resource_bundle_cc
  ~ patches/patch-ui_base_webui_web_ui_util_cc
  ~ patches/patch-ui_events_devices_x11_device_data_manager_x11_cc
  ~ patches/patch-ui_events_event_switches_cc
  ~ patches/patch-ui_events_event_switches_h
  ~ patches/patch-ui_events_keycodes_dom_keycode_converter_cc
  ~ patches/patch-ui_gfx_canvas_skia_cc   
  ~ patches/patch-ui_gfx_codec_png_codec_cc
  ~ patches/patch-ui_gfx_font_fallback_linux_cc
  ~ patches/patch-ui_gfx_font_render_params_h
  ~ patches/patch-ui_gl_BUILD_gn          
  ~ patches/patch-ui_gl_generate_bindings_py
  ~ patches/patch-ui_gl_gl_bindings_api_autogen_glx_h
  ~ patches/patch-ui_gl_gl_bindings_autogen_glx_cc
  ~ patches/patch-ui_gl_gl_bindings_autogen_glx_h
  ~ patches/patch-ui_gl_sync_control_vsync_provider_cc
  ~ patches/patch-ui_gl_sync_control_vsync_provider_h
  ~ patches/patch-ui_message_center_message_center_style_h
  ~ patches/patch-ui_message_center_views_message_center_button_bar_cc
  ~ patches/patch-ui_message_center_views_message_center_button_bar_h
  ~ patches/patch-ui_message_center_views_message_view_factory_cc
  ~ patches/patch-ui_resources_ui_resources_grd
  ~ patches/patch-ui_views_accessibility_native_view_accessibility_h
  ~ patches/patch-ui_views_bubble_bubble_dialog_delegate_cc
  ~ patches/patch-ui_views_controls_textfield_textfield_cc
  ~ patches/patch-ui_views_corewm_tooltip_aura_cc
  ~ patches/patch-ui_views_examples_widget_example_cc
  ~ patches/patch-ui_views_mus_aura_init_cc
  ~ patches/patch-ui_views_mus_aura_init_h
  ~ patches/patch-ui_views_style_platform_style_cc
  ~ patches/patch-ui_views_views_delegate_cc
  ~ patches/patch-ui_views_views_delegate_h
  ~ patches/patch-ui_views_views_switches_cc
  ~ patches/patch-ui_views_window_custom_frame_view_cc
  ~ patches/patch-ui_views_window_dialog_delegate_cc
  ~ patches/patch-ui_webui_resources_js_cr_js
  ~ patches/patch-ui_webui_resources_js_icon_js
  ~ patches/patch-v8_BUILD_gn             
  ~ patches/patch-v8_src_base_platform_platform-posix_cc
  ~ patches/patch-v8_src_globals_h        ~ patches/patch-v8_src_log-utils_h
  ~ pkg/PLIST                             
  + pkg/patch-chrome_browser_resources_plugin_metadata_plugins_linux_json
  + patches/patch-base_allocator_allocator_shim_cc
  + patches/patch-base_debug_thread_heap_usage_tracker_cc
  + patches/patch-base_threading_platform_thread_h
  + patches/patch-build_compiler_version_py
  + patches/patch-chrome_BUILD_gn         
  + patches/patch-chrome_app_settings_strings_grdp
  + patches/patch-chrome_browser_extensions_api_settings_private_prefs_util_cc
  + patches/patch-chrome_browser_media_webrtc_webrtc_log_uploader_cc
  + patches/patch-chrome_browser_task_manager_sampling_task_group_cc
  + patches/patch-chrome_browser_task_manager_sampling_task_group_h
  + patches/patch-chrome_browser_task_manager_sampling_task_group_sampler_cc
  + patches/patch-chrome_browser_task_manager_sampling_task_group_sampler_h
  + patches/patch-chrome_browser_task_manager_sampling_task_manager_impl_cc
  + patches/patch-chrome_browser_task_manager_task_manager_observer_h
  + patches/patch-chrome_browser_ui_libgtkui_print_dialog_gtk_cc
  + patches/patch-chrome_browser_ui_task_manager_task_manager_columns_cc
  + patches/patch-chrome_browser_ui_task_manager_task_manager_table_model_cc
  + 
patches/patch-chrome_browser_ui_views_chrome_browser_main_extra_parts_views_cc
  + patches/patch-chrome_browser_ui_webui_settings_appearance_handler_cc
  + patches/patch-chrome_browser_ui_webui_settings_appearance_handler_h
  + patches/patch-content_browser_child_process_launcher_helper_linux_cc
  + patches/patch-content_browser_memory_memory_monitor_cc
  + patches/patch-content_browser_renderer_host_media_video_capture_manager_cc
  + patches/patch-content_browser_renderer_host_render_message_filter_cc
  + patches/patch-content_browser_renderer_host_render_message_filter_h
  + patches/patch-content_browser_renderer_host_render_view_host_impl_cc
  + 
patches/patch-content_browser_renderer_host_render_widget_host_view_event_handler_cc
  + patches/patch-content_child_child_process_cc
  + patches/patch-content_child_child_process_h
  + patches/patch-content_child_child_thread_impl_cc
  + patches/patch-content_child_child_thread_impl_h
  + patches/patch-content_common_child_process_messages_h
  + patches/patch-content_common_content_switches_internal_cc
  + patches/patch-content_common_view_messages_h
  + patches/patch-content_public_common_renderer_preferences_h
  + patches/patch-content_renderer_webscrollbarbehavior_impl_aura_cc
  + patches/patch-device_geolocation_location_arbitrator_cc
  + patches/patch-device_time_zone_monitor_time_zone_monitor_cc
  + patches/patch-gpu_ipc_service_gpu_init_cc
  + patches/patch-mash_package_mash_packaged_service_cc
  + patches/patch-media_BUILD_gn          
  + patches/patch-media_audio_pulse_audio_manager_pulse_cc
  + patches/patch-media_base_audio_latency_cc
  + patches/patch-media_capture_video_linux_v4l2_capture_delegate_cc
  + patches/patch-media_capture_video_video_capture_device_client_cc
  + patches/patch-net_base_network_interfaces_openbsd_cc
  + patches/patch-net_base_network_interfaces_openbsd_h
  + patches/patch-net_base_network_interfaces_posix_h
  + patches/patch-net_quic_platform_impl_quic_ip_address_impl_cc
  + patches/patch-net_socket_udp_socket_posix_cc
  + patches/patch-net_tools_cert_verify_tool_verify_using_path_builder_cc
  + patches/patch-sandbox_features_gni    
  + 
patches/patch-services_service_manager_public_cpp_standalone_service_BUILD_gn
  + 
patches/patch-services_service_manager_public_cpp_standalone_service_standalone_service_cc
  + patches/patch-services_service_manager_runner_host_BUILD_gn
  + patches/patch-services_ui_gpu_gpu_main_cc
  + patches/patch-third_party_WebKit_Source_wtf_StackUtil_cpp
  + patches/patch-third_party_mesa_src_src_glsl_strtod_c
  + patches/patch-third_party_mesa_src_src_mesa_main_imports_c
  + patches/patch-third_party_pdfium_core_fxcrt_fx_system_h
  + patches/patch-tools_variations_fieldtrial_to_struct_py
  + patches/patch-ui_base_dragdrop_os_exchange_data_provider_factory_cc
  + patches/patch-ui_gfx_font_list_cc     
  + patches/patch-ui_message_center_views_toast_contents_view_cc
  + patches/patch-ui_views_controls_label_cc
  + patches/patch-ui_views_selection_controller_cc
  + patches/patch-v8_src_wasm_wasm-result_h

  > update to 57.0 (robert@)

puppetboard

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             + patches/patch-puppetboard_app_py

  > Update to 0.2.2, and add a patch to cope with the recent py-werkzeug update
  > to 0.12.x (sebastia@)

py-flask

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to py-flask-0.12.1 (danj@)

== x11 =============================================================== 21/21 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/x11

gnome

  ~ gvfs/Makefile                         

  > Fix comment. (ajacoutot@)

  ~ gnome.port.mk                         

  > Add support for cmake. (ajacoutot@)

gnustep

  ~ libobjc2/Makefile                     ~ libobjc2/distinfo

  > Bugfix update to 1.8.1 (sebastia@)

  - make/patches/patch-Master_rules_make
  ~ make/Makefile                         ~ make/distinfo
  ~ make/patches/patch-GNUmakefile_in     
  ~ make/patches/patch-Instance_framework_make
  ~ make/patches/patch-Instance_library_make
  ~ make/patches/patch-common_make        ~ make/patches/patch-target_make
  ~ make/pkg/PLIST                        

  > Update to 2.7.0, removing support of some since quite some time
  > deprecated variables, as well as some bug fixes (sebastia@)

  ~ base/Makefile                         ~ base/distinfo
  ~ base/pkg/PLIST                        

  > update to 1.25.0
  > noteworthy changes:
  > * Garbage collection support removed (NSGarbageCollector stub
  > remains)
  > * Support for Debian style multi-architecture installations added
  > * OpenSSL bundle removed since it didn't match GNUTLS support
  > * Ported to Debian/Hurd
  > * ICU string (regexp in particular) fixes
  > * OSX compatibity changes in NSRunLoop and NSTask behavior
  > * Alternative sort algorithms selectable at runtime
  > * Many bugfixes and cleanups.
  > * As usual, this release also contains an update to include the most
  > recent international timezone data. (sebastia@)

  ~ databasin/Makefile                    
  + databasin/patches/patch-GNUmakefile_preamble

  > Deal with the gnustep-make update, problem reported to upstream maintainer
  > (sebastia@)

  ~ dbuskit/Makefile                      ~ dbuskit/pkg/PLIST
  + dbuskit/patches/patch-Source_DKNotificationCenter_m

  > Deal with gnustep-base update, problem reported to upstream maintainer
  > (sebastia@)

  ~ back/Makefile                         
  + back/patches/patch-Source_gsc_GSGState_m
  + back/patches/patch-Source_x11_XGDragView_m
  + back/patches/patch-Source_x11_XGServerWindow_m
  + back/patches/patch-Source_x11_XWindowBuffer_m

  > backport a bunch of fixes to build warnings I reported (sebastia@)

  ~ gui/Makefile                          
  ~ gui/patches/patch-Printing_GSCUPS_GSCUPSPrinter_m
  + gui/patches/patch-Model_IMLoading_m   
  + gui/patches/patch-Source_GSTextStorage_m
  + gui/patches/patch-Source_GSToolbarView_m
  + gui/patches/patch-Source_NSLayoutManager_m
  + gui/patches/patch-Source_NSTableView_m

  > backport a bunch of build warnings fixes I reported upstream (sebastia@)

kde

  + libs3/patches/patch-kate_part_katebuffer_cpp

  > foldingList is made of uint, taking abs is non-sensical (espie@)

  ~ libs3/patches/patch-kioslave_ftp_ftp_cc

  > const-correct strstr/strchr for clang (espie@)

  ~ libs3/Makefile                        ~ libs3/pkg/PLIST-main

  > clang is rightfully annoyed at exr having throw() in its API and
  > qt/kde being compiled -fno-exceptions.
  > this can't really work at runtime anyway. Remove openexr there.
  > Eventually, exceptions might be better behaved and working these
  > days. (espie@)

qt4

  ~ Makefile                              

  > Add ${CLANG_ARCHS} to "ONLY_FOR_ARCHS = ${GCC4_ARCHS}" lines to give them
  > a chance on aarch64. (sthen@)

qt5

  ~ Makefile.inc                          

  > Add ${CLANG_ARCHS} to "ONLY_FOR_ARCHS = ${GCC4_ARCHS}" lines to give them
  > a chance on aarch64. (sthen@)

===============================================================================
_______________________________________________
odc mailing list
[email protected]
http://www.squish.net/mailman/listinfo/odc

Reply via email to