pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/cwrappers



Module Name:    pkgsrc
Committed By:   rillig
Date:           Tue Jun  2 19:46:00 UTC 2020

Modified Files:
        pkgsrc/pkgtools/cwrappers: Makefile

Log Message:
pkgtools/cwrappers: avoid dependency cycle with check-portability


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/pkgtools/cwrappers/Makefile

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

Modified files:

Index: pkgsrc/pkgtools/cwrappers/Makefile
diff -u pkgsrc/pkgtools/cwrappers/Makefile:1.25 pkgsrc/pkgtools/cwrappers/Makefile:1.26
--- pkgsrc/pkgtools/cwrappers/Makefile:1.25     Sat Jan 18 23:33:25 2020
+++ pkgsrc/pkgtools/cwrappers/Makefile  Tue Jun  2 19:46:00 2020
@@ -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 @@ INSTALLATION_DIRS=    libexec/cwrappers
 
 .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