robert
402b30f805
flip webui optimizations on because now it does not depend on java
2022-03-07 18:49:23 +00:00
robert
b861ce6ffb
unbreak ffmepg config on i386
2022-03-03 14:31:06 +00:00
robert
0aad12a155
unbreak chromedriver unittest by fixing a bad ifdef
2022-03-03 12:58:45 +00:00
robert
d9fab4b5ce
update to 99.0.4844.51
2022-03-02 06:14:44 +00:00
robert
a1fb191a73
it is safer to return false in DecommittedMemoryIsAlwaysZeroed()
...
because it is flaky
2022-02-23 16:09:11 +00:00
robert
7a806cdf3f
fix DiscardSystemPagesInternal() so that the memory is actually
...
in a state expected by the partition allocator
this also fixes some weird video playback issue where buffering was
botched
2022-02-23 14:03:43 +00:00
robert
d16ec40e27
explicitly add libiconv to ldflags because now it does not get accidentally
...
pulled in from the xslt pkgconfig
2022-02-19 12:14:18 +00:00
robert
02ecd53659
update to 98.0.4758.102
2022-02-19 11:46:20 +00:00
robert
91480490c9
update to 98.0.4758.101
2022-02-15 14:09:52 +00:00
sthen
9ce56f90df
tweak DPB_PROPERTIES for i386 builds
2022-02-14 17:42:03 +00:00
robert
9f22707664
revert previous; the bug is somewhere else
2022-02-13 09:11:57 +00:00
robert
1490423d87
disable thin archives on arm64
2022-02-13 07:27:46 +00:00
robert
236c829656
unbreak ffmpeg config on i386 and arm64
2022-02-04 16:39:33 +00:00
robert
4856528396
update to 98.0.4758.80;
2022-02-02 17:36:36 +00:00
robert
366d72d8e3
update to 97.0.4692.99
2022-01-20 18:12:10 +00:00
robert
a8a69d0fb3
unbreak on arm64
2022-01-09 14:32:39 +00:00
robert
460ffa9525
fix previous pledge violation fix by using a proper ifdef for the location
2022-01-06 18:42:52 +00:00
robert
4dc1328927
avoid a pledge violation by not trying to access a sysfs file, we are not linux
2022-01-06 14:56:06 +00:00
robert
b651625a05
add files that were missing from the previous commit
2022-01-06 06:40:47 +00:00
robert
d5638e41c1
update to 97.0.4692.71
2022-01-06 06:24:03 +00:00
robert
6a55c3754d
remove obsolete patch
2021-12-31 08:17:52 +00:00
robert
5f6886e907
allow writing to ~/.cache/fontconfig
2021-12-20 19:00:04 +00:00
robert
63c8bfb7a6
unbreak after clang update which pointed out an infinite loop that was made
...
my be and for some reason the previous clang version did not show it, probably
due to some optimizer magic
2021-12-20 15:52:11 +00:00
robert
a9e850c7a7
update to 96.0.4664.110
2021-12-15 15:08:09 +00:00
robert
9d7c19c5ff
update to 96.0.4664.93
2021-12-07 12:04:10 +00:00
robert
be8bcc3afc
update file path watcher code to match the kqueue implementation
...
and disable some FD passing code that is not used on OpenBSD
2021-11-23 11:38:40 +00:00
robert
5fb04ec4b9
start taming chromium in low FD situations; starting with disk cache
...
cap the file descriptor limit at 85% of the size of the
file descriptor table and also substract the amount of
currently used file descriptors as this should give us
enough reserve to avoid hitting the limit
2021-11-19 13:47:14 +00:00
robert
0c0e773f7c
udpate to 96.0.4664.45
2021-11-16 11:28:45 +00:00
sthen
abefbf31ce
chromium/iridium: allow parallel build on i386 again, it is currently
...
working without going up in flames on the build cluster (avail mem =
2205MB thanks to the annoying memory layout on newer intels) and
seems to save some time.
2021-11-12 14:52:41 +00:00
robert
831ddf921d
remove python3 symlink and append to PATH instead of overwriting it
...
so that /usr/local/bin/python3 is picked up
2021-11-08 12:53:49 +00:00
robert
1c0744529d
use the use_allocator_shim build flag instead of a patch
2021-11-08 10:40:16 +00:00
kn
148bb04e73
Revert previous python3 symlink removal
...
The build process runs "env python3" with PATH=${WRKDIR}/bin in some places
so /usr/local/bin/python3 won't be found.
Spotted by naddy and phessler
2021-11-07 15:29:20 +00:00
kn
e5336e4900
Do not symlink python3 anymore, it is provided by the default package
...
Symlinking the unversioned `python` executable is fine.
These two are the only exceptions in the ports tree handling a versioned
symlink.
OK robert
2021-11-06 16:54:25 +00:00
robert
8ecb385add
add a missing ifdef to have DocumentAnalysis support
2021-10-30 17:49:27 +00:00
robert
bda89d9bff
update to 95.0.4638.69
2021-10-29 05:17:25 +00:00
robert
63b630aa4a
unbreak vulkan support by adding the required pledges and unveil paths
...
in the gpu process
2021-10-26 08:32:58 +00:00
daniel
45f770acf0
remove last python2 tentacles from chromium
...
robert@ switched chromium from python2 to python3 in rev 1.578. This diff
also switches to using the python3 flavor of py-xcbgen to get rid of
chromium's last dependency on python2.
While here, also drop MODPY_VERSION since it's already set to python3 by
default.
ok robert@ (MAINTAINER)
2021-10-24 15:44:06 +00:00
robert
f94cce1c44
update to 95.0.4638.54
2021-10-20 10:27:44 +00:00
robert
2c3ade3b84
udpate to 94.0.4606.81
2021-10-08 14:58:14 +00:00
robert
544c7e35d1
update to 94.0.4606.71
2021-10-03 21:26:51 +00:00
robert
3131ab94db
update to 93.0.4577.82
2021-09-14 06:19:48 +00:00
kevlo
98b694931e
Add unveil for ~/.config/fcitx to make the input method work when
...
using fcitx.
Reported by Yifei Zhan.
ok sthen@
2021-09-10 13:36:51 +00:00
robert
dc62a61572
regen ffmpeg config on arm64
2021-09-08 08:01:29 +00:00
robert
51c499c2f7
unbreak on i386
2021-09-04 08:59:45 +00:00
robert
f3593cd0ef
include two missing functions in libvulkan.so on OpenBSD
2021-09-04 06:11:45 +00:00
robert
562d84c6a2
update to 93.0.4577.63
2021-09-01 16:54:37 +00:00
sthen
8590ece1e0
reinstate the policies patch, ok robert@
2021-08-19 10:20:12 +00:00
robert
4ca3427296
update to 92.0.4515.159
2021-08-17 11:19:04 +00:00
robert
4812d52961
update to 92.0.4515.131
2021-08-09 17:09:15 +00:00
robert
fe945b7bd9
update to 92.0.4515.107
2021-07-21 15:43:31 +00:00