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:           Mon Jul 27 16:04:38 UTC 2020

Modified Files:
        pkgsrc/devel/ccache: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/devel/ccache/Makefile
cvs rdiff -u -r1.47 -r1.48 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.58 pkgsrc/devel/ccache/Makefile:1.59
--- pkgsrc/devel/ccache/Makefile:1.58   Mon Jun 29 13:40:53 2020
+++ pkgsrc/devel/ccache/Makefile        Mon Jul 27 16:04:38 2020
@@ -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

Index: pkgsrc/devel/ccache/distinfo
diff -u pkgsrc/devel/ccache/distinfo:1.47 pkgsrc/devel/ccache/distinfo:1.48
--- pkgsrc/devel/ccache/distinfo:1.47   Mon Jun 29 13:40:53 2020
+++ pkgsrc/devel/ccache/distinfo        Mon Jul 27 16:04:38 2020
@@ -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