In file included from gen/base/base_jumbo_17.cc:8:
./../../base/sampling_heap_profiler/sampling_heap_profiler.cc:74:3: error: use of undeclared identifier 'pthread_get_name_np'
pthread_get_name_np(pthread_self(), name, kBufferLen);
^
PR: 238563
Reported by: kib@
U2F (ie Yubikeys) support was broken in r489612 when part of the required functionality was removed from services/device/hid/hid_connection_freebsd.cc
Submitted patch brings it back and also synchronizes blocking checks API with Linux version of the file.
PR: 236911
Submitted by: gonzo
- Fix jumbo build with the SNDIO option enabled [1]
- Fix crash in V8
- Fix nav preload with third-party cookie blocking
- Backport more patches from OpenBSD chromium port
- Bump PORTREVISION
Reported by: Joseph Mingrone <jrm@FreeBSD.org> via email [1]
MFH: 2019Q1
arm64 doesn't have elf_aux_info and FreeBSD doesn't support getauxval.
For both boringssl and zlib disable the feature checking until we have
a way to expose those feature to the user.
Remove a patch (patch-third__party_boringssl_src_crypto_cpu-aarch64-linux.c) which is a no op
as all the code in under OPENSSL_LINUX which isn't defined.
Reviewed by: cpm (earier version), bapt (earlier version)
Approved by: bapt (mentor, implicit)
arm64 doesn't have elf_aux_info and FreeBSD doesn't support getauxval.
For both boringssl and zlib disable the feature checking until we have
a way to expose those feature to the user.
Remove a patch (patch-third__party_boringssl_src_crypto_cpu-aarch64-linux.c) which is a no op
as all the code in under OPENSSL_LINUX which isn't defined.
Reviewed by: cpm, bapt
Approved by: bapt (mentor)
Differential Revision: https://reviews.freebsd.org/D17207
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724
- Switch to USES=localbase:ldflags
- Revert Makefile.tests and include more *_unittests
- Update patch file with missing WEBRTC_BSD macro
- Apply several patches from devel/googletest (thanks to jbeich@)
- Bump PORTREVISION
- Fix TEST option allow running basic tests and skip tests that must be verified
if they are supported before being added back to TEST_TARGETS
- Add patches that fixes crash with non-MESA drivers fall back to scanning PCI
devices. Ideally, we'd like to use libpci but the current version calculates
device class wrong for non-root users (patch submitted to libpci author), so
a workaround would be messy. Instead, use direct access to /dev/pci. Once the
upstream fixes the bug generic libpci code can be used [1]
Tested by: Oleh Hushchenkov <gor@clogic.com.ua>, Jonathan Chen <jonc@chen.org.nz>
- Bump PORTREVISION
PR: 230450 [1]
Submitted by: gonzo [1]
Reported by: Oleh Hushchenkov, Jonathan Chen [1]
- Allow chromium to use the Linux GPU access setup implementation by default since it works correctly
- Add missing file for DEBUG option in pkg-plist
- Sort pkg-plist
- Bump PORTREVISION
- Update amount of free disk space required to build chromium
- Implement GPU access set up for FreeBSD [1]
- Remove the incorrect sugestion in pkg-message and remove the fix-hanging-tabs.sh script because the bug of hanging tabs has been fixed in r337328 improving the chromium stability. Thanks to markj@ [2]
PR: 230450 [1], 212812 [2]
Reported by: Oleh Hushchenkov <gor@clogic.com.ua>
MFH: 2018Q3
%%DATADIR%% is not being expanded in pkg-message, and it shows up like this:
--II--
Chromium has a known problem of hanging tabs. The workaround
for this problem is to mount ~/.cache/chromium as memory-fs.
In order to do this, before you run Chromium, please run the
following script as root once for each user who uses Chromium
(replace {user}/{group} with your user/group names):
# %%DATADIR%%/fix-hanging-tabs.sh {user} {group}
- Add DATADIR to SUB_LIST to correctly be replaced with its value and move pkg-message to FILESDIR.
- Bump PORTREVISION
Reported by: olgeni via mail
Changelog: https://chromium.googlesource.com/chromium/src/+log/67.0.3396.87..68.0.3440.84?pretty=fuller&n=10000
At the moment pkg-message says that in order to work around the hanging tabs problem the user may wish to run the following commands:
# [ -d ~{user}/.cache/chromium ] || mkdir ~{user}/.cache/chromium
# echo "md $(echo ~{user})/.cache/chromium mfs rw,late,-w{user}:{group},-s300m 2 0" >> /etc/fstab
# mount ~{user}/.cache/chromium
Add fix-hanging-tabs.sh script to the DATADIR [1], which simplifies the process to just running
/usr/local/share/chromium/fix-hanging-tabs.sh $user $group
PR: 230264 [1]
Submitted by: 0mp [1]
MFH: 2018Q3
Security: http://vuxml.freebsd.org/freebsd/b9c525d9-9198-11e8-beba-080027ef1a23.html
dependency on print/cups. This includes a patch from cpm@ that
solves an undefined linker reference that occurs when cups is
disabled. Since chromium does not support printing without cups
enabling this option also disables printing and print previews.
PR: 226505
Reviewed by: cpm, matthew (mentor)
Approved by: cpm, matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D14659
Implement enough of chrome.hid API to make U2F security keys work.
Due to FreeBSD's HID API limitations it's not possible to consistently
report vedor id or product id values for HID devices so if javascript
library relies on this information to detect supported keys it won't
work, only report descriptor based detection works.
Also by default uhid(4) devices accessible only to root user, current
solution is to change /dev/uhidX node permission using devd. For example
create /usr/local/etc/devd/yubi.conf with following content and
restart devd:
attach 20 {
match "vendor" "0x1050";
action "/bin/chmod 766 /dev/$device-name";
};
Work on u2f-devd port is in progress (see PR). When done it will take
care of maintaining devd rulesets for U2F devices.
PR: 196754
Approved by: cpm
- Add arm64 support [1]
- Fix segfault on i386 [2]
- Switch to USES=compiler:c++14-lang for devel/chromium-gn because chromium
needs __builtin_add_overflow and friends to build.
Changelog: https://chromium.googlesource.com/chromium/src/+log/60.0.3112.113..61.0.3163.79?pretty=fuller&n=10000
PR: 220291 [1], 221266 [2]
Submitted by: Andrew [1]
Reported by: Patrick <doctorwhoguy@gmail.com> [2]
MFH: 2017Q3
GN is a meta-build system that generates NinjaBuild.
It helps to build chromium with Ninja.
Also enables us for one step forward to build Electron.io for FreeBSD.
Reported by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
Reviewed by: mat (mentor), mmokhi, cpm (chromium)
Approved by: mat (mentor), mmokhi, cpm (chromium)
Differential Revision: https://reviews.freebsd.org/D11554