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: nia
Date: Sat Jul 27 13:40:36 UTC 2019
Modified Files:
pkgsrc/devel/ccache: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/ccache/Makefile
cvs rdiff -u -r1.38 -r1.39 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.48 pkgsrc/devel/ccache/Makefile:1.49
--- pkgsrc/devel/ccache/Makefile:1.48 Mon May 6 15:06:04 2019
+++ pkgsrc/devel/ccache/Makefile Sat Jul 27 13:40:36 2019
@@ -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
Index: pkgsrc/devel/ccache/distinfo
diff -u pkgsrc/devel/ccache/distinfo:1.38 pkgsrc/devel/ccache/distinfo:1.39
--- pkgsrc/devel/ccache/distinfo:1.38 Mon May 6 15:06:04 2019
+++ pkgsrc/devel/ccache/distinfo Sat Jul 27 13:40:36 2019
@@ -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