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:           Wed Aug 30 13:01:12 UTC 2023

Modified Files:
        pkgsrc/devel/ccache: Makefile distinfo
Removed Files:
        pkgsrc/devel/ccache/patches: patch-src_storage_local_LocalStorage.cpp

Log Message:
ccache: updated to 4.8.3

Ccache 4.8.3

Bug fixes

Fixed various problems with parsing of MSVC response file (.rsp).

Fixed handling of NVCC -Xcompiler and --Werror options.

Fixed bookkeeping of files when hard linking or file cloning is enabled. In ccache 4.8–4.8.2 this could result in incorrect size/count statistics after automatic or explicit cleanup.

Build improvements

Made a workaround for GCC 12.3 bug 109241 where GCC fails to compile ccache.

Upgraded to xxHash 0.8.2, which fixes compilation of ccache with GCC 12 and -Og.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/devel/ccache/Makefile
cvs rdiff -u -r1.58 -r1.59 pkgsrc/devel/ccache/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/devel/ccache/patches/patch-src_storage_local_LocalStorage.cpp

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.76 pkgsrc/devel/ccache/Makefile:1.77
--- pkgsrc/devel/ccache/Makefile:1.76   Tue Jul 18 14:11:14 2023
+++ pkgsrc/devel/ccache/Makefile        Wed Aug 30 13:01:12 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.76 2023/07/18 14:11:14 nia Exp $
+# $NetBSD: Makefile,v 1.77 2023/08/30 13:01:12 adam Exp $
 
-DISTNAME=      ccache-4.8.2
+DISTNAME=      ccache-4.8.3
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ccache/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}

Index: pkgsrc/devel/ccache/distinfo
diff -u pkgsrc/devel/ccache/distinfo:1.58 pkgsrc/devel/ccache/distinfo:1.59
--- pkgsrc/devel/ccache/distinfo:1.58   Tue Aug  8 12:54:14 2023
+++ pkgsrc/devel/ccache/distinfo        Wed Aug 30 13:01:12 2023
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.58 2023/08/08 12:54:14 tnn Exp $
+$NetBSD: distinfo,v 1.59 2023/08/30 13:01:12 adam Exp $
 
-BLAKE2s (ccache-4.8.2.tar.gz) = b0e28bf5bd36057423106825946be4707fa30cee7ed4b92bfeef915753aa4458
-SHA512 (ccache-4.8.2.tar.gz) = 61841b2ae307d99aeae2a21be66f56fa58f72b56a51c830f686218c03e04314757b7d38af4ac501a8280c9a67b0ca0f95ffc53b19543957d103223f990b97d4c
-Size (ccache-4.8.2.tar.gz) = 761497 bytes
-SHA1 (patch-src_storage_local_LocalStorage.cpp) = b16120f177f0ecd7b5b7c48fe265139629a4dd4f
+BLAKE2s (ccache-4.8.3.tar.gz) = 00a2d0d9a9dca6ab2362372011ae031d0bde487caf7e384d2e2952efdc9335c3
+SHA512 (ccache-4.8.3.tar.gz) = 65c870c25dff1a88c92b99e697312fcc2d61f6718fc1f20203ac2bc16975ff376d943bdb4462716a5b2d84081502fb18a93caac7739f75f37f3acc66fa468498
+Size (ccache-4.8.3.tar.gz) = 774216 bytes



Home | Main Index | Thread Index | Old Index