Bug 226121 - www/qt5-webengine: Feature update to match TrueOS
Summary: www/qt5-webengine: Feature update to match TrueOS
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-22 17:22 UTC by ken
Modified: 2018-07-28 02:46 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ken 2018-02-22 17:22:31 UTC
Please enable printing and webRTC support as already enabled in the TrueOS version of the port:

The changes were committed to the TrueOS tree in a few batches:
 * [Enable basic printing and WebRTC](https://github.com/trueos/freebsd-ports/commit/1b49a8d09d09429196d6636c379f755d9da54b49)
 * [Enable print-preview/pdf and fix pulseaudio option](https://github.com/trueos/freebsd-ports/commit/eeaf2cccf0a2a43081709125539a3d05a5236d45)
 * [Enable plugins and widevine support capabilities](https://github.com/trueos/freebsd-ports/commit/9aeba4d5c0359b3ed675a2fd59d52aaaa4e6ae2b)

The end result though is that "files/freebsd.pri" just needs to get adjusted to match the following:

```
include(desktop_linux.pri)

gn_args +=   disable_nacl=true           \
             enable_basic_printing=true \
             enable_print_preview=true \
             enable_pdf=true \
             enable_webrtc=true   \
             enable_hidpi=true      \
             use_dbus=true           \
             enable_plugins=true	\
             enable_widevine=true

# Once the port works better, we can think about readding the diverse `use_system_<foo>`
# for bundled libraries.
# For now, only add very few system libraries.
gn_args += use_system_yasm=true   \
           use_system_libusb=true \
           use_system_libcxx=true
```

And the "printsupport" module needs to get added to the USE_QT5 macro list in the Makefile.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-07-28 02:46:40 UTC
A commit references this bug:

Author: miwi
Date: Sat Jul 28 02:45:41 UTC 2018
New revision: 475479
URL: https://svnweb.freebsd.org/changeset/ports/475479

Log:
  - Enable printing support
  - Bump PORTREVISION

  PR:		226121
  Submitted by:	ken@pcbsd.org
  Approved by:	tcberner(kde)
  Sponsored by:	iXsystems Inc.

Changes:
  head/www/qt5-webengine/Makefile
  head/www/qt5-webengine/files/freebsd.pri