pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ccache Updated devel/ccache 3.2.5 to 3.2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/939f8394d427
branches:  trunk
changeset: 350939:939f8394d427
user:      mef <mef%pkgsrc.org@localhost>
date:      Tue Aug 09 13:14:17 2016 +0000

description:
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:

 devel/ccache/Makefile |   4 ++--
 devel/ccache/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 7fc35aa13e0a -r 939f8394d427 devel/ccache/Makefile
--- a/devel/ccache/Makefile     Tue Aug 09 13:02:12 2016 +0000
+++ b/devel/ccache/Makefile     Tue Aug 09 13:14:17 2016 +0000
@@ -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 -r 7fc35aa13e0a -r 939f8394d427 devel/ccache/distinfo
--- a/devel/ccache/distinfo     Tue Aug 09 13:02:12 2016 +0000
+++ b/devel/ccache/distinfo     Tue Aug 09 13:14:17 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index