diff options
author | adam <adam@pkgsrc.org> | 2020-07-27 16:04:38 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-07-27 16:04:38 +0000 |
commit | 2a77ec82fb1db398eb528984c6cfb9943d462fc1 (patch) | |
tree | eb0ce0e291a034f4e8b636211280d9a8bfa25254 | |
parent | aec7cb0c210f5170ab48ccfb841a24a7f90d33e6 (diff) | |
download | pkgsrc-2a77ec82fb1db398eb528984c6cfb9943d462fc1.tar.gz |
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.
-rw-r--r-- | devel/ccache/Makefile | 4 | ||||
-rw-r--r-- | devel/ccache/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile index 4e27354915f..2ffd8c8aa1d 100644 --- a/devel/ccache/Makefile +++ b/devel/ccache/Makefile @@ -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 --git a/devel/ccache/distinfo b/devel/ccache/distinfo index 2a66a95b2e9..e436c18c912 100644 --- a/devel/ccache/distinfo +++ b/devel/ccache/distinfo @@ -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 |