aboutsummaryrefslogtreecommitdiff
path: root/devel/bison
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2012-06-27 21:06:00 +0000
committerJohan van Selst <johans@FreeBSD.org>2012-06-27 21:06:00 +0000
commite80ea7dc5820142aa278b3449030b486b2251048 (patch)
treee2b3f2172fe47de30190d69ef3442b8a77a2ef6c /devel/bison
parent7c1fcca5bf3ad4dcf4342075b1ff3c72a1a0c778 (diff)
downloadports-e80ea7dc5820142aa278b3449030b486b2251048.tar.gz
ports-e80ea7dc5820142aa278b3449030b486b2251048.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
Notes
Notes: svn path=/head/; revision=300117
Diffstat (limited to 'devel/bison')
-rw-r--r--devel/bison/Makefile10
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]* \