pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/pkgconf
Module Name: pkgsrc
Committed By: adam
Date: Thu Mar 6 08:47:09 UTC 2025
Modified Files:
pkgsrc/devel/pkgconf: Makefile distinfo
Log Message:
pkgconf: updated to 2.4.0
Changes from 2.3.0 to 2.4.0:
* Allow multiple package names in solution-based queries such as
`--print-requires`, `--print-requires-private` and `--print-provides`.
* Use `_DEFAULT_SOURCE` where appropriate on Meson.
* Add an abstract buffer type and use it when loading files from disk
instead of a 64KB buffer. This ensures large pkg-config files are
not truncated.
* Disable graph recursion in `--variable` queries as it was generating
duplicate output.
* Add infrastructure for tracking fragment group relations and convert
storage of fragments to use a tree-like structure instead of string
concatenation.
* Add support for tracking linker groups, e.g.
-Wl,--start-group -la -lb -lc -Wl,--end-group
as fragment groups.
* Properly contextualize the sysroot directory when processing package
information, ensuring packages where ${pc_sysrootdir} does not match
the default are properly processed.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/pkgconf/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/pkgconf/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/pkgconf/Makefile
diff -u pkgsrc/devel/pkgconf/Makefile:1.29 pkgsrc/devel/pkgconf/Makefile:1.30
--- pkgsrc/devel/pkgconf/Makefile:1.29 Fri Aug 9 03:46:19 2024
+++ pkgsrc/devel/pkgconf/Makefile Thu Mar 6 08:47:09 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2024/08/09 03:46:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.30 2025/03/06 08:47:09 adam Exp $
-DISTNAME= pkgconf-2.3.0
+DISTNAME= pkgconf-2.4.0
CATEGORIES= devel
MASTER_SITES= https://distfiles.dereferenced.org/pkgconf/
Index: pkgsrc/devel/pkgconf/distinfo
diff -u pkgsrc/devel/pkgconf/distinfo:1.25 pkgsrc/devel/pkgconf/distinfo:1.26
--- pkgsrc/devel/pkgconf/distinfo:1.25 Fri Aug 9 03:46:19 2024
+++ pkgsrc/devel/pkgconf/distinfo Thu Mar 6 08:47:09 2025
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.25 2024/08/09 03:46:19 ryoon Exp $
+$NetBSD: distinfo,v 1.26 2025/03/06 08:47:09 adam Exp $
-BLAKE2s (pkgconf-2.3.0.tar.gz) = 1db050c48f9458afeb2361c16876e4ebba7b8333b94972271952e958940c18a1
-SHA512 (pkgconf-2.3.0.tar.gz) = 03af45564a82740e6aa55d701b13e11c4e1d5ae0b4ec9329fbc07165406c5770ec5f8efb6ce23f947c23b407ba9e47b84dd91b24e9c015969185dc2120d36df2
-Size (pkgconf-2.3.0.tar.gz) = 459191 bytes
-SHA1 (patch-cli_main.c) = 95ce1b09ecdff1d78e75f8b2e73e417a8a3f2c23
+BLAKE2s (pkgconf-2.4.0.tar.gz) = af5c3cfd5ac0c7d46bb15dc7da60dd1ee8f555e4dd2226b513d803423877bf94
+SHA512 (pkgconf-2.4.0.tar.gz) = 4284bccec61c0091d81cbaec86620a1aabaf8b8dc371c24af03b1d05b5a9368b3e073f85963b92452aae284bf3d964f8f0771e40c4753be6f3e268f65f0c228b
+Size (pkgconf-2.4.0.tar.gz) = 468171 bytes
Home |
Main Index |
Thread Index |
Old Index