Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jun 2018 10:35:59 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
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
Message-ID:  <201806011035.w51AZxXU032258@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 
 	    </row>
 
 	    <row>
-	      <entry><varname>CMAKE_ENV</varname></entry>
-	      <entry>Environment variables to be set for the
-		<command>cmake</command> binary.  Default is
-		<literal>&dollar;{CONFIGURE_ENV}</literal>.</entry>
-	    </row>
-
-	    <row>
 	      <entry><varname>CMAKE_SOURCE_PATH</varname></entry>
 	      <entry>Path to the source directory.  Default is
 		<literal>&dollar;{WRKSRC}</literal>.</entry>
+	    </row>
+
+	    <row>
+	      <entry><varname>CONFIGURE_ENV</varname></entry>
+	      <entry>Additional environment variables to be set for
+		the <command>cmake</command> binary.</entry>
 	    </row>
 	  </tbody>
 	</tgroup>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806011035.w51AZxXU032258>