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:   mef
Date:           Tue Aug  9 13:14:17 UTC 2016

Modified Files:
        pkgsrc/devel/ccache: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/ccache/Makefile
cvs rdiff -u -r1.22 -r1.23 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.32 pkgsrc/devel/ccache/Makefile:1.33
--- pkgsrc/devel/ccache/Makefile:1.32   Mon Apr 25 10:24:48 2016
+++ pkgsrc/devel/ccache/Makefile        Tue Aug  9 13:14:17 2016
@@ -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

Index: pkgsrc/devel/ccache/distinfo
diff -u pkgsrc/devel/ccache/distinfo:1.22 pkgsrc/devel/ccache/distinfo:1.23
--- pkgsrc/devel/ccache/distinfo:1.22   Mon Apr 25 10:24:48 2016
+++ pkgsrc/devel/ccache/distinfo        Tue Aug  9 13:14:17 2016
@@ -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