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:           Mon Jan  6 16:57:07 UTC 2020

Modified Files:
        pkgsrc/devel/ccache: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/devel/ccache/Makefile
cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/ccache/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ccache/Makefile
diff -u pkgsrc/devel/ccache/Makefile:1.54 pkgsrc/devel/ccache/Makefile:1.55
--- pkgsrc/devel/ccache/Makefile:1.54   Wed Nov 20 09:38:42 2019
+++ pkgsrc/devel/ccache/Makefile        Mon Jan  6 16:57:07 2020
@@ -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

Index: pkgsrc/devel/ccache/distinfo
diff -u pkgsrc/devel/ccache/distinfo:1.43 pkgsrc/devel/ccache/distinfo:1.44
--- pkgsrc/devel/ccache/distinfo:1.43   Wed Nov 20 09:38:42 2019
+++ pkgsrc/devel/ccache/distinfo        Mon Jan  6 16:57:07 2020
@@ -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