Bug 228656 - CMAKE_ENV does nothing
Summary: CMAKE_ENV does nothing
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-doc (Nobody)
URL: https://reviews.freebsd.org/D15641
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-01 04:13 UTC by waitman
Modified: 2018-06-01 10:36 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!