Bug 228656

Summary: CMAKE_ENV does nothing
Product: Documentation Reporter: waitman
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me CC: tobik
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://reviews.freebsd.org/D15641

Description waitman 2018-06-01 04:13:28 UTC
6.5.4. Using cmake
Table 6.2

please change:
CMAKE_ENV	Environment variables to be set for the cmake binary. Default is ${CONFIGURE_ENV}.

to:
CONFIGURE_ENV	Environment variables to be set for the cmake binary.


reference:

/usr/ports/CHANGES

20150818:
AUTHOR: kde@FreeBSD.org

  The CMAKE_ENV option has been deprecated. It no longer has any effect, and
  the CONFIGURE_ENV variable should be used instead.




(i am pretty sure this is true, i was wondering what was going on with the port i was working on, CMAKE_ENV was not functioning)
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-06-01 10:36:04 UTC
A commit references this bug:

Author: tobik
Date: Fri Jun  1 10:35:59 UTC 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

Changes:
  head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
Comment 2 Tobias Kortkamp freebsd_committer freebsd_triage 2018-06-01 10:36:51 UTC
Fixed. Thanks for the report!