Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/cwrappers pkgtools/cwrappers: avoid dependenc...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a544847aaa39
branches: trunk
changeset: 433480:a544847aaa39
user: rillig <rillig%pkgsrc.org@localhost>
date: Tue Jun 02 19:46:00 2020 +0000
description:
pkgtools/cwrappers: avoid dependency cycle with check-portability
diffstat:
pkgtools/cwrappers/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 49c7e259303a -r a544847aaa39 pkgtools/cwrappers/Makefile
--- a/pkgtools/cwrappers/Makefile Tue Jun 02 19:42:26 2020 +0000
+++ b/pkgtools/cwrappers/Makefile Tue Jun 02 19:46:00 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2020/01/18 23:33:25 rillig Exp $
+# $NetBSD: Makefile,v 1.26 2020/06/02 19:46:00 rillig Exp $
PKGNAME= cwrappers-20180325
CATEGORIES= pkgtools sysutils
@@ -16,7 +16,8 @@
.include "../../mk/bsd.prefs.mk"
-CHECK_PERMS= no
+CHECK_PERMS_SKIP= * # avoid dependency cycles with sysutils/checkperms
+CHECK_PORTABILITY_SKIP= * # avoid dependency cycles with pkgtools/check-portability
PKGSRC_LOCKTYPE= none # avoid dependency cycles with pkgtool/shlock
.if ${OPSYS} != "NetBSD" || !empty(MACHINE_PLATFORM:MNetBSD-[0-5].*)
Home |
Main Index |
Thread Index |
Old Index