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.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6e2064c0102e
branches:  trunk
changeset: 343183:6e2064c0102e
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Oct 31 10:58:58 2019 +0000

description:
ccache: updated to 3.7.5

3.7.5:
New features
Added support for -MF=arg (with an extra equal sign) as understood by EDG-based compilers.

Bug fixes
Fixed a regression in 3.7.2 that could result in a warning message instead of an error in an edge case related to usage of ?-Werror?.
An implicit -MQ is now passed to the preprocessor only if the object file extension is non-standard. This will make it easier to use EDG-based compilers (e.g. GHS) which don?t understand -MQ. (This 
is a bug fix of the corresponding improvement implemented in ccache 3.4.)
ccache now falls back to running the real compiler instead of failing fataly if an internal temporary file is missing after compilation.
Fixed a crash if localtime returns null pointer in localtime_r replacement.
Fixed header file dependency tracking when building ccache itself.
Fixed warning during configure in out-of-tree build in developer mode.

diffstat:

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

diffs (27 lines):

diff -r fd81e5d56853 -r 6e2064c0102e devel/ccache/Makefile
--- a/devel/ccache/Makefile     Thu Oct 31 10:56:59 2019 +0000
+++ b/devel/ccache/Makefile     Thu Oct 31 10:58:58 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2019/09/13 08:07:29 adam Exp $
+# $NetBSD: Makefile,v 1.53 2019/10/31 10:58:58 adam Exp $
 
-DISTNAME=      ccache-3.7.4
+DISTNAME=      ccache-3.7.5
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ccache/}
 # do not use xz distfile here, xz needs gettext-lib which leads to circular
diff -r fd81e5d56853 -r 6e2064c0102e devel/ccache/distinfo
--- a/devel/ccache/distinfo     Thu Oct 31 10:56:59 2019 +0000
+++ b/devel/ccache/distinfo     Thu Oct 31 10:58:58 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.41 2019/09/13 08:07:29 adam Exp $
+$NetBSD: distinfo,v 1.42 2019/10/31 10:58:58 adam Exp $
 
-SHA1 (ccache-3.7.4.tar.gz) = 566d2eabe84616881f6399c1627e8edb15f91b4c
-RMD160 (ccache-3.7.4.tar.gz) = e377e5bece3d73cecbdad5319db66d1554611798
-SHA512 (ccache-3.7.4.tar.gz) = c61861f029fcbda151ea19dcfc8b8ade3d1bc4ecb2dd1b668bd69a21055b9a5b10acea46df718a4c6aa561d8e820f3f9dbf9451f0386896c1e2b21f29b446fed
-Size (ccache-3.7.4.tar.gz) = 501931 bytes
+SHA1 (ccache-3.7.5.tar.gz) = f486b5cd4ac4d9a1c810f7a566b91dade901d6df
+RMD160 (ccache-3.7.5.tar.gz) = 2c18e1e612cbbf541371f4ea77076aca1ba7dba8
+SHA512 (ccache-3.7.5.tar.gz) = 53a47aaf904474ad350a14b01183042eb6215c8e6f5752ccc2920aa32529df7acf8fd8c0308940feafae55131810c2f46f2357a4fbed17b09ae8a6d6d2a62872
+Size (ccache-3.7.5.tar.gz) = 502842 bytes



Home | Main Index | Thread Index | Old Index