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:           Sat Feb  7 18:24:26 UTC 2026

Modified Files:
        pkgsrc/devel/ccache: Makefile distinfo

Log Message:
ccache: updated to 4.12.3

Ccache 4.12.3

Bug fixes

Fixed hashing of CWD parts of -march=native expansion for Clang.
Fixed lookup of -march=native expansion line for GCC on Windows.
Fixed rewriting of “inlined from” messages when absolute_paths_in_stderr is enabled.
Added support for NVCC long option alternatives to -M/-MD/-MF/-MM/-MMD/-MT.
Fixed setting of UNCACHED_ERR_FD environment variable so that it is only set when executing the compiler.
Fixed leaking of inode cache file descriptor to executed programs.
Fixed errno check for some system calls.

Documentation improvements

Fixed links to installation guide in README.


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 pkgsrc/devel/ccache/Makefile
cvs rdiff -u -r1.71 -r1.72 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.91 pkgsrc/devel/ccache/Makefile:1.92
--- pkgsrc/devel/ccache/Makefile:1.91   Thu Nov 27 09:50:18 2025
+++ pkgsrc/devel/ccache/Makefile        Sat Feb  7 18:24:26 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.91 2025/11/27 09:50:18 adam Exp $
+# $NetBSD: Makefile,v 1.92 2026/02/07 18:24:26 adam Exp $
 
-DISTNAME=      ccache-4.12.2
+DISTNAME=      ccache-4.12.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.71 pkgsrc/devel/ccache/distinfo:1.72
--- pkgsrc/devel/ccache/distinfo:1.71   Thu Nov 27 09:50:18 2025
+++ pkgsrc/devel/ccache/distinfo        Sat Feb  7 18:24:26 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.71 2025/11/27 09:50:18 adam Exp $
+$NetBSD: distinfo,v 1.72 2026/02/07 18:24:26 adam Exp $
 
-BLAKE2s (ccache-4.12.2.tar.gz) = 33e7dde2ea2f30a82b8e4ed25be314adb0277ec06a206bbe7198bc2bff9008e5
-SHA512 (ccache-4.12.2.tar.gz) = e078a393f41660e401c3a2795fe2c2784413fe9e15313e7a996cd321e0180d5b5b89faf723a4fe3e6414ee644de198707b6bf6d0f003bdf2cd49fad0288bdf73
-Size (ccache-4.12.2.tar.gz) = 701932 bytes
+BLAKE2s (ccache-4.12.3.tar.gz) = e147589c086914a45d0971cce8ea1b28acc7d9f408169881995c7ba61fcd9b34
+SHA512 (ccache-4.12.3.tar.gz) = e2db237be5cf6c06ee07bd3d81b3c2aabad45f79eed13d98cef0f52e5512c02fad90905f294319c5ac73823d3a3bcbb82fa9317571e37a207229e95ed667ca78
+Size (ccache-4.12.3.tar.gz) = 703059 bytes



Home | Main Index | Thread Index | Old Index