Received: by mail.netbsd.org (Postfix, from userid 605) id BC65484DD6; Tue, 1 Oct 2019 21:56:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 032C584DD5 for ; Tue, 1 Oct 2019 21:56:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id C7tXMcZr_LbS for ; Tue, 1 Oct 2019 21:56:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 44F0C84D84 for ; Tue, 1 Oct 2019 21:56:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3DD54FBF4; Tue, 1 Oct 2019 21:56:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156996697112430" MIME-Version: 1.0 Date: Tue, 1 Oct 2019 21:56:11 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/mk/check To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20191001215611.3DD54FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_156996697112430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Tue Oct 1 21:56:11 UTC 2019 Modified Files: pkgsrc/mk/check: check-perms.mk Log Message: mk/check/check-perms.mk: complete the _VARGROUPS section To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/mk/check/check-perms.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156996697112430 Content-Disposition: inline Content-Length: 913 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mk/check/check-perms.mk diff -u pkgsrc/mk/check/check-perms.mk:1.20 pkgsrc/mk/check/check-perms.mk:1.21 --- pkgsrc/mk/check/check-perms.mk:1.20 Tue Oct 1 21:48:30 2019 +++ pkgsrc/mk/check/check-perms.mk Tue Oct 1 21:56:11 2019 @@ -1,4 +1,4 @@ -# $NetBSD: check-perms.mk,v 1.20 2019/10/01 21:48:30 rillig Exp $ +# $NetBSD: check-perms.mk,v 1.21 2019/10/01 21:56:11 rillig Exp $ # # This file checks that after installation of a package, all files and # directories of that package have sensible permissions set. @@ -30,6 +30,9 @@ _VARGROUPS+= check-perms _USER_VARS.check-perms= CHECK_PERMS _PKG_VARS.check-perms= CHECK_PERMS_SKIP CHECK_PERMS_AUTOFIX +_DEF_VARS.check-perms= TOOL_DEPENDS +_USE_VARS.check-perms= PKG_DEVELOPER MACHINE_PLATFORM DESTDIR PREFIX +_IGN_VARS.check-perms= _* LOCALBASE PKGNAME HOST_PKG_INFO .if ${PKG_DEVELOPER:Uno} != "no" CHECK_PERMS?= yes --_----------=_156996697112430--