pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Disabled the type check for BUI...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ceea0c098248
branches:  trunk
changeset: 503948:ceea0c098248
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Dec 02 08:56:09 2005 +0000

description:
Disabled the type check for BUILDLINK_RECOMMENDED, as it has produced
too many false positive warnings. Too bad that make(1) does not have a
"?+=" operator.

diffstat:

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

diffs (18 lines):

diff -r 71a3834867d3 -r ceea0c098248 pkgtools/pkglint/files/makevars.map
--- a/pkgtools/pkglint/files/makevars.map       Fri Dec 02 08:49:12 2005 +0000
+++ b/pkgtools/pkglint/files/makevars.map       Fri Dec 02 08:56:09 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: makevars.map,v 1.45 2005/12/01 20:13:16 wiz Exp $
+# $NetBSD: makevars.map,v 1.46 2005/12/02 08:56:09 rillig Exp $
 #
 
 # This file contains the guessed type of some variables, according to
@@ -44,7 +44,7 @@
 BDB_TYPE               Readonly
 BUILDLINK_DEPENDS      List!+ of Dependency
 BUILDLINK_PKGSRCDIR    RelativePkgDir
-BUILDLINK_RECOMMENDED  List!+ of Dependency
+#BUILDLINK_RECOMMENDED List!+ of Dependency
 BUILDLINK_TRANSFORM    List+
 BUILD_DEFS             List+ of Varname
 BUILD_DEPENDS          List!+ of DependencyWithPath



Home | Main Index | Thread Index | Old Index