Wed Sep 5 13:22:21 2018 UTC ()
ccache: updated to 3.4.3

ccache 3.4.3

Bug fixes
Fixed a race condition when creating the initial config file in the cache directory.
Bail out on too hard clang option -MJ.
Bail out on too hard option -save-temps=obj.
Handle separate parameter to clang option -target correctly.
Upgraded bundled zlib to version 1.2.11.


(adam)
diff -r1.42 -r1.43 pkgsrc/devel/ccache/Makefile
diff -r1.32 -r1.33 pkgsrc/devel/ccache/distinfo

cvs diff -r1.42 -r1.43 pkgsrc/devel/ccache/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ccache/Makefile 2018/04/06 08:04:53 1.42
+++ pkgsrc/devel/ccache/Makefile 2018/09/05 13:22:21 1.43
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.42 2018/04/06 08:04:53 adam Exp $ 1# $NetBSD: Makefile,v 1.43 2018/09/05 13:22:21 adam Exp $
2 2
3DISTNAME= ccache-3.4.2 3DISTNAME= ccache-3.4.3
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= http://samba.org/ftp/ccache/ 5MASTER_SITES= http://samba.org/ftp/ccache/
6# do not use xz distfile here, xz needs gettext-lib which leads to circular 6# do not use xz distfile here, xz needs gettext-lib which leads to circular
7# dependencies on some platforms. 7# dependencies on some platforms.
8#EXTRACT_SUFX= .tar.gz 8#EXTRACT_SUFX= .tar.gz
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://ccache.samba.org/ 11HOMEPAGE= http://ccache.samba.org/
12COMMENT= Cache for C/C++ compilers 12COMMENT= Cache for C/C++ compilers
13LICENSE= gnu-gpl-v3 AND modified-bsd AND public-domain AND zlib 13LICENSE= gnu-gpl-v3 AND modified-bsd AND public-domain AND zlib
14 14
15USE_TOOLS+= gmake 15USE_TOOLS+= gmake
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes

cvs diff -r1.32 -r1.33 pkgsrc/devel/ccache/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ccache/distinfo 2018/04/06 08:04:53 1.32
+++ pkgsrc/devel/ccache/distinfo 2018/09/05 13:22:21 1.33
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.32 2018/04/06 08:04:53 adam Exp $ 1$NetBSD: distinfo,v 1.33 2018/09/05 13:22:21 adam Exp $
2 2
3SHA1 (ccache-3.4.2.tar.gz) = a01569127733e95acc9ef4cb3ecafda25c275eb2 3SHA1 (ccache-3.4.3.tar.gz) = d314f3e220e7329c1eb76ba455e6f18c830f2318
4RMD160 (ccache-3.4.2.tar.gz) = f6cf34a1250accd027f183bec89d655ede4e9116 4RMD160 (ccache-3.4.3.tar.gz) = 623c5f8ea1c3ae8cfddb329ae1d1b8a4e8abc8ca
5SHA512 (ccache-3.4.2.tar.gz) = 176726b97854d2553fd332b46f35021031ac52154cfc23b13cf1d9b938a8bafccaf63b6add1ee8c4d2a683b62f5d2a785b36c52cce9ee9ba9a273a7c7b5e1f05 5SHA512 (ccache-3.4.3.tar.gz) = 3242cbd174604ffcbd775969d65ee37c7bdce08d3483f236444535c66f7eca3f4f509c94ecf1c38624144927e822a210cc4cba894503d670271e21cc96499a53
6Size (ccache-3.4.2.tar.gz) = 460637 bytes 6Size (ccache-3.4.3.tar.gz) = 466575 bytes