pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/bison



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Mar 12 20:47:12 UTC 2020

Modified Files:
        pkgsrc/devel/bison: Makefile

Log Message:
bison: skip portability check for tests/local.mk


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 pkgsrc/devel/bison/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/bison/Makefile
diff -u pkgsrc/devel/bison/Makefile:1.111 pkgsrc/devel/bison/Makefile:1.112
--- pkgsrc/devel/bison/Makefile:1.111   Sat Jan 18 23:30:24 2020
+++ pkgsrc/devel/bison/Makefile Thu Mar 12 20:47:12 2020
@@ -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 @@ HOMEPAGE=     https://www.gnu.org/software/b
 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