[Bug 277189] devel/cmake-core: add NO_CCACHE handle to allow disable ccache build

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Feb 20 19:26:24 GMT 2024


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277189

Max Brazhnikov <makc at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Closed
         Resolution|---                         |Works As Intended

--- Comment #3 from Max Brazhnikov <makc at FreeBSD.org> ---
(In reply to Ivan Rozhuk from comment #2)
Ivan,

Thank you for your intention to improve ports. However, this patch is noop.

NO_CCACHE is not a user defined variable, it's a port variable.

Ports set NO_CCACHE when they are incompatible with ccache.
The ports framework checks whether a port defines NO_CCACHE.

cmake-core port builds fine with ccache, cmake-core port doesn't set NO_CCACHE,
therefore this patch is useless at least.

There's no documentation for ccache in the Porters Handbook, but you can find
short description of all CCACHE variables in Mk/bsd.ccache.mk.
If you have questions, you may ask on the maillist or via irc.

I'm closing this pr, please don't re-open it.

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


More information about the kde-freebsd mailing list