Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/salt salt: skip portability checks in 3rd par...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/db058e9f455b
branches:  trunk
changeset: 437188:db058e9f455b
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Aug 18 05:26:08 2020 +0000

description:
salt: skip portability checks in 3rd party packaging scripts

diffstat:

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

diffs (18 lines):

diff -r e50b8ab4856d -r db058e9f455b sysutils/salt/Makefile
--- a/sysutils/salt/Makefile    Tue Aug 18 05:22:38 2020 +0000
+++ b/sysutils/salt/Makefile    Tue Aug 18 05:26:08 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2020/05/16 17:45:49 rillig Exp $
+# $NetBSD: Makefile,v 1.73 2020/08/18 05:26:08 tnn Exp $
 
 DISTNAME=      salt-2019.2.2
 CATEGORIES=    sysutils
@@ -79,6 +79,8 @@
 # Contains hardcoded paths to find installed libraries.
 CHECK_WRKREF_SKIP+=    */salt/utils/rsax931.py
 
+CHECK_PORTABILITY_SKIP+=       pkg/*/* pkg/*/*/*
+
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/conf/master ${DESTDIR}${EGDIR}/
        ${INSTALL_DATA} ${WRKSRC}/conf/minion ${DESTDIR}${EGDIR}/



Home | Main Index | Thread Index | Old Index