Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 6D6AB1A9217 for ; Fri, 2 Oct 2020 08:08:09 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 114FB84DF3; Fri, 2 Oct 2020 08:08:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8DEAB84D4C for ; Fri, 2 Oct 2020 08:08:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id dOmjeMBCAnVS for ; Fri, 2 Oct 2020 08:08:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0E2DB84D04 for ; Fri, 2 Oct 2020 08:08:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 079B9FB28; Fri, 2 Oct 2020 08:08:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160162608856060" MIME-Version: 1.0 Date: Fri, 2 Oct 2020 08:08:08 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/ccache To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20201002080808.079B9FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160162608856060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_160162608856060 Content-Disposition: inline Content-Length: 1664 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_160162608856060--