There's a merged pull request on the void-packages repository Adopt several packages https://github.com/void-linux/void-packages/pull/41298 Description: ## Not Sure how to solve the conflict here, should I simply rename the binary and man page for the pc package ? adopting several packages orphaned at #39424 #### Testing the changes - I tested the changes in this PR: **YES** #### Local build testing - x86_64-musl - x86_64-glibc - i686 - aarch64-musl - aarch64 - armv7l - armv7l-musl ``` pkg:SDL2 host:x86_64 target:x86_64 cross:n result:OK pkg:pc host:x86_64 target:x86_64 cross:n result:OK pkg:fuse-9pfs host:x86_64 target:x86_64 cross:n result:OK pkg:bindfs host:x86_64 target:x86_64 cross:n result:OK pkg:SDL2_ttf host:x86_64 target:x86_64 cross:n result:OK pkg:SDL2 host:x86_64-musl target:x86_64-musl cross:n result:OK pkg:pc host:x86_64-musl target:x86_64-musl cross:n result:OK pkg:fuse-9pfs host:x86_64-musl target:x86_64-musl cross:n result:OK pkg:bindfs host:x86_64-musl target:x86_64-musl cross:n result:OK pkg:SDL2_ttf host:x86_64-musl target:x86_64-musl cross:n result:OK pkg:SDL2 host:i686 target:i686 cross:n result:OK pkg:pc host:i686 target:i686 cross:n result:OK pkg:fuse-9pfs host:i686 target:i686 cross:n result:OK pkg:bindfs host:i686 target:i686 cross:n result:OK pkg:SDL2_ttf host:i686 target:i686 cross:n result:OK pkg:SDL2 host:x86_64-musl target:aarch64-musl cross:y result:OK pkg:pc host:x86_64-musl target:aarch64-musl cross:y result:OK pkg:fuse-9pfs host:x86_64-musl target:aarch64-musl cross:y result:OK pkg:bindfs host:x86_64-musl target:aarch64-musl cross:y result:OK pkg:SDL2_ttf host:x86_64-musl target:aarch64-musl cross:y result:OK pkg:SDL2 host:x86_64-musl target:aarch64 cross:y result:OK pkg:pc host:x86_64-musl target:aarch64 cross:y result:OK pkg:fuse-9pfs host:x86_64-musl target:aarch64 cross:y result:OK pkg:bindfs host:x86_64-musl target:aarch64 cross:y result:OK pkg:SDL2_ttf host:x86_64-musl target:aarch64 cross:y result:OK pkg:SDL2 host:x86_64-musl target:armv7l-musl cross:y result:OK pkg:pc host:x86_64-musl target:armv7l-musl cross:y result:OK pkg:fuse-9pfs host:x86_64-musl target:armv7l-musl cross:y result:OK pkg:bindfs host:x86_64-musl target:armv7l-musl cross:y result:OK pkg:SDL2_ttf host:x86_64-musl target:armv7l-musl cross:y result:OK pkg:SDL2 host:x86_64-musl target:armv7l cross:y result:OK pkg:pc host:x86_64-musl target:armv7l cross:y result:OK pkg:fuse-9pfs host:x86_64-musl target:armv7l cross:y result:OK pkg:bindfs host:x86_64-musl target:armv7l cross:y result:OK pkg:SDL2_ttf host:x86_64-musl target:armv7l cross:y result:OK ```