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.8
details: https://anonhg.NetBSD.org/pkgsrc/rev/64d75fe5ab2f
branches: trunk
changeset: 413253:64d75fe5ab2f
user: adam <adam%pkgsrc.org@localhost>
date: Tue Mar 17 14:49:31 2020 +0000
description:
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.
diffstat:
devel/ccache/Makefile | 4 ++--
devel/ccache/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r a0c3620108ab -r 64d75fe5ab2f devel/ccache/Makefile
--- a/devel/ccache/Makefile Tue Mar 17 14:48:06 2020 +0000
+++ b/devel/ccache/Makefile Tue Mar 17 14:49:31 2020 +0000
@@ -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
diff -r a0c3620108ab -r 64d75fe5ab2f devel/ccache/distinfo
--- a/devel/ccache/distinfo Tue Mar 17 14:48:06 2020 +0000
+++ b/devel/ccache/distinfo Tue Mar 17 14:49:31 2020 +0000
@@ -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