===> The following configuration options are available for ungoogled-chromium-117.0.5938.132:
CODECS=on: Compile and enable patented codecs like H.264
CUPS=on: CUPS printing system support
DEBUG=off: Build with debugging support
DRIVER=on: Install chromedriver
KERBEROS=on: Kerberos support
LTO=off: Use Link-Time Optimization
TEST=off: Build and/or run tests
====> Options available for the group AUDIO
ALSA=off: ALSA audio architecture support
PULSEAUDIO=off: PulseAudio sound server support
SNDIO=on: Sndio audio support
====> Kerberos support: you can only select none or one of them
HEIMDAL=off: Heimdal Kerberos (security/heimdal)
HEIMDAL_BASE=off: Heimdal Kerberos (base)
MIT=off: MIT Kerberos (security/krb5)
===> Use 'make config' to modify these settings
www/*chromium: bump _LIBCPP_VERSION check to 160000 and fallback to base::ranges
the chromium source tree provides ranges functions so let's use them
in case our libcxx is too old
PR: 273376
(cherry picked from commit f14f291a6dfea6d167aa9800a5ea05125c4b776f)
www/{*chromium,iridium}: unbreak arm64 relocation in bundled ffmpeg
enable support for the .data.rel.ro section because the arm64
assembly code in ffmpeg depends on it
PR: 273349
(cherry picked from commit 919638f2014d06b489db252c378714fbac038f83)
www/*chromium: unbreak build on arm64
sysfs is not available on *BSD so trying to compile code
to read it is futile
(cherry picked from commit 06ee2c71b48b1a590d05b615d05626332d50a9f3)
www/ungoogled-chromium: do not force enable_mse_mpeg2ts_stream_parser to true
enable_mse_mpeg2ts_stream_parser cannot be forced to true in case
proprietary codecs are not enabled
PR: 272797
(cherry picked from commit d94c05b56989f9fea2c2efeacc4714e33aded53e)