Sun Mar 22 08:17:02 2009 UTC ()
Added BUILDLINK_CONTENTS_FILTER.*


(rillig)
diff -r1.191 -r1.192 pkgsrc/pkgtools/pkglint/files/makevars.map

cvs diff -r1.191 -r1.192 pkgsrc/pkgtools/pkglint/files/Attic/makevars.map (expand / switch to unified diff)

--- pkgsrc/pkgtools/pkglint/files/Attic/makevars.map 2009/03/22 05:41:44 1.191
+++ pkgsrc/pkgtools/pkglint/files/Attic/makevars.map 2009/03/22 08:17:02 1.192
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: makevars.map,v 1.191 2009/03/22 05:41:44 rillig Exp $ 1# $NetBSD: makevars.map,v 1.192 2009/03/22 08:17:02 rillig Exp $
2# 2#
3 3
4# This file contains the guessed type of some variables, according to 4# This file contains the guessed type of some variables, according to
5# their current use in pkgsrc. 5# their current use in pkgsrc.
6# 6#
7# The type YesNo is used for variables that are checked using 7# The type YesNo is used for variables that are checked using
8# .if defined(VAR) && !empty(VAR:M[Yy][Ee][Ss]) 8# .if defined(VAR) && !empty(VAR:M[Yy][Ee][Ss])
9# 9#
10# The type Yes is used for variables that are checked using 10# The type Yes is used for variables that are checked using
11# .if defined(VAR) 11# .if defined(VAR)
12# 12#
13# Type type List is used for lists of things. There are two types of lists, 13# Type type List is used for lists of things. There are two types of lists,
14# InternalList and List, which are described in the pkgsrc guide, chapter 14# InternalList and List, which are described in the pkgsrc guide, chapter
@@ -150,26 +150,27 @@ BINOWN UserGroupName [$system] @@ -150,26 +150,27 @@ BINOWN UserGroupName [$system]
150BOOTSTRAP_DEPENDS InternalList of DependencyWithPath [c:a,m:a,o:a,*.mk:a] 150BOOTSTRAP_DEPENDS InternalList of DependencyWithPath [c:a,m:a,o:a,*.mk:a]
151BROKEN Message [] 151BROKEN Message []
152BROKEN_GETTEXT_DETECTION YesNo [$package] 152BROKEN_GETTEXT_DETECTION YesNo [$package]
153BROKEN_IN List of BrokenIn [m:s] 153BROKEN_IN List of BrokenIn [m:s]
154BSD_MAKE_ENV List of ShellWord [$system] 154BSD_MAKE_ENV List of ShellWord [$system]
155BUILDLINK_ABI_DEPENDS.* InternalList of Dependency [*:a] 155BUILDLINK_ABI_DEPENDS.* InternalList of Dependency [*:a]
156BUILDLINK_API_DEPENDS.* InternalList of Dependency [*:a] 156BUILDLINK_API_DEPENDS.* InternalList of Dependency [*:a]
157BUILDLINK_CONTENTS_FILTER List of ShellWord [] 157BUILDLINK_CONTENTS_FILTER List of ShellWord []
158# ^^ ShellCommand 158# ^^ ShellCommand
159BUILDLINK_CFLAGS List of CFlag [$system] 159BUILDLINK_CFLAGS List of CFlag [$system]
160BUILDLINK_CFLAGS.* List of CFlag [$bl_list] 160BUILDLINK_CFLAGS.* List of CFlag [$bl_list]
161BUILDLINK_CPPFLAGS List of CFlag [$system] 161BUILDLINK_CPPFLAGS List of CFlag [$system]
162BUILDLINK_CPPFLAGS.* List of CFlag [$bl_list] 162BUILDLINK_CPPFLAGS.* List of CFlag [$bl_list]
 163BUILDLINK_CONTENTS_FILTER.* ShellCommand [b:s]
163BUILDLINK_DEPENDS InternalList of Identifier [b:a] 164BUILDLINK_DEPENDS InternalList of Identifier [b:a]
164BUILDLINK_DEPMETHOD.* List of BuildlinkDepmethod [b:ad,m:as,c:a,*.mk:a] 165BUILDLINK_DEPMETHOD.* List of BuildlinkDepmethod [b:ad,m:as,c:a,*.mk:a]
165# ^^ FIXME: b:d may lead to unexpected behavior. 166# ^^ FIXME: b:d may lead to unexpected behavior.
166BUILDLINK_DEPTH BuildlinkDepth [b:ps, builtin.mk:ps] 167BUILDLINK_DEPTH BuildlinkDepth [b:ps, builtin.mk:ps]
167BUILDLINK_DIR Pathname [$system] 168BUILDLINK_DIR Pathname [$system]
168BUILDLINK_FILES.* List of Pathmask [$bl_list] 169BUILDLINK_FILES.* List of Pathmask [$bl_list]
169BUILDLINK_FILES_CMD.* List of ShellWord [] 170BUILDLINK_FILES_CMD.* List of ShellWord []
170# ^^ ShellCommand 171# ^^ ShellCommand
171BUILDLINK_INCDIRS.* List of Pathname [b:ad] # b:d? 172BUILDLINK_INCDIRS.* List of Pathname [b:ad] # b:d?
172BUILDLINK_JAVA_PREFIX.* Pathname [b:s] 173BUILDLINK_JAVA_PREFIX.* Pathname [b:s]
173BUILDLINK_LDADD.* List of LdFlag [builtin.mk:adsu, b:, m:u, c:u, *.mk:u] 174BUILDLINK_LDADD.* List of LdFlag [builtin.mk:adsu, b:, m:u, c:u, *.mk:u]
174BUILDLINK_LDFLAGS List of LdFlag [$system] 175BUILDLINK_LDFLAGS List of LdFlag [$system]
175BUILDLINK_LDFLAGS.* List of LdFlag [$bl_list] 176BUILDLINK_LDFLAGS.* List of LdFlag [$bl_list]