summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-07-27 13:40:36 +0000
committernia <nia@pkgsrc.org>2019-07-27 13:40:36 +0000
commit49d7d272c3720cf00e7eb32c68a8fb15e62dd035 (patch)
tree3a9f186a3371d54a391146231aba18ae281b0299 /devel
parenta6c5973774a386826692ffd666a491e0e60ccac9 (diff)
downloadpkgsrc-49d7d272c3720cf00e7eb32c68a8fb15e62dd035.tar.gz
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.
Diffstat (limited to 'devel')
-rw-r--r--devel/ccache/Makefile5
-rw-r--r--devel/ccache/distinfo10
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile
index 8ddf62e01d1..a1b05334472 100644
--- a/devel/ccache/Makefile
+++ b/devel/ccache/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.48 2019/05/06 15:06:04 adam Exp $
+# $NetBSD: Makefile,v 1.49 2019/07/27 13:40:36 nia Exp $
-DISTNAME= ccache-3.7.1
+DISTNAME= ccache-3.7.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=ccache/}
# do not use xz distfile here, xz needs gettext-lib which leads to circular
# dependencies on some platforms.
-EXTRACT_SUFX= .tar.bz2
GITHUB_RELEASE= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/devel/ccache/distinfo b/devel/ccache/distinfo
index fae0e26f600..abedfeb72a0 100644
--- a/devel/ccache/distinfo
+++ b/devel/ccache/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.38 2019/05/06 15:06:04 adam Exp $
+$NetBSD: distinfo,v 1.39 2019/07/27 13:40:36 nia Exp $
-SHA1 (ccache-3.7.1.tar.bz2) = f0f3763b49eb131af31e9f80d05c8c5e0acc37f0
-RMD160 (ccache-3.7.1.tar.bz2) = 2c0b21941278b6bf94b4cd29c811ae132f26216b
-SHA512 (ccache-3.7.1.tar.bz2) = 68a716a91519020c1cd7efe07a36a7d8c040a8f26f627341e74fb6dffbf985389f949dad0b2cc35a78b37f5efdf1c112ccb3d23d8f379210c9adbaba6064763b
-Size (ccache-3.7.1.tar.bz2) = 388184 bytes
+SHA1 (ccache-3.7.2.tar.gz) = f9aa968961802a0c02d74c45ab93af06b90ec4f3
+RMD160 (ccache-3.7.2.tar.gz) = f92602a40c8409421b1b9574a728cf887ddc2573
+SHA512 (ccache-3.7.2.tar.gz) = 04184540902ebd66e072e41fd63cd2d24f9e088a9b7e30350f47915249ba58e8cbcf6e2eb20a0aa3e0cdfceb2266759f8d49fabb23421d434973b4dcf250d6a2
+Size (ccache-3.7.2.tar.gz) = 501086 bytes