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:   adam
Date:           Thu Oct 31 10:58:59 UTC 2019

Modified Files:
        pkgsrc/devel/ccache: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/devel/ccache/Makefile
cvs rdiff -u -r1.41 -r1.42 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.52 pkgsrc/devel/ccache/Makefile:1.53
--- pkgsrc/devel/ccache/Makefile:1.52   Fri Sep 13 08:07:29 2019
+++ pkgsrc/devel/ccache/Makefile        Thu Oct 31 10:58:58 2019
@@ -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

Index: pkgsrc/devel/ccache/distinfo
diff -u pkgsrc/devel/ccache/distinfo:1.41 pkgsrc/devel/ccache/distinfo:1.42
--- pkgsrc/devel/ccache/distinfo:1.41   Fri Sep 13 08:07:29 2019
+++ pkgsrc/devel/ccache/distinfo        Thu Oct 31 10:58:58 2019
@@ -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