[Bug 282803] Mk/Uses/cmake.mk: Add CLICOLOR=0 when CMAKE_NOCOLOR is set

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 16 Nov 2024 23:12:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282803

            Bug ID: 282803
           Summary: Mk/Uses/cmake.mk: Add CLICOLOR=0 when CMAKE_NOCOLOR is
                    set
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: monwarez@mailoo.org

Created attachment 255225
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=255225&action=edit
git format-patch

Currently, when CMAKE_NOCOLOR is set, cmake will still complain about color
being output if for instance there is no CMakeList.txt present in the working
directory.

cmake will not output color if the CLICOLOR environment variable is set to 0.

-- 
You are receiving this mail because:
You are the assignee for the bug.