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:           Tue Mar 17 14:49:31 UTC 2020

Modified Files:
        pkgsrc/devel/ccache: Makefile distinfo

Log Message:
ccache: updated to 3.7.8

ccache 3.7.8

Bug fixes
Use $PWD instead of the real CWD (current working directory) when checking for CWD in preprocessed output. This fixes a problem when $PWD includes a symlink part and the user has set hash_dir = false.
Rewrote the Windows version of the lockfile routines. This should mitigate several problems with the old implementation.
If localtime_r fails the epoch time is now logged instead of garbage.

Other
Improved error message when a boolean environment variable has an invalid value.
Improved the regression fix in ccache 3.7.5 related to not passing compilation-only options to the preprocessor.
ccache’s PCH test suite now skips running the tests if it detects broken PCH compiler support.
Fixed unit test failure on Windows.
Fixed “stringop-truncation” build warning on Windows.
Improved “x_rename” implementation on Windows.
Improved removal of temporary file when rewriting absolute paths to relative in the dependency file.
Clarified “include_file_ctime sloppiness” in the Performance section in the manual.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/devel/ccache/Makefile
cvs rdiff -u -r1.44 -r1.45 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.55 pkgsrc/devel/ccache/Makefile:1.56
--- pkgsrc/devel/ccache/Makefile:1.55   Mon Jan  6 16:57:07 2020
+++ pkgsrc/devel/ccache/Makefile        Tue Mar 17 14:49:31 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2020/01/06 16:57:07 adam Exp $
+# $NetBSD: Makefile,v 1.56 2020/03/17 14:49:31 adam Exp $
 
-DISTNAME=      ccache-3.7.7
+DISTNAME=      ccache-3.7.8
 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.44 pkgsrc/devel/ccache/distinfo:1.45
--- pkgsrc/devel/ccache/distinfo:1.44   Mon Jan  6 16:57:07 2020
+++ pkgsrc/devel/ccache/distinfo        Tue Mar 17 14:49:31 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.44 2020/01/06 16:57:07 adam Exp $
+$NetBSD: distinfo,v 1.45 2020/03/17 14:49:31 adam Exp $
 
-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
+SHA1 (ccache-3.7.8.tar.gz) = 469822459c92eedbe6c6b8b2a2e941cdbb3d9870
+RMD160 (ccache-3.7.8.tar.gz) = 700d429d4bbe9323fcb51ea862d1c34cfe260e08
+SHA512 (ccache-3.7.8.tar.gz) = 1de67ddf453dd8d46d33d82c120107e915da32cb0f96e8554f159203f60ebe9695c1bde9145294048520c4c562149a050b9d687901582bafb4d55e0d635a609e
+Size (ccache-3.7.8.tar.gz) = 503354 bytes



Home | Main Index | Thread Index | Old Index