From owner-freebsd-ports-bugs@freebsd.org Thu Feb 22 17:22:33 2018 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5460AF18CD2 for ; Thu, 22 Feb 2018 17:22:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CBA536E662 for ; Thu, 22 Feb 2018 17:22:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 07EF11B5EE for ; Thu, 22 Feb 2018 17:22:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w1MHMV4j076983 for ; Thu, 22 Feb 2018 17:22:31 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w1MHMV3q076982 for freebsd-ports-bugs@FreeBSD.org; Thu, 22 Feb 2018 17:22:31 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 226121] www/qt5-webengine: Feature update to match TrueOS Date: Thu, 22 Feb 2018 17:22:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ken@pcbsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: kde@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Feb 2018 17:22:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226121 Bug ID: 226121 Summary: www/qt5-webengine: Feature update to match TrueOS Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: kde@FreeBSD.org Reporter: ken@pcbsd.org Flags: maintainer-feedback?(kde@FreeBSD.org) Assignee: kde@FreeBSD.org 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/1b49a8d09d09429196d6= 636c379f755d9da54b49) * [Enable print-preview/pdf and fix pulseaudio option](https://github.com/trueos/freebsd-ports/commit/eeaf2cccf0a2a4308170= 9125539a3d05a5236d45) * [Enable plugins and widevine support capabilities](https://github.com/trueos/freebsd-ports/commit/9aeba4d5c0359b= 3ed675a2fd59d52aaaa4e6ae2b) The end result though is that "files/freebsd.pri" just needs to get adjuste= d to match the following: ``` include(desktop_linux.pri) gn_args +=3D disable_nacl=3Dtrue \ enable_basic_printing=3Dtrue \ enable_print_preview=3Dtrue \ enable_pdf=3Dtrue \ enable_webrtc=3Dtrue \ enable_hidpi=3Dtrue \ use_dbus=3Dtrue \ enable_plugins=3Dtrue \ enable_widevine=3Dtrue # Once the port works better, we can think about readding the diverse `use_system_` # for bundled libraries. # For now, only add very few system libraries. gn_args +=3D use_system_yasm=3Dtrue \ use_system_libusb=3Dtrue \ use_system_libcxx=3Dtrue ``` And the "printsupport" module needs to get added to the USE_QT5 macro list = in the Makefile. --=20 You are receiving this mail because: You are the assignee for the bug.=