[Bug 266310] Mk/bsd.ccache.mk: Add CCACHE_ENABLED variable for ports' convenience

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 12 Sep 2022 07:48:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266310

--- Comment #10 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=679b9e2f43675a36fa552404c770ab620a350fa1

commit 679b9e2f43675a36fa552404c770ab620a350fa1
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-09-12 07:41:44 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-09-12 07:47:54 +0000

    Mk/bsd.ccache.mk: Add CCACHE_ENABLED variable for ports' convenience

    Some projects do some special handling when the ccache program is present.
    This causes problems because ports framework has its own ccache settings
    and mere presence of ccache program doesn't mean that ccache is enabled.
    The new CCACHE_ENABLED variable can be used to tell projects if ccache
    is really enabled.

    PR:             266310
    Approved by:    tcberner@ (as portmgr)

 Mk/bsd.ccache.mk | 8 ++++++++
 1 file changed, 8 insertions(+)

-- 
You are receiving this mail because:
You are on the CC list for the bug.