pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/bison bison: skip portability check for tests/lo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5e96b8f3fe6
branches:  trunk
changeset: 412870:c5e96b8f3fe6
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Mar 12 20:47:12 2020 +0000

description:
bison: skip portability check for tests/local.mk

diffstat:

 devel/bison/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 72bffb0c436e -r c5e96b8f3fe6 devel/bison/Makefile
--- a/devel/bison/Makefile      Thu Mar 12 20:33:53 2020 +0000
+++ b/devel/bison/Makefile      Thu Mar 12 20:47:12 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.111 2020/01/18 23:30:24 rillig Exp $
+# $NetBSD: Makefile,v 1.112 2020/03/12 20:47:12 tnn Exp $
 
 DISTNAME=      bison-3.4.2
 CATEGORIES=    devel
@@ -10,6 +10,8 @@
 COMMENT=       GNU yacc(1) replacement
 LICENSE=       gnu-gpl-v3
 
+CHECK_PORTABILITY_SKIP+=       tests/local.mk
+
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            grep gm4:run flex perl:build
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index