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: Mon Aug 24 11:14:20 UTC 2026
Modified Files:
pkgsrc/devel/pkgconf: Makefile distinfo
Log Message:
pkgconf: updated to 3.0.6
3.0.6:
* Command-line behavior:
- --variable accepts multiple modules and prints the requested
variable's value for each module, in argument order. --path and
--print-variables remain limited to a single module.
- pccritic no longer reports the PC061 style finding for CRLF line endings,
avoiding a noisy warning for normal Windows files.
See https://github.com/pkgconf/pkgconf/issues/587.
* Build and portability fixes:
- Improve OS/2 support by exporting libpkgconf APIs from DLL builds,
recognizing OS/2 drive letters and path separators, comparing paths without
case sensitivity, and using binary mode for redirected standard output and
error. Patches by KO Myung-Hun.
- Declare pkgconf long-path-aware in its Windows application manifest,
allowing paths beyond the traditional MAX_PATH limit when long paths are
enabled by the operating system. Patch by moi15moi.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/pkgconf/Makefile
cvs rdiff -u -r1.36 -r1.37 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.41 pkgsrc/devel/pkgconf/Makefile:1.42
--- pkgsrc/devel/pkgconf/Makefile:1.41 Mon Aug 3 20:09:59 2026
+++ pkgsrc/devel/pkgconf/Makefile Mon Aug 24 11:14:20 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2026/08/03 20:09:59 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2026/08/24 11:14:20 adam Exp $
-DISTNAME= pkgconf-3.0.5
+DISTNAME= pkgconf-3.0.6
CATEGORIES= devel
MASTER_SITES= https://distfiles.dereferenced.org/pkgconf/
Index: pkgsrc/devel/pkgconf/distinfo
diff -u pkgsrc/devel/pkgconf/distinfo:1.36 pkgsrc/devel/pkgconf/distinfo:1.37
--- pkgsrc/devel/pkgconf/distinfo:1.36 Mon Aug 3 20:09:59 2026
+++ pkgsrc/devel/pkgconf/distinfo Mon Aug 24 11:14:20 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.36 2026/08/03 20:09:59 wiz Exp $
+$NetBSD: distinfo,v 1.37 2026/08/24 11:14:20 adam Exp $
-BLAKE2s (pkgconf-3.0.5.tar.gz) = 406cf60feb29d5ce5c105bb2590bb2e6f7d39b43a101c401dd263cff311b7020
-SHA512 (pkgconf-3.0.5.tar.gz) = 1fdd988bd3991c932e7376909880e700dd02eb7a4cc212795462debdb83c32dcaad71f0a3a6d378ee99fd6f0e92711ed549bd25ff772a15ba02d2e01781acbe0
-Size (pkgconf-3.0.5.tar.gz) = 624066 bytes
+BLAKE2s (pkgconf-3.0.6.tar.gz) = ef18f9e120fb422d593f18be2246165c9c4c66408a7cf0120ed06ffd6fee1c98
+SHA512 (pkgconf-3.0.6.tar.gz) = 86bcf048c80202246701ab613ca17fdc2ba1cc941b8fb7894f75401fc2a40c4853b5dd0466916e22af6f51815830dc7d343d018a9bf0f9397c1724fe88e12467
+Size (pkgconf-3.0.6.tar.gz) = 625431 bytes
Home |
Main Index |
Thread Index |
Old Index