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:           Thu Mar  6 22:40:56 UTC 2025

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

Log Message:
pkgconf: downgrade to 2.3.0

because of
https://github.com/pkgconf/pkgconf/issues/383

but keep the changes to enable tests.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/pkgconf/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/pkgconf/distinfo
cvs rdiff -u -r1.1 -r1.2 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.31 pkgsrc/devel/pkgconf/Makefile:1.32
--- pkgsrc/devel/pkgconf/Makefile:1.31  Thu Mar  6 08:50:06 2025
+++ pkgsrc/devel/pkgconf/Makefile       Thu Mar  6 22:40:56 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2025/03/06 08:50:06 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2025/03/06 22:40:56 wiz Exp $
 
-DISTNAME=      pkgconf-2.4.0
+DISTNAME=      pkgconf-2.3.0
 CATEGORIES=    devel
 MASTER_SITES=  https://distfiles.dereferenced.org/pkgconf/
 
@@ -24,6 +24,8 @@ 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

Index: pkgsrc/devel/pkgconf/distinfo
diff -u pkgsrc/devel/pkgconf/distinfo:1.27 pkgsrc/devel/pkgconf/distinfo:1.28
--- pkgsrc/devel/pkgconf/distinfo:1.27  Thu Mar  6 08:51:54 2025
+++ pkgsrc/devel/pkgconf/distinfo       Thu Mar  6 22:40:56 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.27 2025/03/06 08:51:54 wiz Exp $
+$NetBSD: distinfo,v 1.28 2025/03/06 22:40:56 wiz Exp $
 
-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
-SHA1 (patch-tests_Kyuafile.in) = d9813bde7517ad490286e388aa842171375c922a
+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

Index: pkgsrc/devel/pkgconf/patches/patch-tests_Kyuafile.in
diff -u pkgsrc/devel/pkgconf/patches/patch-tests_Kyuafile.in:1.1 pkgsrc/devel/pkgconf/patches/patch-tests_Kyuafile.in:1.2
--- pkgsrc/devel/pkgconf/patches/patch-tests_Kyuafile.in:1.1    Thu Mar  6 08:51:54 2025
+++ pkgsrc/devel/pkgconf/patches/patch-tests_Kyuafile.in        Thu Mar  6 22:40:56 2025
@@ -1,11 +1,11 @@
-$NetBSD: patch-tests_Kyuafile.in,v 1.1 2025/03/06 08:51:54 wiz Exp $
+$NetBSD: patch-tests_Kyuafile.in,v 1.2 2025/03/06 22:40:56 wiz Exp $
 
 Fix "basic not found" etc.
 https://github.com/pkgconf/pkgconf/issues/382
 
---- tests/Kyuafile.in.orig     2025-03-06 07:34:24.375323109 +0000
+--- tests/Kyuafile.in.orig     2024-08-05 19:52:16.000000000 +0000
 +++ tests/Kyuafile.in
-@@ -2,13 +2,13 @@ syntax(2)
+@@ -2,12 +2,12 @@ syntax(2)
  
  test_suite('pkgconf')
  
@@ -18,7 +18,6 @@ https://github.com/pkgconf/pkgconf/issue
 -atf_test_program{name='version'}
 -atf_test_program{name='framework'}
 -atf_test_program{name='provides'}
--atf_test_program{name='symlink'}
 +atf_test_program{name='basic.sh'}
 +atf_test_program{name='requires.sh'}
 +atf_test_program{name='regress.sh'}
@@ -28,4 +27,3 @@ https://github.com/pkgconf/pkgconf/issue
 +atf_test_program{name='version.sh'}
 +atf_test_program{name='framework.sh'}
 +atf_test_program{name='provides.sh'}
-+atf_test_program{name='symlink.sh'}



Home | Main Index | Thread Index | Old Index