pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/ansible ansible: Disable a bunch of checks.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc22baa425d9
branches:  trunk
changeset: 382772:bc22baa425d9
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Aug 04 21:40:40 2022 +0000

description:
ansible: Disable a bunch of checks.

None of them make sense for this package, and at nearly 60,000 files this
reduces the install time by about an hour on reasonably fast hardware.

diffstat:

 sysutils/ansible/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 4c832db38c53 -r bc22baa425d9 sysutils/ansible/Makefile
--- a/sysutils/ansible/Makefile Thu Aug 04 15:29:16 2022 +0000
+++ b/sysutils/ansible/Makefile Thu Aug 04 21:40:40 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2022/06/30 11:18:49 nia Exp $
+# $NetBSD: Makefile,v 1.48 2022/08/04 21:40:40 jperkin Exp $
 
 DISTNAME=      ansible-5.7.1
 PKGREVISION=   1
@@ -16,6 +16,11 @@
 
 USE_LANGUAGES= # none
 
+CHECK_SHLIBS_SUPPORTED=        no
+CHECK_WRKREF_SKIP=     *
+CTF_SUPPORTED=         no
+STRIP_DEBUG_SUPPORTED= no
+
 REPLACE_PYTHON+=       ansible_collections/*/*/.azure-pipelines/scripts/*.py
 REPLACE_PYTHON+=       ansible_collections/*/*/tests/*/*.py
 REPLACE_PYTHON+=       ansible_collections/*/*/tests/*/*/*.py



Home | Main Index | Thread Index | Old Index