Bug 238897 - www/qutebrowser: unbreak without webengine available
Summary: www/qutebrowser: unbreak without webengine available
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: Roman Bogorodskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-30 14:38 UTC by Piotr Kubaj
Modified: 2019-07-02 14:40 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (novel)


Attachments
patch (412 bytes, patch)
2019-06-30 14:38 UTC, Piotr Kubaj
pkubaj: maintainer-approval? (novel)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Kubaj freebsd_committer freebsd_triage 2019-06-30 14:38:55 UTC
Created attachment 205437 [details]
patch

webengine isn't available e.g. on powerpc64.

Limit webengine option only to amd64 and i386 by default.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2019-06-30 15:53:55 UTC
fwiw, I had independently developed and tested the exact same patch.
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-07-02 14:38:34 UTC
A commit references this bug:

Author: novel
Date: Tue Jul  2 14:38:14 UTC 2019
New revision: 505682
URL: https://svnweb.freebsd.org/changeset/ports/505682

Log:
  www/qutebrowser: unbreak without webengine available

  Webengine is not available on some architectures, e.g. on powerpc64.
  Limit webengine option only to amd64 and i386 by default.

  PR:		238897
  Submitted by:	pkubaj, linimon

Changes:
  head/www/qutebrowser/Makefile
Comment 3 Roman Bogorodskiy freebsd_committer freebsd_triage 2019-07-02 14:40:12 UTC
Committed, thanks!