[Bug 277204] *: ports misusing WITH_CCACHE_BUILD and NO_CCACHE
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 277204] *: ports misusing WITH_CCACHE_BUILD and NO_CCACHE"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 20 Feb 2024 21:02:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277204 Matthias Andree <mandree@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |portmgr@FreeBSD.org --- Comment #1 from Matthias Andree <mandree@FreeBSD.org> --- Benjamin, good idea, but not practical to fix - for graphics/rawtherapee, CCACHE_ENABLED seems to be set too late, even after .include <bsd.port.pre.mk> it's not yet set -- and I need to hack CMAKE_ARGS to actually make rawtherapee use ccache - and I don't want to turn some easily readable .if clause into non-readable variable expansion hacks to delay expansion. CCACHE isn't a PORT_OPTION, so helper variables don't cut the mustard. If you can lend a hand with graphics/rawtherapee and propose a fix that I do not currently see... feel free to send proposals, else I'll need to keep things as they are and continue emulating bsd.ccache.mk. -- You are receiving this mail because: You are on the CC list for the bug.