commit 28573650cfaefa3841d0ff123814dbaa159a36f0
parent 11d318bfb4f66f5570f1d7104121471455bb0719
Author: Jan Pobrislo <ccx@te2000.cz>
Date: Wed, 8 Oct 2025 20:39:47 +0000
findutils
Diffstat:
11 files changed, 42 insertions(+), 21 deletions(-)
diff --git a/templates/pkg/findutils b/templates/pkg/findutils
@@ -9,10 +9,17 @@ autotools_static findutils-4.10.0 --disable-nls
check_static command/find
check_static command/xargs
check_static command/locate
-check_static command/updatedb
+# TODO: fix shebang in command/updatedb
{% endblock %}
{% block genlinks_begin %}
- x["./command/diff"]=1
- x["./man/man1/diff.1"]=1
+ x["./command/find"]=1
+ x["./command/xargs"]=1
+ x["./command/locate"]=1
+ x["./command/updatedb"]=1
+ x["./man/man1/find.1"]=1
+ x["./man/man1/xargs.1"]=1
+ x["./man/man1/locate.1"]=1
+ x["./man/man1/updatedb.1"]=1
+ x["./man/man5/locatedb.5"]=1
{% endblock %}
diff --git a/variants/ccx-x86_64/findutils b/variants/ccx-x86_64/findutils
@@ -62,15 +62,22 @@ autotools_static findutils-4.10.0 --disable-nls
check_static command/find
check_static command/xargs
check_static command/locate
-check_static command/updatedb
+# TODO: fix shebang in command/updatedb
cd "$pthbs_destdir/home/ccx/versions/$pthbs_package"
find -type d -o -print | awk -F/ '
BEGIN {
- x["./command/diff"]=1
- x["./man/man1/diff.1"]=1
+ x["./command/find"]=1
+ x["./command/xargs"]=1
+ x["./command/locate"]=1
+ x["./command/updatedb"]=1
+ x["./man/man1/find.1"]=1
+ x["./man/man1/xargs.1"]=1
+ x["./man/man1/locate.1"]=1
+ x["./man/man1/updatedb.1"]=1
+ x["./man/man5/locatedb.5"]=1
}
function r1(s) {
diff --git a/variants/ccx-x86_64/kernel.environment b/variants/ccx-x86_64/kernel.environment
@@ -1,2 +1,2 @@
#!/usr/bin/env pthbs-build
-#+linux.15aa0cd70e08631b4fc532d5c1084f5eb3bed495879c244241dc278df6cb220f-
\ No newline at end of file
+#+linux.5b074622f565adc940b0e821207d9cbba297f773eca7c8bd36177af56db710a8+
\ No newline at end of file
diff --git a/variants/ccx-x86_64/linux b/variants/ccx-x86_64/linux
@@ -2,7 +2,7 @@
#+busybox.35c4597e8db27cf1067099aed6e1187b745019d051d93e1ab28ced0fe834ab8d
#+gnu-make.ba8d7c64a23885182fc1c9dc0331d52adcdbc45df6000fb81e8e1dd3ee05694b
#+musl-cross-make.98979eb41109d371f19d0637d51116db18c7aeef61fbf804a68094c22a302a78
-#+findutils.d230513c94d2d82a44f54b3edc486051e852ae3b9bee6cfda6534803d4e2d3dc
+#+findutils.897355f114d1bc18593cf20b174eb4d0545b66e14a59e14f2343180e05c6cd98
#+diffutils.cacfc9d2fd98544386065c1b55a8398ad5c52a4cc0b5cc34212ad40cb287fda1
#+patch.1384f499bf9486b2bbf1d782976b71e8440a9b2c4640e3d64fef41573113f9e3
#+flex.921ee0ec90ca6f2efbc5c7b8bc88386036a1ccf9e3bb2a0e25f933e1f9481a9b
diff --git a/variants/ccx-x86_64/linux-qemu-guest b/variants/ccx-x86_64/linux-qemu-guest
@@ -2,7 +2,7 @@
#+busybox.35c4597e8db27cf1067099aed6e1187b745019d051d93e1ab28ced0fe834ab8d
#+gnu-make.ba8d7c64a23885182fc1c9dc0331d52adcdbc45df6000fb81e8e1dd3ee05694b
#+musl-cross-make.98979eb41109d371f19d0637d51116db18c7aeef61fbf804a68094c22a302a78
-#+findutils.d230513c94d2d82a44f54b3edc486051e852ae3b9bee6cfda6534803d4e2d3dc
+#+findutils.897355f114d1bc18593cf20b174eb4d0545b66e14a59e14f2343180e05c6cd98
#+diffutils.cacfc9d2fd98544386065c1b55a8398ad5c52a4cc0b5cc34212ad40cb287fda1
#+patch.1384f499bf9486b2bbf1d782976b71e8440a9b2c4640e3d64fef41573113f9e3
#+flex.921ee0ec90ca6f2efbc5c7b8bc88386036a1ccf9e3bb2a0e25f933e1f9481a9b
diff --git a/variants/ccx-x86_64/vm.environment b/variants/ccx-x86_64/vm.environment
@@ -1,2 +1,2 @@
#!/usr/bin/env pthbs-build
-#+linux-qemu-guest.0fe56264e8dff195e222da2a03b7ef49c81b3b7ce89290477abbc057542ea919-
\ No newline at end of file
+#+linux-qemu-guest.a8853b99b3c98c1fc2df7bb4156a505ff6a0826514b180ae1adbf9f4b91cb9ce+
\ No newline at end of file
diff --git a/variants/root-x86_64/findutils b/variants/root-x86_64/findutils
@@ -62,15 +62,22 @@ autotools_static findutils-4.10.0 --disable-nls
check_static command/find
check_static command/xargs
check_static command/locate
-check_static command/updatedb
+# TODO: fix shebang in command/updatedb
cd "$pthbs_destdir/versions/$pthbs_package"
find -type d -o -print | awk -F/ '
BEGIN {
- x["./command/diff"]=1
- x["./man/man1/diff.1"]=1
+ x["./command/find"]=1
+ x["./command/xargs"]=1
+ x["./command/locate"]=1
+ x["./command/updatedb"]=1
+ x["./man/man1/find.1"]=1
+ x["./man/man1/xargs.1"]=1
+ x["./man/man1/locate.1"]=1
+ x["./man/man1/updatedb.1"]=1
+ x["./man/man5/locatedb.5"]=1
}
function r1(s) {
diff --git a/variants/root-x86_64/kernel.environment b/variants/root-x86_64/kernel.environment
@@ -1,2 +1,2 @@
#!/usr/bin/env pthbs-build
-#+linux.0c0b82c37dc55853c4ce869c2b5abd3cb0d6f7c574380bcb29c126167ace74ef-
\ No newline at end of file
+#+linux.f6cd189f4240abea66a736972c5e489d2ef5c6c14b64247be7a54c01e5c2a26b+
\ No newline at end of file
diff --git a/variants/root-x86_64/linux b/variants/root-x86_64/linux
@@ -2,7 +2,7 @@
#+busybox.2dca4670067de07a66c2f0192ceb3ad1dd7f1a4fa19f0adfd9992b0952897f07
#+gnu-make.444e811a68f4f16724e21354b710fad3592e53a2dbf7c0c78658f3d4e7c8e465
#+musl-cross-make.d0431fc0def788be03da43136972361827de52c8e6f0a6f3890dc57fe32e8ecc
-#+findutils.249262391b4f8e1dd0b40e0d80b91b518207d7603611586532ea49beb57655b1
+#+findutils.e6fdd9aaa998ae5a38949437362c2b7aa9cb2f3078fbbd9307940f5b696ca354
#+diffutils.4138993fdd1a0766d266e33a52f5e964f2b58bd9f16cfb639bba05e8dfb62e4e
#+patch.a9e8e529731f8eaff01ff7c4b676a2ddea81fce80572b7dba3470d1973b8442d
#+flex.00222eb0858c9942b9eb0c93af6bc9438c5a189a54cc78d636183509bb910361
diff --git a/variants/root-x86_64/linux-qemu-guest b/variants/root-x86_64/linux-qemu-guest
@@ -2,7 +2,7 @@
#+busybox.2dca4670067de07a66c2f0192ceb3ad1dd7f1a4fa19f0adfd9992b0952897f07
#+gnu-make.444e811a68f4f16724e21354b710fad3592e53a2dbf7c0c78658f3d4e7c8e465
#+musl-cross-make.d0431fc0def788be03da43136972361827de52c8e6f0a6f3890dc57fe32e8ecc
-#+findutils.249262391b4f8e1dd0b40e0d80b91b518207d7603611586532ea49beb57655b1
+#+findutils.e6fdd9aaa998ae5a38949437362c2b7aa9cb2f3078fbbd9307940f5b696ca354
#+diffutils.4138993fdd1a0766d266e33a52f5e964f2b58bd9f16cfb639bba05e8dfb62e4e
#+patch.a9e8e529731f8eaff01ff7c4b676a2ddea81fce80572b7dba3470d1973b8442d
#+flex.00222eb0858c9942b9eb0c93af6bc9438c5a189a54cc78d636183509bb910361
diff --git a/variants/root-x86_64/vm.environment b/variants/root-x86_64/vm.environment
@@ -1,2 +1,2 @@
#!/usr/bin/env pthbs-build
-#+linux-qemu-guest.826bc793bb3a02c0ad5a9b1dab0b7884dc97e2d876a104c4bb30d82ab0c9aaa3-
\ No newline at end of file
+#+linux-qemu-guest.24ff1523d58fb97ea6e0e029b1e4028466a92d4ac81ea473ffa5c18118a273a3+
\ No newline at end of file