pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/ansible



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Aug  4 21:40:40 UTC 2022

Modified Files:
        pkgsrc/sysutils/ansible: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/sysutils/ansible/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/ansible/Makefile
diff -u pkgsrc/sysutils/ansible/Makefile:1.47 pkgsrc/sysutils/ansible/Makefile:1.48
--- pkgsrc/sysutils/ansible/Makefile:1.47       Thu Jun 30 11:18:49 2022
+++ pkgsrc/sysutils/ansible/Makefile    Thu Aug  4 21:40:40 2022
@@ -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 @@ DEPENDS+=    ansible-core>=2.12.5:../../sys
 
 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