pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/salt salt: Work around a check-wrkref failure.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1cad4191fba3
branches:  trunk
changeset: 314275:1cad4191fba3
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Oct 23 13:42:43 2018 +0000

description:
salt: Work around a check-wrkref failure.

diffstat:

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

diffs (19 lines):

diff -r ba0d1c1d168b -r 1cad4191fba3 sysutils/salt/Makefile
--- a/sysutils/salt/Makefile    Tue Oct 23 13:21:44 2018 +0000
+++ b/sysutils/salt/Makefile    Tue Oct 23 13:42:43 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2018/08/06 05:01:26 tpaul Exp $
+# $NetBSD: Makefile,v 1.66 2018/10/23 13:42:43 jperkin Exp $
 
 DISTNAME=      salt-2018.3.2
 CATEGORIES=    sysutils
@@ -73,6 +73,9 @@
 SUBST_SED.fix-path+=   -e 's,/var/cache,${VARBASE}/cache,g'
 SUBST_SED.fix-path+=   -e 's,/var/log,${VARBASE}/log,g'
 
+# Contains hardcoded paths to find installed libraries.
+CHECK_WRKREF_SKIP+=    */salt/utils/rsax931.py
+
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/conf/master ${DESTDIR}${EGDIR}/
        ${INSTALL_DATA} ${WRKSRC}/conf/minion ${DESTDIR}${EGDIR}/



Home | Main Index | Thread Index | Old Index