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 May 22 08:04:59 UTC 2023
Modified Files:
pkgsrc/devel/ccache: Makefile distinfo
Log Message:
ccache: updated to 4.8.1
Ccache 4.8.1
Bug fixes
Fixed an issue with the depend mode in combination with -- on the command line for Clang-based compilers.
Improved knowledge about MSVC debug flags so that non-debug /Z* options are once again supported.
Ccache no longer treats /Zi as unsupported for clang-cl.
Made the output format of ccache -k max_size parsable by ccache itself.
Build/CI improvements
Corrected ccache version in the macOS binary release.
Made it possible to build ccache with clang-cl on Windows.
Upgraded to doctest 2.4.11, thereby fixing a build issue on Solaris.
Documentation improvements
Added a remote file storage example with URL-encoded spaces.
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/devel/ccache/Makefile
cvs rdiff -u -r1.55 -r1.56 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.72 pkgsrc/devel/ccache/Makefile:1.73
--- pkgsrc/devel/ccache/Makefile:1.72 Tue Apr 25 13:51:49 2023
+++ pkgsrc/devel/ccache/Makefile Mon May 22 08:04:59 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.72 2023/04/25 13:51:49 jperkin Exp $
+# $NetBSD: Makefile,v 1.73 2023/05/22 08:04:59 adam Exp $
-DISTNAME= ccache-4.8
+DISTNAME= ccache-4.8.1
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.55 pkgsrc/devel/ccache/distinfo:1.56
--- pkgsrc/devel/ccache/distinfo:1.55 Tue Mar 14 06:30:23 2023
+++ pkgsrc/devel/ccache/distinfo Mon May 22 08:04:59 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.55 2023/03/14 06:30:23 adam Exp $
+$NetBSD: distinfo,v 1.56 2023/05/22 08:04:59 adam Exp $
-BLAKE2s (ccache-4.8.tar.gz) = 0bd67896589bd843df0fd2aec7193f928536b85b55741eb36f2aadeebf4bc126
-SHA512 (ccache-4.8.tar.gz) = d4880e8e176c4a22a088dd0c35e20f19c9c3134292b18183e7e87f32ebb4adb523831479d8c67fa8c50de8ec0b95ab956c612e2c525de58ba175a756264a9d08
-Size (ccache-4.8.tar.gz) = 755780 bytes
+BLAKE2s (ccache-4.8.1.tar.gz) = 2d996be1fcaf3b6cc3df3c94c61ae38d22945f9094ebb151650436bf9edf1d77
+SHA512 (ccache-4.8.1.tar.gz) = cc6b2fb96750155fbd728653fe0f43240068a8207710e0b871519749701cb03c25bbd0985ecb694f8fbe4f068cb2cb58d57e240ad938f0da9275c95c622ce6f4
+Size (ccache-4.8.1.tar.gz) = 759775 bytes
Home |
Main Index |
Thread Index |
Old Index