Subject: CVS commit: pkgsrc
From: Tobias Nygren
Date: 2022-01-10 00:42:03
Message id: 20220109234203.9394BFB23@cvs.NetBSD.org

Log Message:
Fix packages that use GITSUB_MODULES on SunOS and possibly others

This is annoying, but for now we must always explicitly combine
GITHUB_SUBMODULES with EXTRACT_USING+=bsdtar.

This is because mk/fetch/github.mk uses OPTS_TAR=--strip-components=1
and that is not supported by nbtar(pax), which is the default pkgsrc
tar on some platforms. We cannot override EXTRACT_USING in github.mk
because that is too late.

We should switch all platforms to bsdtar and retire pax.

Files:
RevisionActionfile
1.18modifypkgsrc/inputmethod/uim/Makefile.common
1.6modifypkgsrc/lang/wasi-libc/Makefile
1.12modifypkgsrc/security/pam_ssh_agent_auth/Makefile
1.3modifypkgsrc/sysutils/m1n1/Makefile
1.4modifypkgsrc/x11/cool-retro-term/Makefile