699 Commits

Author SHA1 Message Date
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
robert
20c14d70ef update to 87.0.4280.141 2021-01-07 14:29:19 +00:00
robert
686ea41623 unbreak policies once again by re-introducing a patch that was removed
in a previous commit
2020-12-22 06:53:11 +00:00
sthen
4b6020c6a0 put back BROKEN-i386 in chromium and add it to iridium, the binaries
cannot be loaded, they immediately exit:

: sthen@i386.p; chrome
/usr/local/bin/chrome[60]: /usr/local/chrome/chrome: Cannot allocate memory

: sthen@i386.p; size /usr/local/chrome/chrome
text	data	bss	dec	hex
180104608	3805736	1949616	185859960	b13ff78

exiting happens very early, before ld.so loads libraries:

: sthen@i386.p; LD_DEBUG=1 /usr/local/chrome/chrome
ksh: /usr/local/chrome/chrome: Cannot allocate memory

no point wasting 2x24h in build for these two.
2020-12-21 18:25:13 +00:00
robert
97aa82b44b update to 87.0.4280.88 2020-12-03 18:46:46 +00:00
robert
981b121a03 update to 87.0.4280.66 2020-11-18 12:29:32 +00:00
robert
8fd858af2e make it possible for gn to determine its own executable path so that
regenerating rules with ninja is possible
2020-11-15 19:14:12 +00:00
robert
839944dd17 unbreak xcursor theme handling by using XcursorLibraryPath() to determine
our own path for the icons instead of using the hardcoded linux paths

tested and okidoki aja@
2020-11-14 08:59:08 +00:00
robert
be007ddb7b update to 86.0.4240.198 2020-11-12 14:25:46 +00:00
robert
3a5917a9b8 update to 86.0.4240.193 2020-11-10 15:15:27 +00:00
robert
9ccdfc73e9 update to 86.0.4240.185 2020-11-03 13:21:54 +00:00