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:   ryoon
Date:           Fri Aug  9 03:46:20 UTC 2024

Modified Files:
        pkgsrc/devel/pkgconf: Makefile distinfo
Removed Files:
        pkgsrc/devel/pkgconf/patches: patch-cli_main.c

Log Message:
devel/pkgconf: Update to 2.3.0

Changelog:
Changes from 2.2.0 to 2.3.0:
----------------------------

* Fix compile with Meson on Solaris by defining __EXTENSIONS__.

* Add support for the PKG_CONFIG_RELOCATE_PATHS environmental variable.
  When set, the program will act as if --define-prefix is always enabled.

* Color solution nodes that were part of the original query, and use
  that coloring to skip over dependencies when generating DocumentNames
  in bomtool.

* Enhance --env option to support variables with both --variable=varname
  and --print-variables.

* Add --exists-cflags option which creates synthetic preprocessor
  definition flags for every queried dependency when found.

* Document that Requires.private is always used for header paths.
  Patch by Petr Písař.

* Fix minor documentation typos.
  Patch by Pierce.

* Ensure string comparisons using <ctype.h> functions are done with
  unsigned bytes to avoid undefined behavior.
  Patch by Taylor R Campbell.

* Fix parsing edge-case bugs with dependency versions.
  Patch by Kai Pastor.

* Change PKG_PROG_PKG_CONFIG autoconf macro to add a customizable
  failure handler if pkg-config is not found.
  Patch by Ismael Luceno.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/pkgconf/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/pkgconf/distinfo
cvs rdiff -u -r1.3 -r0 pkgsrc/devel/pkgconf/patches/patch-cli_main.c

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.28 pkgsrc/devel/pkgconf/Makefile:1.29
--- pkgsrc/devel/pkgconf/Makefile:1.28  Thu May 16 21:31:47 2024
+++ pkgsrc/devel/pkgconf/Makefile       Fri Aug  9 03:46:19 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2024/05/16 21:31:47 riastradh Exp $
+# $NetBSD: Makefile,v 1.29 2024/08/09 03:46:19 ryoon Exp $
 
-DISTNAME=      pkgconf-2.2.0
-PKGREVISION=   1
+DISTNAME=      pkgconf-2.3.0
 CATEGORIES=    devel
 MASTER_SITES=  https://distfiles.dereferenced.org/pkgconf/
 

Index: pkgsrc/devel/pkgconf/distinfo
diff -u pkgsrc/devel/pkgconf/distinfo:1.24 pkgsrc/devel/pkgconf/distinfo:1.25
--- pkgsrc/devel/pkgconf/distinfo:1.24  Thu May 16 21:31:47 2024
+++ pkgsrc/devel/pkgconf/distinfo       Fri Aug  9 03:46:19 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2024/05/16 21:31:47 riastradh Exp $
+$NetBSD: distinfo,v 1.25 2024/08/09 03:46:19 ryoon Exp $
 
-BLAKE2s (pkgconf-2.2.0.tar.gz) = af89943d1d73f0312f6fc3d7f01a63a6bc4b94006c17b3f8c6dd1e6ecc06b0f0
-SHA512 (pkgconf-2.2.0.tar.gz) = 0ca21e4e390c57c3ad8bfeb9f8d92e65c6a60f28c2a962c1b64e268610b8d88fd502febad23264aed45db68a67dd83321b10f4e896718ab869d4ae743d769676
-Size (pkgconf-2.2.0.tar.gz) = 451551 bytes
+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



Home | Main Index | Thread Index | Old Index