pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint Add BOOTSTRAP_PKG and USE_GCC_RUNTIME...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dfefbcf6798f
branches:  trunk
changeset: 651177:dfefbcf6798f
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sun May 03 15:20:23 2015 +0000

description:
Add BOOTSTRAP_PKG and USE_GCC_RUNTIME variables to makevars. Patch from
Olivier Duclos on tech-pkg.
Bump package version.

diffstat:

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

diffs (37 lines):

diff -r 96065fd6a761 -r dfefbcf6798f pkgtools/pkglint/Makefile
--- a/pkgtools/pkglint/Makefile Sun May 03 15:01:11 2015 +0000
+++ b/pkgtools/pkglint/Makefile Sun May 03 15:20:23 2015 +0000
@@ -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@localhost
diff -r 96065fd6a761 -r dfefbcf6798f pkgtools/pkglint/files/makevars.map
--- a/pkgtools/pkglint/files/makevars.map       Sun May 03 15:01:11 2015 +0000
+++ b/pkgtools/pkglint/files/makevars.map       Sun May 03 15:20:23 2015 +0000
@@ -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 @@
 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_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]



Home | Main Index | Thread Index | Old Index