pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ccache ccache: updated to 3.7.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3952da8c3f2c
branches:  trunk
changeset: 420702:3952da8c3f2c
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jan 06 16:57:07 2020 +0000

description:
ccache: updated to 3.7.7

ccache 3.7.7
Bug fixes

* Fixed a bug related to object file location in the dependency file (if using -MD or -MMD but not -MF and the build directory is not the same as the source directory then the object file location in 
the .d file would become incorrect). This fixes regression in ccache 3.7.5 introduced by the bug fix related to EDG-based compilers. Note that this removes support for EDG-based compilers again. (A 
better fix for this is planned for ccache 4.0.)

* Removed the unify mode since it has bugs and shortcomings that are non-trivial or impossible to fix: it doesn?t work with the direct mode, it doesn?t handle C++ raw strings correctly, it can give 
false cache hits for .incbin directives, it?s turned off when using -g and it can make line numbers in warning messages and __LINE__ macros incorrect.

* mtime and ctime values are now stored in the manifest files only when sloppy_file_stat is set. This avoids adding superfluous manifest file entries on direct mode cache misses.

* A ?Result:? line is now always printed to the log.

* The ?cache miss? statistics counter will now be updated for read-only cache misses, making it consistent with the cache hit case.

diffstat:

 devel/ccache/Makefile |   4 ++--
 devel/ccache/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 236511bd9db6 -r 3952da8c3f2c devel/ccache/Makefile
--- a/devel/ccache/Makefile     Mon Jan 06 16:56:09 2020 +0000
+++ b/devel/ccache/Makefile     Mon Jan 06 16:57:07 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2019/11/20 09:38:42 adam Exp $
+# $NetBSD: Makefile,v 1.55 2020/01/06 16:57:07 adam Exp $
 
-DISTNAME=      ccache-3.7.6
+DISTNAME=      ccache-3.7.7
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ccache/}
 # do not use xz distfile here, xz needs gettext-lib which leads to circular
diff -r 236511bd9db6 -r 3952da8c3f2c devel/ccache/distinfo
--- a/devel/ccache/distinfo     Mon Jan 06 16:56:09 2020 +0000
+++ b/devel/ccache/distinfo     Mon Jan 06 16:57:07 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.43 2019/11/20 09:38:42 adam Exp $
+$NetBSD: distinfo,v 1.44 2020/01/06 16:57:07 adam Exp $
 
-SHA1 (ccache-3.7.6.tar.gz) = 7f2847266a3bbd9e96c7525fd00e21df14b0e8ec
-RMD160 (ccache-3.7.6.tar.gz) = 41f189e5117fbe84c9fdb4afc9156f691be33742
-SHA512 (ccache-3.7.6.tar.gz) = eb39fcc50ce23dcda73e83e4fb5e64337924890969521d7dbbb4128704097bc5d51cb739bcef0695c9dfa56c3224788f680bc62bf1f060a136462daed3c9eb1b
-Size (ccache-3.7.6.tar.gz) = 503424 bytes
+SHA1 (ccache-3.7.7.tar.gz) = 8e7cf0b53c5cd912d23da3dff66fb8fb91321eef
+RMD160 (ccache-3.7.7.tar.gz) = f1a0264d0bacb187b6dc7619eec3a696a41e6dfd
+SHA512 (ccache-3.7.7.tar.gz) = c079c94bc7edb7e17eb2650f4775fa53e1f6807fd2e1ce1f3b0dfc96b5de658787688876aaeacde2648dd8972191f1a1a99aaf4ab9114ae85ffbcff73445a99f
+Size (ccache-3.7.7.tar.gz) = 502153 bytes



Home | Main Index | Thread Index | Old Index