Sat Jul 27 13:40:36 2019 UTC ()
ccache: Update to 3.7.2

Bug fixes

* The compiler option -gdwarf* no longer forces ���run_second_cpp = true���.
* Added verification that the value passed to the -o/--set-config option
  is valid.
* Fixed detection of precompiled headers in the depend mode.
* Bail out on too hard Clang option -ftime-trace.
* ccache now updates the correct stats file when adding/updating manifest
  files.
  This bug previously made the file and size statistics counters incorrect
  over time.
* Fixed warnings from Clang about unused arguments during preprocessing.
* Unknown manifest versions are now handled gracefully in --dump-manifest.
* Fixed make check with ���funny��� locales.

Documentation

* Added a hint about not running autogen.sh when building from a release
  archive.
* Mention that xsltproc is needed when building from the source repository.


(nia)
diff -r1.48 -r1.49 pkgsrc/devel/ccache/Makefile
diff -r1.38 -r1.39 pkgsrc/devel/ccache/distinfo

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

--- pkgsrc/devel/ccache/Makefile 2019/05/06 15:06:04 1.48
+++ pkgsrc/devel/ccache/Makefile 2019/07/27 13:40:36 1.49
@@ -1,21 +1,20 @@ @@ -1,21 +1,20 @@
1# $NetBSD: Makefile,v 1.48 2019/05/06 15:06:04 adam Exp $ 1# $NetBSD: Makefile,v 1.49 2019/07/27 13:40:36 nia Exp $
2 2
3DISTNAME= ccache-3.7.1 3DISTNAME= ccache-3.7.2
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= ${MASTER_SITE_GITHUB:=ccache/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=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.
8EXTRACT_SUFX= .tar.bz2 
9GITHUB_RELEASE= v${PKGVERSION_NOREV} 8GITHUB_RELEASE= v${PKGVERSION_NOREV}
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= https://ccache.dev/ 11HOMEPAGE= https://ccache.dev/
13COMMENT= Cache for C/C++ compilers 12COMMENT= Cache for C/C++ compilers
14LICENSE= gnu-gpl-v3 AND modified-bsd AND public-domain AND zlib 13LICENSE= gnu-gpl-v3 AND modified-bsd AND public-domain AND zlib
15 14
16USE_TOOLS+= bash:test gmake perl:test 15USE_TOOLS+= bash:test gmake perl:test
17GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
18TEST_TARGET= test 17TEST_TARGET= test
19 18
20INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 19INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
21 20

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

--- pkgsrc/devel/ccache/distinfo 2019/05/06 15:06:04 1.38
+++ pkgsrc/devel/ccache/distinfo 2019/07/27 13:40:36 1.39
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.38 2019/05/06 15:06:04 adam Exp $ 1$NetBSD: distinfo,v 1.39 2019/07/27 13:40:36 nia Exp $
2 2
3SHA1 (ccache-3.7.1.tar.bz2) = f0f3763b49eb131af31e9f80d05c8c5e0acc37f0 3SHA1 (ccache-3.7.2.tar.gz) = f9aa968961802a0c02d74c45ab93af06b90ec4f3
4RMD160 (ccache-3.7.1.tar.bz2) = 2c0b21941278b6bf94b4cd29c811ae132f26216b 4RMD160 (ccache-3.7.2.tar.gz) = f92602a40c8409421b1b9574a728cf887ddc2573
5SHA512 (ccache-3.7.1.tar.bz2) = 68a716a91519020c1cd7efe07a36a7d8c040a8f26f627341e74fb6dffbf985389f949dad0b2cc35a78b37f5efdf1c112ccb3d23d8f379210c9adbaba6064763b 5SHA512 (ccache-3.7.2.tar.gz) = 04184540902ebd66e072e41fd63cd2d24f9e088a9b7e30350f47915249ba58e8cbcf6e2eb20a0aa3e0cdfceb2266759f8d49fabb23421d434973b4dcf250d6a2
6Size (ccache-3.7.1.tar.bz2) = 388184 bytes 6Size (ccache-3.7.2.tar.gz) = 501086 bytes