diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2012-08-30 15:31:25 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2012-08-30 15:31:25 +0000 |
commit | 68384983e2e2e54fe3609c4065619024cf9de74c (patch) | |
tree | 604018ada1d2e5cac1c6940dffa99659d40a3fe9 /CHANGES | |
parent | 89dfa9b70d02883b48fc2fb4f155ca79cec0976d (diff) |
Notes
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -10,6 +10,22 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. +20120830: +AUTHOR: beat@FreeBSD.org + + * CCACHE support for building ports has been added (depends on + devel/ccache). Therefore new user settable variables are available: + + WITH_CCACHE_BUILD - Enable CCACHE support (Default off) + + NO_CCACHE - Disable CCACHE support for example for certain + ports if CCACHE is enabled. + + By default CCACHE uses $HOME/.ccache as cache directory. To use + a non-default cache directory this could be overwritten like: + + MAKE_ENV+= CCACHE_DIR=/var/cache/ccache + 20120820: AUTHOR: gahr@FreeBSD.org |