pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/compat_headers
Module Name: pkgsrc
Committed By: rillig
Date: Sun Jun 7 06:26:25 UTC 2020
Modified Files:
pkgsrc/pkgtools/compat_headers: Makefile
Log Message:
pkgtools/compat_headers: properly skip the permissions check
CHECK_PERMS is a user-settable variable. Setting CHECK_PERMS_SKIP has
the same effect.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/pkgtools/compat_headers/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/compat_headers/Makefile
diff -u pkgsrc/pkgtools/compat_headers/Makefile:1.10 pkgsrc/pkgtools/compat_headers/Makefile:1.11
--- pkgsrc/pkgtools/compat_headers/Makefile:1.10 Sun Jan 26 17:31:59 2020
+++ pkgsrc/pkgtools/compat_headers/Makefile Sun Jun 7 06:26:25 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2020/01/26 17:31:59 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2020/06/07 06:26:25 rillig Exp $
PKGNAME= compat_headers-0.2
CATEGORIES= pkgtools
@@ -10,7 +10,7 @@ COMMENT= Compatibility headers
PREV_PKGPATH= pkgtools/posix_headers
SUPERSEDES= posix_headers-[0-9]*
-CHECK_PERMS= no
+CHECK_PERMS_SKIP= *
GNU_CONFIGURE= yes
PLIST_SRC+= ${WRKSRC}/PLIST
Home |
Main Index |
Thread Index |
Old Index