Source-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.11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c9ae73498374
branches:  trunk
changeset: 436123:c9ae73498374
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jul 27 16:04:38 2020 +0000

description:
ccache: updated to 3.7.11

ccache 3.7.11

Bug fixes
Added knowledge about -fprofile-{correction,reorder-functions,values}.
ccache now handles the Intel compiler option -xCODE (where CODE is a processor feature code) correctly.
Added support for NVCC’s -Werror and --Werror options.

Other
ccache’s “Directory is not hashed if using -gz[=zlib]” tests are now skipped for GCC 6.

diffstat:

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

diffs (27 lines):

diff -r 36e5e89eeacb -r c9ae73498374 devel/ccache/Makefile
--- a/devel/ccache/Makefile     Mon Jul 27 15:22:29 2020 +0000
+++ b/devel/ccache/Makefile     Mon Jul 27 16:04:38 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2020/06/29 13:40:53 adam Exp $
+# $NetBSD: Makefile,v 1.59 2020/07/27 16:04:38 adam Exp $
 
-DISTNAME=      ccache-3.7.10
+DISTNAME=      ccache-3.7.11
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ccache/}
 # do not use xz distfile here, xz needs gettext-lib which leads to circular
diff -r 36e5e89eeacb -r c9ae73498374 devel/ccache/distinfo
--- a/devel/ccache/distinfo     Mon Jul 27 15:22:29 2020 +0000
+++ b/devel/ccache/distinfo     Mon Jul 27 16:04:38 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.47 2020/06/29 13:40:53 adam Exp $
+$NetBSD: distinfo,v 1.48 2020/07/27 16:04:38 adam Exp $
 
-SHA1 (ccache-3.7.10.tar.gz) = b21d2ad6a92e9ef1df9f6ff0d3c7031eb8df9451
-RMD160 (ccache-3.7.10.tar.gz) = 27eca2f7a19caef8212150b5ca378eb7bdaf60bb
-SHA512 (ccache-3.7.10.tar.gz) = f041cb4cd05122203702e4e114e200ae61e536b4ff7124b6f93d6771d19516a75d69d9285482a3849a2872fcb5be3e9b26a53c115038fe5b4ddd205b46c11a06
-Size (ccache-3.7.10.tar.gz) = 505744 bytes
+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


Home | Main Index | Thread Index | Old Index