Created attachment 204036 [details] Adds the patch-bug1513605 to www/cliqz to prevent build breakage. It looks like bug fix[1] applied to www/firefox for build failures arising from running the clock_get_time(CLOCK_MONOTONIC) check, need to be applied to www/cliqz too since Cliqz tracks upstream Firefox. I have attached a patch that adds patch-bug1513605 to www/cliqz that helps address this issue. References 1. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233707
A commit references this bug: Author: philip Date: Fri Apr 26 10:34:57 UTC 2019 New revision: 500094 URL: https://svnweb.freebsd.org/changeset/ports/500094 Log: www/cliqz: fix build breakage Add patch-bug1513605 to fix clock_get_time(CLOCK_MONOTONIC) build failures. This mirrors a similar change to www/firefox for a similar build failure. PR: 237580 Submitted by: Santhosh Raju <santhosh.raju@gmail.com> (maintainer) Changes: head/www/cliqz/Makefile head/www/cliqz/files/patch-bug1513605
Committed. Thanks!