[Bug 258576] www/chromium: build fails with harfbuzz 3.0.0
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 258576] www/chromium: build fails with harfbuzz 3.0.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Sep 2021 00:13:13 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258576
--- Comment #4 from Jan Beich <jbeich@FreeBSD.org> ---
http://beefy16.nyi.freebsd.org/build.html?mastername=130amd64-default&build=724df9e52627
didn't finish before Sunday 01:00 UTC, so "chromium" package from /latest maybe
missing from Sunday till Wednesday. Given ABI is compatible outside of
deprecated functions removal the following may help:
# mkdir -p /usr/local/etc/pkg/repos
# printf 'cache: {\n url: "file:///var/cache/pkg",\n enabled: yes\n}\n'
>/usr/local/etc/pkg/repos/cache.conf
# pkg repo /var/cache/pkg
# pkg upgrade -qy -fr cache harfbuzz harfbuzz-icu
# pkg lock -qy chromium electron12 scribus-devel
# echo pkg unlock -qy chromium electron12 scribus-devel | at 20:00 Wednesday
--
You are receiving this mail because:
You are the assignee for the bug.