pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ccache ccache: updated to 3.7.12



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5c0847bef37
branches:  trunk
changeset: 440045:f5c0847bef37
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Oct 02 08:08:07 2020 +0000

description:
ccache: updated to 3.7.12

ccache 3.7.12

Bug fixes
Coverage files (.gcno) produced by GCC 9+ when using -fprofile-dir=dir are now handled gracefully by falling back to running the compiler.
Fixed writing to log file larger than 2 GiB when running ccache compiled in 32-bit mode.

Other
Improved documentation about sharing a cache on NFS.
Fixed test case failures with old objdump versions.
Fixed test case failures with GCC 4.4.

diffstat:

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

diffs (28 lines):

diff -r 708eefbdc1ed -r f5c0847bef37 devel/ccache/Makefile
--- a/devel/ccache/Makefile     Fri Oct 02 07:44:31 2020 +0000
+++ b/devel/ccache/Makefile     Fri Oct 02 08:08:07 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2020/08/31 18:07:17 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2020/10/02 08:08:07 adam Exp $
 
-DISTNAME=      ccache-3.7.11
-PKGREVISION=   1
+DISTNAME=      ccache-3.7.12
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ccache/}
 # do not use xz distfile here, xz needs gettext-lib which leads to circular
diff -r 708eefbdc1ed -r f5c0847bef37 devel/ccache/distinfo
--- a/devel/ccache/distinfo     Fri Oct 02 07:44:31 2020 +0000
+++ b/devel/ccache/distinfo     Fri Oct 02 08:08:07 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.48 2020/07/27 16:04:38 adam Exp $
+$NetBSD: distinfo,v 1.49 2020/10/02 08:08:07 adam Exp $
 
-SHA1 (ccache-3.7.11.tar.gz) = ab67574a77fccc0ee47707e24b09209b444c5f27
-RMD160 (ccache-3.7.11.tar.gz) = 3ab389fe07016489f6c877ddd921507b9b9cfc65
-SHA512 (ccache-3.7.11.tar.gz) = afcd247b64f21cd62bd9a1ff99b1741f4350780db237366c3bd73b8db4acc95f553a935d12e529e82531f5cb999dbbd98d022c4447b707f5756eadcfab4901d0
-Size (ccache-3.7.11.tar.gz) = 506066 bytes
+SHA1 (ccache-3.7.12.tar.gz) = f8c038548ba8255d74e5e23ab538bb979014388b
+RMD160 (ccache-3.7.12.tar.gz) = 0446827ee950b259221d6f4286b9b97ec57f7c59
+SHA512 (ccache-3.7.12.tar.gz) = 1de2dcb6568486d82b589e35f46e7f24306821545617cb9e991c1122b257d2872c1f342fd941f98777ebfd5b0b0babc45a33d824925759478f1f67370db3dd3c
+Size (ccache-3.7.12.tar.gz) = 506948 bytes



Home | Main Index | Thread Index | Old Index