Date: Sat, 28 Jul 2018 02:45:41 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475479 - in head/www/qt5-webengine: . files Message-ID: <201807280245.w6S2jfMN072489@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sat Jul 28 02:45:41 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. Modified: head/www/qt5-webengine/Makefile head/www/qt5-webengine/files/freebsd.pri Modified: head/www/qt5-webengine/Makefile ============================================================================== --- head/www/qt5-webengine/Makefile Sat Jul 28 00:47:36 2018 (r475478) +++ head/www/qt5-webengine/Makefile Sat Jul 28 02:45:41 2018 (r475479) @@ -20,7 +20,7 @@ PORTNAME= webengine DISTVERSION= ${QT5_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www PKGNAMEPREFIX= qt5- @@ -74,14 +74,14 @@ USES= gperf jpeg python:2.7,build pkgconfig \ qmake:norecursive,outsource qt-dist:5,webengine shebangfix USE_GNOME= glib20 libxml2 libxslt USE_QT= core designer gui location network qml quick webchannel \ - widgets buildtools_build qmake_build + widgets buildtools_build qmake_build printsupport USE_XORG= scrnsaverproto x11 xcb xcomposite xcursor xext xi xproto \ xrandr xrender xscrnsaver xtst USE_LDCONFIG= ${QT_LIBDIR} -QMAKE_CONFIGURE_ARGS= -no-printing-and-pdf -proprietary-codecs -system-ffmpeg +QMAKE_CONFIGURE_ARGS= -proprietary-codecs -system-ffmpeg # We could just set it to an empty string as well. "all" does not account for # dependencies correctly in the generated Makefiles, use the right target here. Modified: head/www/qt5-webengine/files/freebsd.pri ============================================================================== --- head/www/qt5-webengine/files/freebsd.pri Sat Jul 28 00:47:36 2018 (r475478) +++ head/www/qt5-webengine/files/freebsd.pri Sat Jul 28 02:45:41 2018 (r475479) @@ -1,9 +1,10 @@ include(desktop_linux.pri) -gn_args += disable_nacl=true \ - enable_basic_printing=false \ - enable_webrtc=false \ - enable_hidpi=true \ +gn_args += disable_nacl=true \ + enable_basic_printing=true \ + enable_print_preview=true \ + enable_webrtc=false \ + enable_hidpi=true \ use_dbus=true # Once the port works better, we can think about readding the diverse `use_system_<foo>`
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807280245.w6S2jfMN072489>