https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277202
--- Comment #4 from Ivan Rozhuk <rozhuk...@gmail.com> --- (In reply to Jason E. Hale from comment #3) ccache.mk should check that ${CCACHE_BIN} exist and if not than unset WITH_CCACHE_BUILD, set NO_CCACHE and CCACHE_ENABLED=no, this should cover all possible cases. But while ports hang on old ccache3 it is not actual. To avoid the circular dependency I add in ccache makefile: NO_CCACHE_DEPEND=yes .export NO_CCACHE_DEPEND But this does not work with portmaster and other build tools that manage deps inside own code. Portmaster and other tools should be patched to set NO_CCACHE_DEPEND env var while build any ccache port. -- You are receiving this mail because: You are the assignee for the bug.