pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Fix packages that use GITSUB_MODULES on SunOS and poss...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bcb55edfaf42
branches: trunk
changeset: 371370:bcb55edfaf42
user: tnn <tnn%pkgsrc.org@localhost>
date: Sun Jan 09 23:42:02 2022 +0000
description:
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.
diffstat:
inputmethod/uim/Makefile.common | 3 ++-
lang/wasi-libc/Makefile | 3 ++-
security/pam_ssh_agent_auth/Makefile | 3 ++-
sysutils/m1n1/Makefile | 3 ++-
x11/cool-retro-term/Makefile | 3 ++-
5 files changed, 10 insertions(+), 5 deletions(-)
diffs (85 lines):
diff -r e561a1408402 -r bcb55edfaf42 inputmethod/uim/Makefile.common
--- a/inputmethod/uim/Makefile.common Sun Jan 09 23:20:59 2022 +0000
+++ b/inputmethod/uim/Makefile.common Sun Jan 09 23:42:02 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2021/03/30 17:01:49 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.18 2022/01/09 23:42:02 tnn Exp $
#
# used by inputmethod/uim/Makefile
# used by inputmethod/uim-elisp/Makefile
@@ -13,6 +13,7 @@
GITHUB_SUBMODULES+= uim sigscheme beb8fbdc69b523d14fc202a4d17375555a74c772 sigscheme
GITHUB_SUBMODULES+= uim libgcroots d362356cc4c5f591695d2fbda7746918250c9e99 sigscheme/libgcroots
+EXTRACT_USING= bsdtar
DISTINFO_FILE= ${.CURDIR}/../../inputmethod/uim/distinfo
PATCHDIR= ${.CURDIR}/../../inputmethod/uim/patches
diff -r e561a1408402 -r bcb55edfaf42 lang/wasi-libc/Makefile
--- a/lang/wasi-libc/Makefile Sun Jan 09 23:20:59 2022 +0000
+++ b/lang/wasi-libc/Makefile Sun Jan 09 23:42:02 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/01/07 15:49:53 tnn Exp $
+# $NetBSD: Makefile,v 1.6 2022/01/09 23:42:03 tnn Exp $
GITHUB_PROJECT= wasi-libc
GITHUB_TAG= ad5133410f66b93a2381db5b542aad5e0964db96
@@ -7,6 +7,7 @@
MASTER_SITES= ${MASTER_SITE_GITHUB:=WebAssembly/}
GITHUB_SUBMODULES+= WebAssembly WASI 3423c9c83c7219095d6e67faaf62598ad370064c wasi/tools/wasi-headers/WASI
+EXTRACT_USING= bsdtar
MAINTAINER= ryoon%NetBSD.org@localhost
HOMEPAGE= https://github.com/WebAssembly/wasi-libc/
diff -r e561a1408402 -r bcb55edfaf42 security/pam_ssh_agent_auth/Makefile
--- a/security/pam_ssh_agent_auth/Makefile Sun Jan 09 23:20:59 2022 +0000
+++ b/security/pam_ssh_agent_auth/Makefile Sun Jan 09 23:42:02 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2021/05/14 11:52:15 nia Exp $
+# $NetBSD: Makefile,v 1.12 2022/01/09 23:42:03 tnn Exp $
DISTNAME= pam_ssh_agent_auth-0.10.4
CATEGORIES= security
@@ -14,6 +14,7 @@
USE_TOOLS+= pod2man
GITHUB_SUBMODULES+= floodyberry ed25519-donna 8757bd4cd209cb032853ece0ce413f122eef212c ed25519-donna
+EXTRACT_USING= bsdtar
CONFIGURE_ARGS+= --without-openssl-header-check
diff -r e561a1408402 -r bcb55edfaf42 sysutils/m1n1/Makefile
--- a/sysutils/m1n1/Makefile Sun Jan 09 23:20:59 2022 +0000
+++ b/sysutils/m1n1/Makefile Sun Jan 09 23:42:02 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/10/01 12:40:52 nia Exp $
+# $NetBSD: Makefile,v 1.3 2022/01/09 23:42:03 tnn Exp $
GITHUB_PROJECT= m1n1
GITHUB_TAG= 4df78129aac4547231dbac662d28c3b67b13cc79
@@ -11,6 +11,7 @@
GITHUB_SUBMODULES= AsahiLinux artwork \
35626c31f5c5a8a884aaff93f864795026495742 artwork
+EXTRACT_USING= bsdtar
MAINTAINER= port-arm%NetBSD.org@localhost
HOMEPAGE= https://github.com/AsahiLinux/m1n1/
diff -r e561a1408402 -r bcb55edfaf42 x11/cool-retro-term/Makefile
--- a/x11/cool-retro-term/Makefile Sun Jan 09 23:20:59 2022 +0000
+++ b/x11/cool-retro-term/Makefile Sun Jan 09 23:42:02 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/12/08 16:07:03 adam Exp $
+# $NetBSD: Makefile,v 1.4 2022/01/09 23:42:03 tnn Exp $
DISTNAME= cool-retro-term-1.1.1
PKGREVISION= 2
@@ -25,6 +25,7 @@
GITHUB_SUBMODULES= Swordfish90 qmltermwidget \
5c47d1f49455394226e0e595f79c148f0c098006 qmltermwidget
+EXTRACT_USING= bsdtar
do-configure:
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QTDIR}/bin/qmake \
Home |
Main Index |
Thread Index |
Old Index