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
robert
625634972b
update to 91.0.4472.164
2021-07-16 09:31:58 +00:00
robert
7620b3eaf7
update to 91.0.4472.124
2021-07-01 13:50:28 +00:00
robert
0311342a78
update to 91.0.4472.114
2021-06-18 07:15:49 +00:00
robert
c365881f11
update to 91.0.4472.106
2021-06-17 06:16:01 +00:00
robert
7219fe4593
update to 91.0.4472.101
2021-06-13 12:51:54 +00:00
sthen
350cf40556
remove ports libexecinfo, we now have a libunwind-based libexecinfo in base
2021-06-09 19:50:06 +00:00
semarie
8154f62b9e
chromium, iridium: removes RTLD_NODELETE removal patches
...
ok robert@
2021-06-05 09:22:30 +00:00
sthen
092fb45638
chromium: fix managed prefs (/etc/chromium/policies/managed/prefs.json)
...
ok robert
2021-05-27 18:05:13 +00:00
robert
16c465b7ff
update to 91.0.4472.77
2021-05-27 04:20:59 +00:00
sthen
86d76bdc0d
disable on i386: mozilla-related ports appear to run out of memory in
...
rust compilation; chromium has a "reference to type XX could not bind
to an lvalue of type YY" error
2021-05-20 16:44:59 +00:00
robert
1b9950e57a
do not set an mmap(2) hint on OpenBSD; this also unbreaks chromium on arm64
...
where the addresses were bigger than VM_MAXUSER_ADDRESS
2021-05-17 12:11:47 +00:00
tracey
01fa55d21e
Fix missing LIB_DEPEND and update some WANTLIBS. ok robert@
2021-05-13 20:21:42 +00:00
robert
96bb8c94d1
update to 90.0.4430.212
2021-05-11 07:23:43 +00:00
jasper
0eb3f47563
mark these as broken on powerpc64. while there, fix the COMMENT for electron.
...
ok robert@
2021-05-10 15:26:10 +00:00
robert
23fd488243
implement GetMacAddresses() based on the FreeBSD implementation and
...
add libvulkan.so to the PLIST
2021-05-02 12:45:00 +00:00
robert
eba94270f7
unbreak build with llvm11
2021-04-30 14:04:04 +00:00
robert
c7a208d24d
update to 90.0.4430.93
2021-04-28 07:52:54 +00:00
robert
647adf7a97
update to 90.0.4430.85 and add an flock pledge to the utility process
2021-04-24 07:23:49 +00:00
robert
1bd07b630f
update to 90.0.4430.72; ok naddy@
2021-04-16 18:15:05 +00:00
robert
305480aec8
security update to 89.0.4389.128; ok sthen@
2021-04-14 12:10:33 +00:00
robert
d5a5b1500d
remove obsolete patch
2021-04-04 16:44:18 +00:00
robert
215acbc300
unbreak multicast and getnetworklist
2021-04-04 15:53:23 +00:00
sthen
16f99509d6
mark BROKEN-i386
2021-04-03 20:27:25 +00:00
robert
eea602afc8
update to 89.0.4389.114
2021-04-01 05:53:16 +00:00
robert
18266abbc6
update to 89.0.4389.90
2021-03-22 18:04:53 +00:00
sthen
7800bcdac9
chromium: put back "DPB_PROPERTIES=lonesome" and get rid of "parallel" for i386.
...
I was trying to avoid this as only some parts of the build use large
amounts of memory and the build is so slow that it would really help to
have 2 build jobs, but it's causing the bulk build machines to swap too
much, which causes clocks to go out of sync (11 minutes in my current
build), which breaks all the KF5 things built on that machine afterwards
because cmake does stupid time checks on files installed in /usr/local
not just in the build directory.
2021-03-20 19:45:44 +00:00
sthen
237b2fbe4a
reenable chromium on i386 following MAXTSIZ changes in base
2021-03-16 21:15:15 +00:00
naddy
4e8ab85ce5
revert accidental reintroduction of carriage returns in patch file
2021-03-12 16:36:47 +00:00
kurt
ad5c506445
Allow OpenBSD's mmap to select a random address. Fixes aarch64 at least.
...
ok robert@ phessler@ sthen@
2021-03-11 17:41:14 +00:00
robert
03012791f4
Remove google_default_client_id and google_default_client_secret from
...
GN_ARGS.
From 2013 until early 2021, Google permitted distribution builds of
Chromium to access Google APIs that added significant features to
Chromium including, but not limited to, Sync and geolocation.
As of March 15, 2021, any Chromium builds which pass client_id and/or
client_secret during build will prevent end-users from signing into their
Google account.
Hint:
If you wish to use sync, you have to build your own chromium package
and use the publicly available client_id and client_secret of the Chrome
browser.
2021-03-11 05:41:14 +00:00
naddy
afcc689c59
remove carriage returns ('\r') from patch files and set FIX_CRLF_FILES
2021-02-26 18:20:31 +00:00
robert
8bc46b177f
update to 88.0.4324.190
2021-02-24 09:36:47 +00:00
sthen
3cbe1c2f30
Reverse the polarity of MODPY_VERSION; default is now 3.x,
...
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.
This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.
Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
mglocker
7141d29858
Back-out USB data toggle fix for HID devices, since we received multiple
...
reports about broken devices, e.g. for ukbd(4) and fido(4).
ok ajacoutot@
2021-02-16 07:05:45 +00:00
robert
daa733212b
update to 88.0.4324.150
2021-02-06 07:33:27 +00:00
gnezdo
f85fbd0b27
www/chromium remove terrible_ping_kludge since kernel is fixed
...
ok mglocker@
2021-02-06 05:05:04 +00:00
robert
fbc449b0e2
unbreak usrsctp by taking the proper codepath on openbsd
...
also makes google stadia work
2021-01-24 07:15:04 +00:00
sthen
aeb8c7b7e4
reinstate BROKEN-i386 again, it will not run so it is useless to waste
...
30 hours building it
2021-01-23 15:15:58 +00:00
robert
f30714e5cf
update to 88.0.4324.96
2021-01-20 07:28:06 +00:00
robert
97f8466728
now that we have struct ip_mreqn, start using that to avoid multiple
...
multicast errors
2021-01-17 10:56:05 +00:00