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:           Tue Jul  2 08:59:44 UTC 2024

Modified Files:
        pkgsrc/devel/ccache: Makefile distinfo

Log Message:
ccache: updated to 4.10.1

Ccache 4.10.1

Bug fixes

- Fixed prefix command lookup from `PATH`.

Build improvements

- Fixed detection and usage of system blake3.
- Find CppHttplib named libhttplib.so as well.
- Removed Xcode assembly workaround for zstd.
- Added bundled subset of Fmt again for convenience.
- Removed no longer needed workaround when building downloaded Zstd.

Documentation improvements

- Clarified that `--set`-config writes to the configuration file.


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/devel/ccache/Makefile
cvs rdiff -u -r1.62 -r1.63 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.80 pkgsrc/devel/ccache/Makefile:1.81
--- pkgsrc/devel/ccache/Makefile:1.80   Thu May 30 06:28:20 2024
+++ pkgsrc/devel/ccache/Makefile        Tue Jul  2 08:59:44 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.80 2024/05/30 06:28:20 adam Exp $
+# $NetBSD: Makefile,v 1.81 2024/07/02 08:59:44 adam Exp $
 
-DISTNAME=      ccache-4.10
+DISTNAME=      ccache-4.10.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.62 pkgsrc/devel/ccache/distinfo:1.63
--- pkgsrc/devel/ccache/distinfo:1.62   Thu May 30 06:28:20 2024
+++ pkgsrc/devel/ccache/distinfo        Tue Jul  2 08:59:44 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.62 2024/05/30 06:28:20 adam Exp $
+$NetBSD: distinfo,v 1.63 2024/07/02 08:59:44 adam Exp $
 
-BLAKE2s (ccache-4.10.tar.gz) = 50d2f711be7758c715c3034e7065945c6d2e782024f2cefccb8c62a5e4af2b8d
-SHA512 (ccache-4.10.tar.gz) = 3bc57436483e789fdbb12f7c1ca0e7fe2c3437cebff9450b34f4584786d18fa6cb5906aac1cb1530a7bf3bf01198dcf088696a1e6dcba5cf56ba529d9fd3af4c
-Size (ccache-4.10.tar.gz) = 567802 bytes
+BLAKE2s (ccache-4.10.1.tar.gz) = 0d3dbb611cbae5e78b0d31c88982a893a49113ad66793addafb5eab7dca357aa
+SHA512 (ccache-4.10.1.tar.gz) = 28c91693e9a37eed494ff4fc8a98e12d566fa8510bab3587a7a67e94b80b8d9c146952ffe13c5b852adf5c2b91e70f073b70809f36fbbd8730fbbf900a7ddc55
+Size (ccache-4.10.1.tar.gz) = 664780 bytes



Home | Main Index | Thread Index | Old Index