From owner-svn-doc-all@freebsd.org Fri Jun 1 10:35:59 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 C21BDEF8D91; Fri, 1 Jun 2018 10:35:59 +0000 (UTC) (envelope-from tobik@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 7693973104; Fri, 1 Jun 2018 10:35:59 +0000 (UTC) (envelope-from tobik@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 53B9827A56; Fri, 1 Jun 2018 10:35:59 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w51AZxbL032259; Fri, 1 Jun 2018 10:35:59 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w51AZxXU032258; Fri, 1 Jun 2018 10:35:59 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201806011035.w51AZxXU032258@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 1 Jun 2018 10:35:59 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51755 - head/en_US.ISO8859-1/books/porters-handbook/special X-SVN-Group: doc-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/porters-handbook/special X-SVN-Commit-Revision: 51755 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.26 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, 01 Jun 2018 10:35:59 -0000 Author: tobik (ports committer) Date: Fri Jun 1 10:35:58 2018 New Revision: 51755 URL: https://svnweb.freebsd.org/changeset/doc/51755 Log: Remove mention of CMAKE_ENV from the Porter's Handbook since it doesn't have any effect. CONFIGURE_ENV should be used instead. Also see the 20150818 entry in CHANGES. PR: 228656 Reported by: waitman@waitman.net Approved by: mat Modified: head/en_US.ISO8859-1/books/porters-handbook/special/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 Fri Jun 1 03:21:46 2018 (r51754) +++ head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Fri Jun 1 10:35:58 2018 (r51755) @@ -674,16 +674,15 @@ IGNORE= may not be redistributed because of licensing - CMAKE_ENV - Environment variables to be set for the - cmake binary. Default is - ${CONFIGURE_ENV}. - - - CMAKE_SOURCE_PATH Path to the source directory. Default is ${WRKSRC}. + + + + CONFIGURE_ENV + Additional environment variables to be set for + the cmake binary.