Wed Oct 21 11:24:01 2020 UTC ()
bison: remove now unused readline dependency.

Bump PKGREVISION.

Noted by tnn.


(wiz)
diff -r1.116 -r1.117 pkgsrc/devel/bison/Makefile

cvs diff -r1.116 -r1.117 pkgsrc/devel/bison/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/bison/Makefile 2020/10/21 10:04:53 1.116
+++ pkgsrc/devel/bison/Makefile 2020/10/21 11:24:01 1.117
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile,v 1.116 2020/10/21 10:04:53 wiz Exp $ 1# $NetBSD: Makefile,v 1.117 2020/10/21 11:24:01 wiz Exp $
2 2
3DISTNAME= bison-3.7.3 3DISTNAME= bison-3.7.3
 4PKGREVISION= 1
4CATEGORIES= devel 5CATEGORIES= devel
5MASTER_SITES= ${MASTER_SITE_GNU:=bison/} 6MASTER_SITES= ${MASTER_SITE_GNU:=bison/}
6EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
7 8
8MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://www.gnu.org/software/bison/bison.html 10HOMEPAGE= https://www.gnu.org/software/bison/bison.html
10COMMENT= GNU yacc(1) replacement 11COMMENT= GNU yacc(1) replacement
11LICENSE= gnu-gpl-v3 12LICENSE= gnu-gpl-v3
12 13
13CHECK_PORTABILITY_SKIP+= tests/local.mk 14CHECK_PORTABILITY_SKIP+= tests/local.mk
14 15
15USE_LANGUAGES= c c++ 16USE_LANGUAGES= c c++
16USE_TOOLS+= grep gm4:run flex perl:build 17USE_TOOLS+= grep gm4:run flex perl:build
@@ -21,15 +22,14 @@ CONFIGURE_ENV+= ac_cv_prog_M4=${TOOLS_P @@ -21,15 +22,14 @@ CONFIGURE_ENV+= ac_cv_prog_M4=${TOOLS_P
21.include "options.mk" 22.include "options.mk"
22 23
23INFO_FILES= yes 24INFO_FILES= yes
24TEST_TARGET= check 25TEST_TARGET= check
25REPLACE_PERL+= examples/extexi 26REPLACE_PERL+= examples/extexi
26REPLACE_SH+= examples/test examples/*/*.test 27REPLACE_SH+= examples/test examples/*/*.test
27 28
28CONFIGURE_ARGS.Cygwin+= ac_cv_func___fpending=yes 29CONFIGURE_ARGS.Cygwin+= ac_cv_func___fpending=yes
29 30
30# Avoid rebuilding manpage 31# Avoid rebuilding manpage
31pre-build: 32pre-build:
32 ${TOUCH} ${WRKSRC}/doc/bison.1 33 ${TOUCH} ${WRKSRC}/doc/bison.1
33 34
34.include "../../mk/readline.buildlink3.mk" 
35.include "../../mk/bsd.pkg.mk" 35.include "../../mk/bsd.pkg.mk"