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 CFLAGS and CPPFLAGS to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3063b57b7605
branches:  trunk
changeset: 503818:3063b57b7605
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Nov 30 19:23:43 2005 +0000

description:
- Added CFLAGS and CPPFLAGS to the list of variables that may contain the
  names of tools instead of the tool variables.

diffstat:

 pkgtools/pkglint/files/pkglint.pl |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r ef79e77bb0d9 -r 3063b57b7605 pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Wed Nov 30 19:19:25 2005 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Wed Nov 30 19:23:43 2005 +0000
@@ -11,7 +11,7 @@
 # Freely redistributable.  Absolutely no warranty.
 #
 # From Id: portlint.pl,v 1.64 1998/02/28 02:34:05 itojun Exp
-# $NetBSD: pkglint.pl,v 1.392 2005/11/30 19:19:25 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.393 2005/11/30 19:23:43 rillig Exp $
 #
 # This version contains lots of changes necessary for NetBSD packages
 # done by:
@@ -2259,7 +2259,7 @@
 
        my @ok_vars = qw(
                BUILDLINK_TRANSFORM BUILD_DEPENDS
-               COMMENT CONFLICTS
+               CFLAGS CPPFLAGS COMMENT CONFLICTS
                DEPENDS DISTNAME
                EXTRACT_SUFX EXTRACT_USING
                INTERACTIVE_STAGE



Home | Main Index | Thread Index | Old Index