From owner-svn-doc-head@freebsd.org Mon Jul 1 19:21:28 2019 Return-Path: Delivered-To: svn-doc-head@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 CEA1115E272E; Mon, 1 Jul 2019 19:21:28 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 446B78C731; Mon, 1 Jul 2019 19:21:28 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EBE90194D5; Mon, 1 Jul 2019 19:21:27 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x61JLRbK048890; Mon, 1 Jul 2019 19:21:27 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x61JLRkd048889; Mon, 1 Jul 2019 19:21:27 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201907011921.x61JLRkd048889@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 1 Jul 2019 19:21:27 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r53207 - in head/en_US.ISO8859-1/books/porters-handbook: special uses X-SVN-Group: doc-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/en_US.ISO8859-1/books/porters-handbook: special uses X-SVN-Commit-Revision: 53207 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 446B78C731 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.93 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.93)[-0.932,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Jul 2019 19:21:29 -0000 Author: mat Date: Mon Jul 1 19:21:27 2019 New Revision: 53207 URL: https://svnweb.freebsd.org/changeset/doc/53207 Log: Document qt-dist Submitted by: tcberner Reported by: mat Differential Revision: https://reviews.freebsd.org/D20802 Modified: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Mon Jul 1 09:35:34 2019 (r53206) +++ head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Mon Jul 1 19:21:27 2019 (r53207) @@ -2875,6 +2875,11 @@ GLIB_SCHEMAS= org.regexxer.gschema.xml Using Qt + + For ports that are part of Qt itself, see . + + Ports That Require Qt Modified: head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Mon Jul 1 09:35:34 2019 (r53206) +++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Mon Jul 1 19:21:27 2019 (r53207) @@ -2748,6 +2748,69 @@ USE_PYQT= core doc_build designer_run for more information. + + <literal>qt-dist</literal> + + Possible arguments: (none) or 5 and + (none) or one of 3d, + activeqt, androidextras, + base, canvas3d, + charts, connectivity, + datavis3d, declarative, + doc, gamepad, + graphicaleffects, + imageformats, location, + macextras, multimedia, + networkauth, purchasing, + quickcontrols2, + quickcontrols, + remoteobjects, script, + scxml, sensors, + serialbus, serialport, + speech, svg, + tools, translations, + virtualkeyboard, wayland, + webchannel, webengine, + websockets, webview, + winextras, x11extras, + xmlpatterns + + Provides support for building Qt + 5 components. It takes care of setting up the + appropriate configuration environment for the port to + build. + + + Building Qt 5 Components + + The port is Qt 5's + networkauth component, which is part of + the networkauth distribution file. + + PORTNAME= networkauth +DISTVERSION= ${QT5_VERSION} + +USES= qt-dist:5 + + + If PORTNAME does not match the + component name, it can be passed as an argument to + qt-dist. + + + Building Qt 5 Components with Different Names + + The port is Qt 5's + gui component, which is part of the + base distribution file. + + PORTNAME= gui +DISTVERSION= ${QT5_VERSION} + +USES= qt-dist:5,base + + + <literal>readline</literal>