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:   adam
Date:           Fri Oct  2 08:08:07 UTC 2020

Modified Files:
        pkgsrc/devel/ccache: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/devel/ccache/Makefile
cvs rdiff -u -r1.48 -r1.49 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.60 pkgsrc/devel/ccache/Makefile:1.61
--- pkgsrc/devel/ccache/Makefile:1.60   Mon Aug 31 18:07:17 2020
+++ pkgsrc/devel/ccache/Makefile        Fri Oct  2 08:08:07 2020
@@ -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

Index: pkgsrc/devel/ccache/distinfo
diff -u pkgsrc/devel/ccache/distinfo:1.48 pkgsrc/devel/ccache/distinfo:1.49
--- pkgsrc/devel/ccache/distinfo:1.48   Mon Jul 27 16:04:38 2020
+++ pkgsrc/devel/ccache/distinfo        Fri Oct  2 08:08:07 2020
@@ -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