diff options
author | johans <johans@FreeBSD.org> | 2012-06-28 05:06:00 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2012-06-28 05:06:00 +0800 |
commit | e0e2ee8f9205152331393ecd0c978edbc6526a05 (patch) | |
tree | 2666bcc8a7abb1a6615f4d9e3726dfe4cf6f414c /devel | |
parent | eb906eef1a7d851cf07ccdc2b69556106ad9564f (diff) | |
download | freebsd-ports-gnome-e0e2ee8f9205152331393ecd0c978edbc6526a05.tar.gz freebsd-ports-gnome-e0e2ee8f9205152331393ecd0c978edbc6526a05.tar.zst freebsd-ports-gnome-e0e2ee8f9205152331393ecd0c978edbc6526a05.zip |
- Update bison to 2.5.1
http://lists.gnu.org/archive/html/info-gnu/2012-06/msg00004.html
Thanks to pav for testing it on an exp-run
PR: ports/169156
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bison/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 7f651b40a608..0338555b6f6d 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bison -PORTVERSION= 2.5 +PORTVERSION= 2.5.1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} @@ -18,16 +18,16 @@ COMMENT= A parser generator from FSF, (mostly) compatible with Yacc BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 -USE_BZIP2= yes +USE_XZ= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ARGS+=--disable-yacc + MAN1= bison.1 INFO= bison -CONFIGURE_ARGS+=--disable-yacc - .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} @@ -49,7 +49,7 @@ post-extract: @${REINPLACE_CMD} 's/ install-exec-local//' ${WRKSRC}/lib/Makefile.in .endif -.if !defined(NOPORTDOCS) +.if empty(PORT_OPTIONS:MDOCS) post-install: ${MKDIR} ${EXAMPLESDIR}/calc++ ${INSTALL_DATA} ${WRKSRC}/examples/calc++/*.[chly]* \ |