pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/pkg_install
Module Name: pkgsrc
Committed By: rillig
Date: Sun Aug 9 21:40:43 UTC 2020
Modified Files:
pkgsrc/pkgtools/pkg_install: Makefile
Log Message:
pkgtools/pkg_install: fix pkglint warning about CHECK_PERMS
To generate a diff of this commit:
cvs rdiff -u -r1.230 -r1.231 pkgsrc/pkgtools/pkg_install/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/pkg_install/Makefile
diff -u pkgsrc/pkgtools/pkg_install/Makefile:1.230 pkgsrc/pkgtools/pkg_install/Makefile:1.231
--- pkgsrc/pkgtools/pkg_install/Makefile:1.230 Wed Jul 1 10:15:19 2020
+++ pkgsrc/pkgtools/pkg_install/Makefile Sun Aug 9 21:40:42 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.230 2020/07/01 10:15:19 jperkin Exp $
+# $NetBSD: Makefile,v 1.231 2020/08/09 21:40:42 rillig Exp $
# Notes to package maintainers:
#
@@ -30,7 +30,7 @@ NBCOMPAT_CONFIGURE_ARGS+= --enable-bsd-g
SKIP_AUDIT_PACKAGES= yes
NO_PKGTOOLS_REQD_CHECK= yes
PKG_PRESERVE= yes
-CHECK_PERMS= no
+CHECK_PERMS_SKIP= *
# These are needed to solve a chicken-and-egg problem where pkgsrc uses
# newer features of pkg_install, but older NetBSD installations won't
Home |
Main Index |
Thread Index |
Old Index