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 CONFLICTS, CC and CXX. Th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/37c3efa35579
branches:  trunk
changeset: 503988:37c3efa35579
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Dec 02 18:47:58 2005 +0000

description:
Added CONFLICTS, CC and CXX. The latter two are marked as read-only.
(Hi hubertf.)

diffstat:

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

diffs (25 lines):

diff -r ba217e04812c -r 37c3efa35579 pkgtools/pkglint/files/makevars.map
--- a/pkgtools/pkglint/files/makevars.map       Fri Dec 02 18:00:14 2005 +0000
+++ b/pkgtools/pkglint/files/makevars.map       Fri Dec 02 18:47:58 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: makevars.map,v 1.48 2005/12/02 17:09:12 wiz Exp $
+# $NetBSD: makevars.map,v 1.49 2005/12/02 18:47:58 rillig Exp $
 #
 
 # This file contains the guessed type of some variables, according to
@@ -53,12 +53,15 @@
 BUILTIN_X11_VERSION    Readonly
 CATEGORIES             List of Category
 CC_VERSION             Readonly
+CC                     Readonly
 CFLAGS                 List+
 COMMENT                        Comment
 CONFIGURE_ARGS         List+ of ShellWord
 CONFIGURE_DIRS         List of WrksrcSubdirectory
 CONFIGURE_ENV          List+ of ShellWord
+CONFLICTS              List of Dependency
 CPPFLAGS               List+
+CXX                    Readonly
 DEPENDS                        List!+ of DependencyWithPath
 DISTFILES              List of Filename
 DISTNAME               Filename



Home | Main Index | Thread Index | Old Index