From owner-svn-doc-all@freebsd.org Fri Sep 14 19:04:26 2018 Return-Path: Delivered-To: svn-doc-all@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 AD47010913C7; Fri, 14 Sep 2018 19:04:26 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 629598E00D; Fri, 14 Sep 2018 19:04:26 +0000 (UTC) (envelope-from zeising@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 5D8197E3; Fri, 14 Sep 2018 19:04:26 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8EJ4QIu035978; Fri, 14 Sep 2018 19:04:26 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8EJ4QqU035977; Fri, 14 Sep 2018 19:04:26 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201809141904.w8EJ4QqU035977@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Fri, 14 Sep 2018 19:04:26 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52257 - head/en_US.ISO8859-1/books/porters-handbook/uses X-SVN-Group: doc-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/porters-handbook/uses X-SVN-Commit-Revision: 52257 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2018 19:04:26 -0000 Author: zeising Date: Fri Sep 14 19:04:25 2018 New Revision: 52257 URL: https://svnweb.freebsd.org/changeset/doc/52257 Log: Document USES=gl properly. Reviewed by: mat, bcr Differential Revision: https://reviews.freebsd.org/D17114 Modified: head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Fri Sep 14 02:11:55 2018 (r52256) +++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Fri Sep 14 19:04:25 2018 (r52257) @@ -689,6 +689,91 @@ build- and run-time dependencies. + + <literal>gl</literal> + + Possible arguments: (none) + + Provides an easy way to depend on + GL components. The components + should be listed in USE_GL. The available + components are: + + + + egl + + + add a library dependency on libEGL.so + from graphics/mesai-libs + + + + + gbm + + + Add a library dependency on libgbm.so + from graphics/mesa-libs + + + + + gl + + + Add a library dependency on libGL.so + from graphics/mesa-libs + + + + + glesv2 + + + Add a library dependency on libGLESv2.so + from graphics/mesa-libs + + + + + glew + + + Add a library dependency on libGLEW.so + from graphics/glew + + + + + glu + + + Add a library dependency on libGLU.so + from graphics/libGLU + + + + + glut + + + Add a library dependency on libglut.so + from graphics/freeglut + + + + + glw + + + Add a library dependency on libGLw.so + from graphics/libGLw + + + + + <literal>gmake</literal>