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:           Thu Mar 26 08:59:02 UTC 2026

Modified Files:
        pkgsrc/devel/ccache: Makefile PLIST distinfo

Log Message:
ccache: updated to 4.13.2

Ccache 4.13.2

New deliverables

Added tar.gz archives for Linux binary releases.
Added installation script for Linux binary releases.

Bug fixes and improvements

Fixed LTO handling when -fno-lto follows -flto: LTO is now properly disabled in this case.
Fixed crash when using MSVC /Yc without /Fp.
Fixed rewriting of MSVC /FI argument to a relative path when base_dir is set.
Improved robustness when parsing broken cache entry files.
Fixed atime/mtime restoration when recompressing a file.

Test improvements

Fixed test failures for remote_helper tests when $PWD is long.
Improved robustness of remote_helper tests on slow systems.
Relaxed util::exec_to_string unit test for portability.
Removed unnecessary, compiler-specific checks in -flto tests.


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/devel/ccache/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ccache/PLIST
cvs rdiff -u -r1.72 -r1.73 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.92 pkgsrc/devel/ccache/Makefile:1.93
--- pkgsrc/devel/ccache/Makefile:1.92   Sat Feb  7 18:24:26 2026
+++ pkgsrc/devel/ccache/Makefile        Thu Mar 26 08:59:02 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.92 2026/02/07 18:24:26 adam Exp $
+# $NetBSD: Makefile,v 1.93 2026/03/26 08:59:02 adam Exp $
 
-DISTNAME=      ccache-4.12.3
+DISTNAME=      ccache-4.13.2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ccache/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
@@ -18,6 +18,10 @@ USE_TOOLS+=          perl:build pkg-config
 CMAKE_CONFIGURE_ARGS+= -DENABLE_TESTING=OFF
 TEST_TARGET=           test
 
+REPLACE_SH+=           doc/scripts/generate-html
+REPLACE_SH+=           doc/scripts/generate-manpage
+REPLACE_SH+=           doc/scripts/generate-markdown
+
 LDFLAGS.SunOS+=        -lsocket
 
 .include "../../lang/ruby/rubyversion.mk"

Index: pkgsrc/devel/ccache/PLIST
diff -u pkgsrc/devel/ccache/PLIST:1.4 pkgsrc/devel/ccache/PLIST:1.5
--- pkgsrc/devel/ccache/PLIST:1.4       Mon Sep 15 14:41:21 2025
+++ pkgsrc/devel/ccache/PLIST   Thu Mar 26 08:59:02 2026
@@ -1,11 +1,7 @@
-@comment $NetBSD: PLIST,v 1.4 2025/09/15 14:41:21 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2026/03/26 08:59:02 adam Exp $
 bin/ccache
 man/man1/ccache.1
-share/doc/ccache/AUTHORS.adoc
 share/doc/ccache/AUTHORS.html
-share/doc/ccache/LICENSE.adoc
 share/doc/ccache/LICENSE.html
-share/doc/ccache/MANUAL.adoc
 share/doc/ccache/MANUAL.html
-share/doc/ccache/NEWS.adoc
 share/doc/ccache/NEWS.html

Index: pkgsrc/devel/ccache/distinfo
diff -u pkgsrc/devel/ccache/distinfo:1.72 pkgsrc/devel/ccache/distinfo:1.73
--- pkgsrc/devel/ccache/distinfo:1.72   Sat Feb  7 18:24:26 2026
+++ pkgsrc/devel/ccache/distinfo        Thu Mar 26 08:59:02 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.72 2026/02/07 18:24:26 adam Exp $
+$NetBSD: distinfo,v 1.73 2026/03/26 08:59:02 adam Exp $
 
-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
+BLAKE2s (ccache-4.13.2.tar.gz) = abdb98ff3ffaa7247d7bcbf8bf40e02ee91466b4afb51d16826309ccc8fa45b7
+SHA512 (ccache-4.13.2.tar.gz) = cbc9537ad6331aa128d85052f95e4e595a684374e3b58f624e49a1a113418a88ef293f609fc073528d82ea4825b658570fe2c869c6d5201e0aff05f66f17d6dc
+Size (ccache-4.13.2.tar.gz) = 738471 bytes



Home | Main Index | Thread Index | Old Index