Bug 238897

Summary: www/qutebrowser: unbreak without webengine available
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: Roman Bogorodskiy <novel>
Status: Closed FIXED    
Severity: Affects Only Me CC: linimon, novel
Priority: --- Flags: bugzilla: maintainer-feedback? (novel)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch pkubaj: maintainer-approval? (novel)

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!