svn commit: r312885 - head/devel/bison
Johan van Selst
johans at FreeBSD.org
Sun Feb 24 17:46:10 UTC 2013
Author: johans
Date: Sun Feb 24 17:46:08 2013
New Revision: 312885
URL: http://svnweb.freebsd.org/changeset/ports/312885
Log:
Update bison to 2.7
http://lists.gnu.org/archive/html/help-bison/2012-12/msg00008.html
PR: ports/173606
Exp-run by: miwi
Modified:
head/devel/bison/Makefile
head/devel/bison/distinfo
head/devel/bison/pkg-plist (contents, props changed)
Modified: head/devel/bison/Makefile
==============================================================================
--- head/devel/bison/Makefile Sun Feb 24 17:40:22 2013 (r312884)
+++ head/devel/bison/Makefile Sun Feb 24 17:46:08 2013 (r312885)
@@ -1,12 +1,8 @@
-# Ports collection makefile for: bison
-# Date created: 27 Mar 1999
-# Whom: Jerry Hicks
-#
+# Created by: Jerry Hicks
# $FreeBSD$
-#
PORTNAME= bison
-PORTVERSION= 2.5.1
+PORTVERSION= 2.7
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
@@ -19,6 +15,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
USE_XZ= yes
+USE_PERL5_BUILD=yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
@@ -45,7 +42,7 @@ PLIST_SUB+= NLS="@comment "
post-extract:
@${RM} -f ${WRKSRC}/doc/bison.info*
@${REINPLACE_CMD} 's/MANS = yacc.1/MANS =/' ${WRKSRC}/doc/Makefile.in
-.if empty(${PORT_OPTIONS:MNLS})
+.if ! ${PORT_OPTIONS:MNLS}
@${REINPLACE_CMD} 's/ install-exec-local//' ${WRKSRC}/lib/Makefile.in
.endif
Modified: head/devel/bison/distinfo
==============================================================================
--- head/devel/bison/distinfo Sun Feb 24 17:40:22 2013 (r312884)
+++ head/devel/bison/distinfo Sun Feb 24 17:46:08 2013 (r312885)
@@ -1,2 +1,2 @@
-SHA256 (bison-2.5.1.tar.xz) = fec90caed650270484955ba6ee73ddb01186608799a27fcaaf868e5274c030d8
-SIZE (bison-2.5.1.tar.xz) = 1608376
+SHA256 (bison-2.7.tar.xz) = 43d8c5c466486031d5e7195a152ff49651ccac91599692e788b5ec5b693ca7fd
+SIZE (bison-2.7.tar.xz) = 1776640
Modified: head/devel/bison/pkg-plist
==============================================================================
--- head/devel/bison/pkg-plist Sun Feb 24 17:40:22 2013 (r312884)
+++ head/devel/bison/pkg-plist Sun Feb 24 17:46:08 2013 (r312885)
@@ -4,6 +4,7 @@ share/aclocal/bison-i18n.m4
%%DATADIR%%/bison.m4
%%DATADIR%%/c++-skel.m4
%%DATADIR%%/c++.m4
+%%DATADIR%%/c-like.m4
%%DATADIR%%/c-skel.m4
%%DATADIR%%/c.m4
%%DATADIR%%/glr.c
@@ -71,6 +72,8 @@ share/aclocal/bison-i18n.m4
%%NLS%%share/locale/ru/LC_MESSAGES/bison.mo
%%NLS%%share/locale/sl/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/sr/LC_MESSAGES/bison-runtime.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/bison.mo
+%%NLS%%share/locale/sq/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/sv/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/sv/LC_MESSAGES/bison.mo
%%NLS%%share/locale/th/LC_MESSAGES/bison-runtime.mo
More information about the svn-ports-head
mailing list