Only create symlinks for existing compiler. This functionality is outsourced
into a script which can be run manually after installing or deinstalling
additional compiler.
PR: 155568 (based on)
- Add a link to gcc32 since it's still used in some ports (ie openoffice)
- Move pkg-message in to a file (ccache-howto-freebsd.txt) that is now installed
in to DOCSDIR. ccache-howto-freebsd.txt is more informative than pkg-message
was, now has better examples so ccache will not fail with some ports that
don't like a full path to the compiler.
- Add a note about using distcc
- Bump PORTREVISION
[MAINTAINER] devel/ccache: update to 2.4
- Update to 2.4
- Add workaround to use ccache when USE_GCC is used in a port
PR: ports/71717
Submitted by: Michael Johnson <ahze@ahze.net>