diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2015-05-03 15:20:23 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2015-05-03 15:20:23 +0000 |
commit | 5e5a4c2b26dbc266d40f36ddfadc5d8ea7c3c056 (patch) | |
tree | f5745dfdb94a38ea570b42023227406d5ac3b537 /pkgtools/pkglint | |
parent | c3d3a61c7a62de0cb2a6390097c2276c370e7935 (diff) | |
download | pkgsrc-5e5a4c2b26dbc266d40f36ddfadc5d8ea7c3c056.tar.gz |
Add BOOTSTRAP_PKG and USE_GCC_RUNTIME variables to makevars. Patch from
Olivier Duclos on tech-pkg.
Bump package version.
Diffstat (limited to 'pkgtools/pkglint')
-rw-r--r-- | pkgtools/pkglint/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/pkglint/files/makevars.map | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index 03f8ec0b239..adc6a8ddda2 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.460 2015/03/11 19:09:38 rillig Exp $ +# $NetBSD: Makefile,v 1.461 2015/05/03 15:20:23 bsiegert Exp $ -PKGNAME= pkglint-4.153 +PKGNAME= pkglint-4.154 CATEGORIES= pkgtools OWNER= wiz@NetBSD.org diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map index aba0310e278..325c59af53d 100644 --- a/pkgtools/pkglint/files/makevars.map +++ b/pkgtools/pkglint/files/makevars.map @@ -1,4 +1,4 @@ -# $NetBSD: makevars.map,v 1.263 2015/04/14 11:40:31 wiz Exp $ +# $NetBSD: makevars.map,v 1.264 2015/05/03 15:20:24 bsiegert Exp $ # # This file contains the guessed type of some variables, according to @@ -151,6 +151,7 @@ BINGRP UserGroupName [$system] BINMODE FileMode [$system] BINOWN UserGroupName [$system] BOOTSTRAP_DEPENDS InternalList of DependencyWithPath [c:a,m:a,o:a,*.mk:a] +BOOTSTRAP_PKG YesNo [$package] BROKEN Message [] BROKEN_GETTEXT_DETECTION YesNo [$package] BROKEN_EXCEPT_ON_PLATFORM List of PlatformTriple [$package_list] @@ -739,6 +740,7 @@ USE_BUILTIN.* YesNo_Indirectly [builtin.mk:s] USE_CMAKE Yes [$package] USE_CROSSBASE Yes [m:s] USE_FEATURES List of Identifier [$package] +USE_GCC_RUNTIME YesNo [$package] USE_GNU_CONFIGURE_HOST YesNo [$package] USE_GNU_ICONV Yes [m:s,c:s,o:s] USE_IMAKE Yes [m:s] |