pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Added PKG_SYSCONFDIR and PKG_SY...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1f0a594e775
branches:  trunk
changeset: 509468:c1f0a594e775
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Mar 10 22:14:52 2006 +0000

description:
Added PKG_SYSCONFDIR and PKG_SYSCONFVAR. The latter is not a Varname, as
the name might suggest, but an Identifier.

diffstat:

 pkgtools/pkglint/files/makevars.map |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 5afbf0194a57 -r c1f0a594e775 pkgtools/pkglint/files/makevars.map
--- a/pkgtools/pkglint/files/makevars.map       Fri Mar 10 21:16:30 2006 +0000
+++ b/pkgtools/pkglint/files/makevars.map       Fri Mar 10 22:14:52 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: makevars.map,v 1.71 2006/03/10 12:33:49 rillig Exp $
+# $NetBSD: makevars.map,v 1.72 2006/03/10 22:14:52 rillig Exp $
 #
 
 # This file contains the guessed type of some variables, according to
@@ -336,7 +336,10 @@
 PKG_SUFX               Userdefined
 PKG_SUGGESTED_OPTIONS  List of Option
 PKG_SUPPORTED_OPTIONS  List of Option
+PKG_SYSCONFDIR         Pathname
 PKG_SYSCONFSUBDIR      Pathname
+PKG_SYSCONFVAR         Identifier
+# ^^ FIXME: name/type mismatch.
 PKG_USERS              List of ShellWord
 PLIST_SRC              List of RelativePkgPath
 PLIST_SUBST            List+ of ShellWord



Home | Main Index | Thread Index | Old Index