summaryrefslogtreecommitdiff
path: root/devel/ccache
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-03-17 14:49:31 +0000
committeradam <adam@pkgsrc.org>2020-03-17 14:49:31 +0000
commit7a1dc4c6b577addd0b019a8a7e52d5c93b1fc62e (patch)
tree3dc2f7160bfedfbf2164e1d53a28cf15c543d104 /devel/ccache
parent2640c08ba950a0630c28dd41d6dc26815d74c281 (diff)
downloadpkgsrc-7a1dc4c6b577addd0b019a8a7e52d5c93b1fc62e.tar.gz
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 (limited to 'devel/ccache')
-rw-r--r--devel/ccache/Makefile4
-rw-r--r--devel/ccache/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile
index ff083fd8fd2..647425fabde 100644
--- a/devel/ccache/Makefile
+++ b/devel/ccache/Makefile
@@ -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 --git a/devel/ccache/distinfo b/devel/ccache/distinfo
index a70e8271e96..66faf31d7d1 100644
--- a/devel/ccache/distinfo
+++ b/devel/ccache/distinfo
@@ -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