Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Nov 2012 16:08:41 +0100 (CET)
From:      Johan van Selst <johans@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/173606: [exp-run] devel/bison: update to 2.6.5
Message-ID:  <20121113150841.2C46D3604F4A@mailhost.gletsjer.net>
Resent-Message-ID: <201211131510.qADFA0Ed015722@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         173606
>Category:       ports
>Synopsis:       [exp-run] devel/bison: update to 2.6.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 13 15:10:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Johan van Selst
>Release:        FreeBSD 9.1-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD gonzales.gletsjer.net 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #13: Wed Oct 10 11:49:48 CEST 2012 root@gonzales.gletsjer.net:/usr/obj/usr/src/sys/gonzales amd64


	
>Description:
	
	The attached patch updates bison to the latest release, 2.6.5.
	This release fixes the (minor) bugs that were present in the
	previous 2.6.x releases - which we skipped.

	This port update also fixes the NLS option check and adds perl
	as a mandatory build dependency.

	As customary for bison, an exp-run is requested.
>How-To-Repeat:
	
>Fix:

	


diff -uNr bison.orig/Makefile bison/Makefile
--- bison.orig/Makefile	2012-07-17 02:30:15.000000000 +0200
+++ bison/Makefile	2012-11-07 23:11:39.000000000 +0100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	bison
-PORTVERSION=	2.5.1
+PORTVERSION=	2.6.5
 PORTEPOCH=	1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GNU}
@@ -19,6 +19,7 @@
 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 +46,7 @@
 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 empty(PORT_OPTIONS:MNLS)
 	@${REINPLACE_CMD} 's/ install-exec-local//' ${WRKSRC}/lib/Makefile.in
 .endif
 
diff -uNr bison.orig/distinfo bison/distinfo
--- bison.orig/distinfo	2012-06-28 02:35:47.000000000 +0200
+++ bison/distinfo	2012-11-07 23:11:56.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (bison-2.5.1.tar.xz) = fec90caed650270484955ba6ee73ddb01186608799a27fcaaf868e5274c030d8
-SIZE (bison-2.5.1.tar.xz) = 1608376
+SHA256 (bison-2.6.5.tar.xz) = 8640d5b51aad462db6863711f333a9159836853e0b1e79fdef708c6efb5cd52b
+SIZE (bison-2.6.5.tar.xz) = 1669260
diff -uNr bison.orig/pkg-plist bison/pkg-plist
--- bison.orig/pkg-plist	2012-06-28 02:35:47.000000000 +0200
+++ bison/pkg-plist	2012-10-23 18:45:28.000000000 +0200
@@ -4,6 +4,7 @@
 %%DATADIR%%/bison.m4
 %%DATADIR%%/c++-skel.m4
 %%DATADIR%%/c++.m4
+%%DATADIR%%/c-like.m4
 %%DATADIR%%/c-skel.m4
 %%DATADIR%%/c.m4
 %%DATADIR%%/glr.c
@@ -70,7 +71,9 @@
 %%NLS%%share/locale/ru/LC_MESSAGES/bison-runtime.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/bison.mo
 %%NLS%%share/locale/sl/LC_MESSAGES/bison-runtime.mo
+%%NLS%%share/locale/sq/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/sv/LC_MESSAGES/bison-runtime.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/bison.mo
 %%NLS%%share/locale/th/LC_MESSAGES/bison-runtime.mo
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121113150841.2C46D3604F4A>