pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ccache ccache: Update to 3.7.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f2ff63d6ac2a
branches:  trunk
changeset: 398677:f2ff63d6ac2a
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Jul 27 13:40:36 2019 +0000

description:
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:

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

diffs (32 lines):

diff -r 92fceb1f12f3 -r f2ff63d6ac2a devel/ccache/Makefile
--- a/devel/ccache/Makefile     Sat Jul 27 13:26:48 2019 +0000
+++ b/devel/ccache/Makefile     Sat Jul 27 13:40:36 2019 +0000
@@ -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@localhost
diff -r 92fceb1f12f3 -r f2ff63d6ac2a devel/ccache/distinfo
--- a/devel/ccache/distinfo     Sat Jul 27 13:26:48 2019 +0000
+++ b/devel/ccache/distinfo     Sat Jul 27 13:40:36 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index