Bug 237580 - www/cliqz: Build break fixes
Summary: www/cliqz: Build break fixes
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-26 10:03 UTC by Santhosh Raju
Modified: 2019-04-30 20:06 UTC (History)
1 user (show)

See Also:
santhosh.raju: maintainer-feedback+


Attachments
Adds the patch-bug1513605 to www/cliqz to prevent build breakage. (2.90 KB, patch)
2019-04-26 10:03 UTC, Santhosh Raju
santhosh.raju: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Santhosh Raju 2019-04-26 10:03:53 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-04-26 10:35:46 UTC
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
Comment 2 Philip Paeps freebsd_committer freebsd_triage 2019-04-26 10:36:22 UTC
Committed.  Thanks!