Bug 238997 - www/qt5-webkit: picks up a dependency on devel/woff2 if the latter is installed
Summary: www/qt5-webkit: picks up a dependency on devel/woff2 if the latter is installed
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: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-05 06:50 UTC by Martin Birgmeier
Modified: 2019-07-06 12:20 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Birgmeier 2019-07-05 06:50:10 UTC
It seems that qt5-webkit depends on libwoff2dec.so.1.0.2 if woff2 is installed.

This should be recorded as a genuine dependency or the build modified to explicitly exclude woff2.

-- Martin
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-07-05 20:31:01 UTC
A commit references this bug:

Author: tcberner
Date: Fri Jul  5 20:30:55 UTC 2019
New revision: 505935
URL: https://svnweb.freebsd.org/changeset/ports/505935

Log:
  www/qt5-webkit: enable woff [1] support

  - woff support was automatically enabled if installed,
  - but not in clean environments, fix that.

  [1] https://www.w3.org/TR/WOFF2/

  PR:		238997
  Reported by:	Martin Birgmeier <d8zNeCFG@aon.at>

Changes:
  head/www/qt5-webkit/Makefile
Comment 2 Tobias C. Berner freebsd_committer freebsd_triage 2019-07-05 20:32:14 UTC
Fixed.

mfg Tobias
Comment 3 Martin Birgmeier 2019-07-06 12:20:51 UTC
Thank you Tobias

-- Martin