summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorbsiegert <bsiegert>2015-05-03 15:20:23 +0000
committerbsiegert <bsiegert>2015-05-03 15:20:23 +0000
commit2a983fd3d6a01fd8fed98cb2307a40fd542bd4a1 (patch)
treef5745dfdb94a38ea570b42023227406d5ac3b537 /pkgtools
parent6a06e13e9d7ae6db9bf8c58a729124ff282f8831 (diff)
downloadpkgsrc-2a983fd3d6a01fd8fed98cb2307a40fd542bd4a1.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')
-rw-r--r--pkgtools/pkglint/Makefile4
-rw-r--r--pkgtools/pkglint/files/makevars.map4
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]