From owner-svn-ports-head@FreeBSD.ORG Sun Feb 24 17:46:10 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8B965260; Sun, 24 Feb 2013 17:46:10 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4EB9DB0F; Sun, 24 Feb 2013 17:46:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1OHk9fl025709; Sun, 24 Feb 2013 17:46:09 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1OHk9eb025706; Sun, 24 Feb 2013 17:46:09 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201302241746.r1OHk9eb025706@svn.freebsd.org> From: Johan van Selst Date: Sun, 24 Feb 2013 17:46:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312885 - head/devel/bison X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 17:46:10 -0000 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