pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files BUILDLINK_A{B,P}I_DEPENDS shoul...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9df90878f6b0
branches:  trunk
changeset: 512542:9df90878f6b0
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu May 11 10:10:12 2006 +0000

description:
BUILDLINK_A{B,P}I_DEPENDS should not be assigned using the ?= operator.

diffstat:

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

diffs (20 lines):

diff -r b50415ffe92b -r 9df90878f6b0 pkgtools/pkglint/files/makevars.map
--- a/pkgtools/pkglint/files/makevars.map       Thu May 11 10:06:09 2006 +0000
+++ b/pkgtools/pkglint/files/makevars.map       Thu May 11 10:10:12 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: makevars.map,v 1.89 2006/05/11 09:16:53 rillig Exp $
+# $NetBSD: makevars.map,v 1.90 2006/05/11 10:10:12 rillig Exp $
 #
 
 # This file contains the guessed type of some variables, according to
@@ -110,8 +110,8 @@
 BROKEN                 Message
 BROKEN_GETTEXT_DETECTION       YesNo [m:s,c:s]
 BROKEN_IN              List of BrokenIn [m:s]
-BUILDLINK_ABI_DEPENDS  List of Dependency [b:da,m:a]           # b:d?
-BUILDLINK_API_DEPENDS  List of Dependency [b:da,m:a, builtin.mk:a] # b:d?
+BUILDLINK_ABI_DEPENDS  List of Dependency [b:a,m:a]
+BUILDLINK_API_DEPENDS  List of Dependency [b:a,m:a,builtin.mk:a]
 BUILDLINK_CONTENTS_FILTER      List of ShellWord
 # ^^ ShellCommand
 BUILDLINK_CFLAGS       List of CFlag



Home | Main Index | Thread Index | Old Index