pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Converted NOT_FOR_PLATFORM and ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2414945bd6ef
branches:  trunk
changeset: 523162:2414945bd6ef
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Jan 02 23:00:11 2007 +0000

description:
Converted NOT_FOR_PLATFORM and ONLY_FOR_PLATFORM from List to
InternalList, so they can be used in .for loops.

diffstat:

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

diffs (27 lines):

diff -r ddf31018a155 -r 2414945bd6ef pkgtools/pkglint/files/makevars.map
--- a/pkgtools/pkglint/files/makevars.map       Tue Jan 02 22:54:54 2007 +0000
+++ b/pkgtools/pkglint/files/makevars.map       Tue Jan 02 23:00:11 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: makevars.map,v 1.150 2007/01/02 13:14:39 rillig Exp $
+# $NetBSD: makevars.map,v 1.151 2007/01/02 23:00:11 rillig Exp $
 #
 
 # This file contains the guessed type of some variables, according to
@@ -443,7 +443,7 @@
 NM                     ShellCommand [$system]
 NONBINMODE             FileMode [$system]
 NOT_FOR_COMPILER       List of { ccc gcc icc ido mipspro mipspro-ucode sunpro xlc } [$package]
-NOT_FOR_PLATFORM       List of PlatformTriple [$package_list]
+NOT_FOR_PLATFORM       InternalList of PlatformTriple [$package_list]
 NO_BIN_ON_CDROM                Restricted [m:s,c:s]
 NO_BIN_ON_FTP          Restricted [m:s,c:s]
 NO_BUILD               Yes [m:s,c:s,Makefile.*:ds]
@@ -460,7 +460,7 @@
 NO_SRC_ON_CDROM                Restricted [m:s,c:s]
 NO_SRC_ON_FTP          Restricted [m:s,c:s]
 ONLY_FOR_COMPILER      List of { ccc gcc icc ido mipspro mipspro-ucode sunpro xlc } [$package_list]
-ONLY_FOR_PLATFORM      List of PlatformTriple [$package_list]
+ONLY_FOR_PLATFORM      InternalList of PlatformTriple [$package_list]
 OPSYS                  Identifier [$system]
 OPSYSVARS              List of Varname [m:a,c:a]
 OSVERSION_SPECIFIC     Yes [m:s,c:s]



Home | Main Index | Thread Index | Old Index