summaryrefslogtreecommitdiff
path: root/devel/ccache
diff options
context:
space:
mode:
authormef <mef>2016-08-09 13:14:17 +0000
committermef <mef>2016-08-09 13:14:17 +0000
commitd4ca05cd707e7ff676d6a9ba53a9848f89a8632d (patch)
tree1112c4166c2f77fe4db9e9b5e0c316c3d981d099 /devel/ccache
parenteb0aae1d0cdfa12c1c3ca8c19f073660f3923b10 (diff)
downloadpkgsrc-d4ca05cd707e7ff676d6a9ba53a9848f89a8632d.tar.gz
Updated devel/ccache 3.2.5 to 3.2.7
----------------------------------- ccache 3.2.7 ------------ Release date: 2016-07-20 Bug fixes ~~~~~~~~~ - Fixed a bug which could lead to false cache hits for compiler command lines with a missing argument to an option that takes an argument. - ccache now knows how to work around a glitch in the output of GCC 6's preprocessor. ccache 3.2.6 ------------ Release date: 2016-07-12 Bug fixes ~~~~~~~~~ - Fixed build problem on QNX, which lacks ``SA_RESTART''. - Bail out on compiler option `-fstack-usage` since it creates a `.su` file which ccache currently doesn't handle. - Fixed a bug where (due to ccache rewriting paths) the compiler could choose incorrect include files if `CCACHE_BASEDIR` is used and the source file path is absolute and is a symlink.
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 5d3b767e4b4..5ba3e8a2c73 100644
--- a/devel/ccache/Makefile
+++ b/devel/ccache/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2016/04/25 10:24:48 adam Exp $
+# $NetBSD: Makefile,v 1.33 2016/08/09 13:14:17 mef Exp $
-DISTNAME= ccache-3.2.5
+DISTNAME= ccache-3.2.7
CATEGORIES= devel
MASTER_SITES= http://samba.org/ftp/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 d14a38c93d4..68672048cfb 100644
--- a/devel/ccache/distinfo
+++ b/devel/ccache/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2016/04/25 10:24:48 adam Exp $
+$NetBSD: distinfo,v 1.23 2016/08/09 13:14:17 mef Exp $
-SHA1 (ccache-3.2.5.tar.gz) = 9e47d681076a54217a0c24d372222a8eefa837c7
-RMD160 (ccache-3.2.5.tar.gz) = b46119a75ae756b930ef397b4bd86f9fd499a66f
-SHA512 (ccache-3.2.5.tar.gz) = d686c794c6b4759c435f7fd31b0a69cbff425a79066b03d9c0c8444da4b5b206018b5105510de09432477117e4bcd0d348616b4c6505b1325a0d6d9167028e40
-Size (ccache-3.2.5.tar.gz) = 444925 bytes
+SHA1 (ccache-3.2.7.tar.gz) = 4c0769c94ca7b5ecef4d69c827e1087c7178d545
+RMD160 (ccache-3.2.7.tar.gz) = 4ccf695f8492a4c1f64e80be2dc478d555acb0ae
+SHA512 (ccache-3.2.7.tar.gz) = 86cb39bcc73d386b821dc663d8ac365d0dbff53bc9d43a0f088e240da5386feed51758044d231294cc280558405f7240885bdba21b2c04d2e0416ac9a1eb75b9
+Size (ccache-3.2.7.tar.gz) = 446395 bytes