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:   wiz
Date:           Sun Mar  9 06:06:45 UTC 2025

Modified Files:
        pkgsrc/devel/pkgconf: Makefile distinfo
Removed Files:
        pkgsrc/devel/pkgconf/patches: patch-tests_Kyuafile.in

Log Message:
pkgconf: update to 2.4.3.

Changes from 2.4.2 to 2.4.3:
----------------------------

* Fix additional logic errors relating to the new fragment trees
  functionality.

Changes from 2.4.1 to 2.4.2:
----------------------------

* Fix several logic errors in the pkg-config file parser that were
  surfaced by recent refactoring work.

* Fix BSD make compatibility so that it generates the test data
  before running kyua on BSD make implementations.

Changes from 2.4.0 to 2.4.1:
----------------------------

* Ensure the full DAG is solved for all query types.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/pkgconf/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/pkgconf/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/devel/pkgconf/patches/patch-tests_Kyuafile.in

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.32 pkgsrc/devel/pkgconf/Makefile:1.33
--- pkgsrc/devel/pkgconf/Makefile:1.32  Thu Mar  6 22:40:56 2025
+++ pkgsrc/devel/pkgconf/Makefile       Sun Mar  9 06:06:44 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2025/03/06 22:40:56 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2025/03/09 06:06:44 wiz Exp $
 
-DISTNAME=      pkgconf-2.3.0
+DISTNAME=      pkgconf-2.4.3
 CATEGORIES=    devel
 MASTER_SITES=  https://distfiles.dereferenced.org/pkgconf/
 
@@ -24,8 +24,6 @@ PKGCONFIG_PATHS=      ${PREFIX}/lib/pkgconfig
 PKGCONFIG_PATHS+=      ${PREFIX}/share/pkgconfig
 PKGCONFIG_PATHS+=      /usr/lib/pkgconfig
 
-# as of 2.3.0
-# 117/154 passed (37 failed)
 TEST_TARGET=   check
 
 # for reallocarray
@@ -48,3 +46,5 @@ post-install:
        ${LN} -s pkgconf.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/pkg-config.1
 
 .include "../../mk/bsd.pkg.mk"
+# PKG_CONFIG* variables in test environment break tests
+TEST_ENV=      HOME=${FAKEHOMEDIR}

Index: pkgsrc/devel/pkgconf/distinfo
diff -u pkgsrc/devel/pkgconf/distinfo:1.28 pkgsrc/devel/pkgconf/distinfo:1.29
--- pkgsrc/devel/pkgconf/distinfo:1.28  Thu Mar  6 22:40:56 2025
+++ pkgsrc/devel/pkgconf/distinfo       Sun Mar  9 06:06:44 2025
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.28 2025/03/06 22:40:56 wiz Exp $
+$NetBSD: distinfo,v 1.29 2025/03/09 06:06:44 wiz 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-tests_Kyuafile.in) = bb8099b38a5c16e7776ab97b520f2ee2535d9c3a
+BLAKE2s (pkgconf-2.4.3.tar.gz) = 00ac4cb281356a6ca71a956d31cf5a4348860c21159b287d7188c09e81a435cc
+SHA512 (pkgconf-2.4.3.tar.gz) = 611c3c8d13f1ee4d812a05d37ec0a8cdc4070448e7beb0b2eeb19508e797fc10ae16bed367016b90bc5a54cff016b94c1466f31c6d932d292afebc78051278ba
+Size (pkgconf-2.4.3.tar.gz) = 468948 bytes



Home | Main Index | Thread Index | Old Index