pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ccache
Module Name: pkgsrc
Committed By: adam
Date: Fri Oct 9 12:02:20 UTC 2015
Modified Files:
pkgsrc/devel/ccache: Makefile distinfo
Removed Files:
pkgsrc/devel/ccache/patches: patch-configure
Log Message:
Changes 3.2.4:
Fixed build error related to zlib on systems with older make versions (regression in ccache 3.2.3).
Made conversion-to-bool explicit to avoid build warnings (and potential runtime errors) on legacy systems.
Improved signal handling: Kill compiler on SIGTERM; wait for compiler to exit before exiting; die appropriately.
Minor fixes related to Windows support.
The correct compression level is now used if compression is requested.
Fixed a bug where cache cleanup could be run too early for caches larger than 64 GiB on 32-bit systems.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/ccache/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/ccache/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/ccache/patches/patch-configure
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index