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 08:51:54 UTC 2025
Modified Files:
pkgsrc/devel/pkgconf: distinfo
Added Files:
pkgsrc/devel/pkgconf/patches: patch-tests_Kyuafile.in
Log Message:
pkgconf: get tests to do something at all
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/pkgconf/distinfo
cvs rdiff -u -r0 -r1.1 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/distinfo
diff -u pkgsrc/devel/pkgconf/distinfo:1.26 pkgsrc/devel/pkgconf/distinfo:1.27
--- pkgsrc/devel/pkgconf/distinfo:1.26 Thu Mar 6 08:47:09 2025
+++ pkgsrc/devel/pkgconf/distinfo Thu Mar 6 08:51:54 2025
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.26 2025/03/06 08:47:09 adam Exp $
+$NetBSD: distinfo,v 1.27 2025/03/06 08:51:54 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
Added files:
Index: pkgsrc/devel/pkgconf/patches/patch-tests_Kyuafile.in
diff -u /dev/null pkgsrc/devel/pkgconf/patches/patch-tests_Kyuafile.in:1.1
--- /dev/null Thu Mar 6 08:51:54 2025
+++ pkgsrc/devel/pkgconf/patches/patch-tests_Kyuafile.in Thu Mar 6 08:51:54 2025
@@ -0,0 +1,31 @@
+$NetBSD: patch-tests_Kyuafile.in,v 1.1 2025/03/06 08:51:54 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
+@@ -2,13 +2,13 @@ syntax(2)
+
+ test_suite('pkgconf')
+
+-atf_test_program{name='basic'}
+-atf_test_program{name='requires'}
+-atf_test_program{name='regress'}
+-atf_test_program{name='parser'}
+-atf_test_program{name='sysroot'}
+-atf_test_program{name='conflicts'}
+-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'}
++atf_test_program{name='parser.sh'}
++atf_test_program{name='sysroot.sh'}
++atf_test_program{name='conflicts.sh'}
++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