pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/podman podman: skip a portability check



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c15754f17d8
branches:  trunk
changeset: 371320:0c15754f17d8
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Jan 09 02:58:52 2022 +0000

description:
podman: skip a portability check

diffstat:

 sysutils/podman/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 56a75568680e -r 0c15754f17d8 sysutils/podman/Makefile
--- a/sysutils/podman/Makefile  Sun Jan 09 02:56:23 2022 +0000
+++ b/sysutils/podman/Makefile  Sun Jan 09 02:58:52 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/12/18 18:11:48 leot Exp $
+# $NetBSD: Makefile,v 1.4 2022/01/09 02:58:52 tnn Exp $
 
 DISTNAME=      podman-3.4.4
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -25,6 +25,8 @@
 SUBST_MESSAGE.gvproxy= fix PREFIX inside patch
 SUBST_VARS.gvproxy=    PREFIX
 
+CHECK_PORTABILITY_SKIP+=       vendor/github.com/containers/buildah/release.sh
+
 .if ${OPSYS} != "Linux"
 BUILD_TARGET=  podman-remote-${OPSYS:tl}
 



Home | Main Index | Thread Index | Old Index