diff options
author | wiz <wiz@pkgsrc.org> | 2012-01-28 15:01:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-01-28 15:01:00 +0000 |
commit | ca5203223c79b0324f19d1241c42cb02be36f0a9 (patch) | |
tree | 7aa4414f1016b90332a55525aebe487bdf50fa22 /devel/ccache/distinfo | |
parent | 06ef1ec529ff386ffc04602b9664f5bbd9bbef00 (diff) | |
download | pkgsrc-ca5203223c79b0324f19d1241c42cb02be36f0a9.tar.gz |
Update to 3.1.7. Set LICENSE.
ccache 3.1.7
------------
Release date: 2012-01-08
Bug fixes
~~~~~~~~~
- Non-writable `CCACHE_DIR` is now handled gracefully when
`CCACHE_READONLY` is set.
- Made failure to create files (typically due to bad directory permissions)
in the cache directory fatal. Previously, such failures were silently and
erroneously flagged as "compiler produced stdout".
- Both the `-specs=file` and `--specs=file` forms are now recognized.
- Added recognition and hashing of GCC plugins specified with
`-fplugin=file`.
- `CCACHE_COMPILERCHECK` now also determines how to hash explicit specs
files (`-specs=file`).
- Added `CPATH`, `C_INCLUDE_PATH` and similar environment variables to the
hash to avoid false cache hits when such variables have changed.
- Corrected log message when unify mode is enabled.
- Reverted the GCC bug compatibility introduced in ccache 3.1.5 for
`-MT`/`-MQ` options with concatenated arguments. (The bug is fixed in
recent GCC versions.)
Other
~~~~~
- Corrected license header for `mdfour.c`.
- Improved documentation on how to fix bad object files in the cache.
ccache 3.1.6
------------
Release date: 2011-08-21
New features and improvements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Rewrite argument to `--sysroot` if `CCACHE_BASEDIR` is used.
Bug fixes
~~~~~~~~~
- Don't crash if `getcwd()` fails.
- Fixed alignment of ``called for preprocessing'' counter.
ccache 3.1.5
------------
Release date: 2011-05-29
New features and improvements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Added a new statistics counter named ``called for preprocessing''.
- The original command line is now logged to the file specified with
`CCACHE_LOGFILE`.
- Improved error logging when system calls fail.
- Added support for rewriting absolute paths in `-F`/`-iframework` GCC
options.
- Improved order of statistics counters in `ccache -s` output.
Bug fixes
~~~~~~~~~
- The `-MF`/`-MT`/`-MQ` options with concatenated argument are now handled
correctly when they are last on the command line.
- ccache is now bug compatible with GCC for the `-MT`/`-MQ` options with
concatenated arguments.
- Fixed a minor memory leak.
- Systems that lack (and don't need to be linked with) libm are now
supported.
Diffstat (limited to 'devel/ccache/distinfo')
-rw-r--r-- | devel/ccache/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/ccache/distinfo b/devel/ccache/distinfo index d9677be99d0..cfc01132399 100644 --- a/devel/ccache/distinfo +++ b/devel/ccache/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2011/03/02 06:40:52 wiz Exp $ +$NetBSD: distinfo,v 1.10 2012/01/28 15:01:00 wiz Exp $ -SHA1 (ccache-3.1.4.tar.gz) = caf5b3368419c36b3090b00ad2e03cd3f52f0df7 -RMD160 (ccache-3.1.4.tar.gz) = b2988fb7316419de9326513cc7c64100132bb6bc -Size (ccache-3.1.4.tar.gz) = 338215 bytes +SHA1 (ccache-3.1.7.tar.gz) = 93872fb20c066859842e4bc989895359ae218ad6 +RMD160 (ccache-3.1.7.tar.gz) = b25ca4dead7574c017423e0ae47e7b3574813b0f +Size (ccache-3.1.7.tar.gz) = 342160 bytes |