ports/131640: [patch] Update devel/bison to 2.4.1

Johan van Selst johans at FreeBSD.org
Fri Feb 13 12:30:02 UTC 2009


>Number:         131640
>Category:       ports
>Synopsis:       [patch] Update devel/bison to 2.4.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 13 12:30:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Johan van Selst
>Release:        FreeBSD 7.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD mud.stack.nl 7.1-STABLE FreeBSD 7.1-STABLE #4: Wed Jan 21 11:54:50 CET 2009 root at mud.stack.nl:/extra1/obj/usr/src/sys/GENERIC i386


	
>Description:
	
	Bison version 2.4 contains quite some bug fixes and new
	features (see url below).
	Version 2.4.1 includes a few minor fixes for flaws in 2.4.

	http://lists.gnu.org/archive/html/bug-bison/2008-11/msg00000.html
	http://lists.gnu.org/archive/html/bug-bison/2008-12/msg00000.html
>How-To-Repeat:
	
>Fix:

	

diff -uNr bison/Makefile bison/Makefile
--- bison/Makefile	2008-08-22 08:30:35.000000000 +0200
+++ bison/Makefile	2009-02-13 12:24:15.000000000 +0100
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	bison
-PORTVERSION=	2.3
-PORTREVISION=	4
+PORTVERSION=	2.4.1
 PORTEPOCH=	1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GNU}
@@ -44,6 +43,7 @@
 
 post-extract:
 	@${RM} -f ${WRKSRC}/doc/bison.info*
+	@${REINPLACE_CMD} 's/MANS = yacc.1/MANS =/' ${WRKSRC}/doc/Makefile.in
 
 #
 # Requires texinfo 4.8 or above
diff -uNr bison/distinfo bison/distinfo
--- bison/distinfo	2007-10-19 09:23:24.000000000 +0200
+++ bison/distinfo	2009-02-13 11:37:22.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (bison-2.3.tar.bz2) = c18640c6ec31a169d351e3117ecce3ec
-SHA256 (bison-2.3.tar.bz2) = b10d7e9e354be72aee4e4911cf19dd27b5c527d4e7200857365b5fcdeea0dffb
-SIZE (bison-2.3.tar.bz2) = 1080319
+MD5 (bison-2.4.1.tar.bz2) = 84e80a2a192c1a4c02d43fbf2bcc4ca4
+SHA256 (bison-2.4.1.tar.bz2) = 2354469782149e36c644ae7c3e5105895424ed21cda5c05b591cb3dc17068e6b
+SIZE (bison-2.4.1.tar.bz2) = 1467784
diff -uNr bison/pkg-plist bison/pkg-plist
--- bison/pkg-plist	2007-10-19 09:23:24.000000000 +0200
+++ bison/pkg-plist	2009-02-13 13:19:13.000000000 +0100
@@ -1,13 +1,24 @@
 bin/bison
 share/aclocal/bison-i18n.m4
 %%DATADIR%%/README
+%%DATADIR%%/bison.m4
+%%DATADIR%%/c++-skel.m4
 %%DATADIR%%/c++.m4
+%%DATADIR%%/c-skel.m4
 %%DATADIR%%/c.m4
 %%DATADIR%%/glr.c
 %%DATADIR%%/glr.cc
+%%DATADIR%%/java-skel.m4
+%%DATADIR%%/java.m4
 %%DATADIR%%/lalr1.cc
+%%DATADIR%%/lalr1.java
 %%DATADIR%%/location.cc
+%%DATADIR%%/m4sugar/foreach.m4
 %%DATADIR%%/m4sugar/m4sugar.m4
+%%DATADIR%%/xslt/bison.xsl
+%%DATADIR%%/xslt/xml2dot.xsl
+%%DATADIR%%/xslt/xml2text.xsl
+%%DATADIR%%/xslt/xml2xhtml.xsl
 %%DATADIR%%/yacc.c
 %%PORTDOCS%%%%EXAMPLESDIR%%/calc++/calc++-driver.cc
 %%PORTDOCS%%%%EXAMPLESDIR%%/calc++/calc++-driver.hh
@@ -24,10 +35,13 @@
 %%NLS%%share/locale/da/LC_MESSAGES/bison.mo
 %%NLS%%share/locale/de/LC_MESSAGES/bison-runtime.mo
 %%NLS%%share/locale/de/LC_MESSAGES/bison.mo
+%%NLS%%share/locale/el/LC_MESSAGES/bison-runtime.mo
+%%NLS%%share/locale/el/LC_MESSAGES/bison.mo
 %%NLS%%share/locale/es/LC_MESSAGES/bison-runtime.mo
 %%NLS%%share/locale/es/LC_MESSAGES/bison.mo
 %%NLS%%share/locale/et/LC_MESSAGES/bison-runtime.mo
 %%NLS%%share/locale/et/LC_MESSAGES/bison.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/bison-runtime.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/bison-runtime.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/bison.mo
 %%NLS%%share/locale/ga/LC_MESSAGES/bison-runtime.mo
@@ -40,6 +54,8 @@
 %%NLS%%share/locale/it/LC_MESSAGES/bison.mo
 %%NLS%%share/locale/ja/LC_MESSAGES/bison-runtime.mo
 %%NLS%%share/locale/ja/LC_MESSAGES/bison.mo
+%%NLS%%share/locale/ky/LC_MESSAGES/bison-runtime.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/bison-runtime.mo
 %%NLS%%share/locale/ms/LC_MESSAGES/bison-runtime.mo
 %%NLS%%share/locale/ms/LC_MESSAGES/bison.mo
 %%NLS%%share/locale/nb/LC_MESSAGES/bison-runtime.mo
@@ -54,19 +70,23 @@
 %%NLS%%share/locale/ro/LC_MESSAGES/bison.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/bison-runtime.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/bison.mo
-%%NLS%%share/locale/rw/LC_MESSAGES/bison-runtime.mo
-%%NLS%%share/locale/rw/LC_MESSAGES/bison.mo
 %%NLS%%share/locale/sl/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
 %%NLS%%share/locale/tr/LC_MESSAGES/bison-runtime.mo
 %%NLS%%share/locale/tr/LC_MESSAGES/bison.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/bison-runtime.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/bison.mo
 %%NLS%%share/locale/vi/LC_MESSAGES/bison-runtime.mo
 %%NLS%%share/locale/vi/LC_MESSAGES/bison.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/bison-runtime.mo
 %%NLS%%share/locale/zh_TW/LC_MESSAGES/bison-runtime.mo
-%%NLS%%@dirrmtry share/locale/rw/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/rw
-%%PORTDOCS%%@dirrmtry %%EXAMPLESDIR%%/calc++
-%%PORTDOCS%%@dirrmtry %%EXAMPLESDIR%%
- at dirrmtry %%DATADIR%%/m4sugar
- at dirrmtry %%DATADIR%%
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/bison.mo
+%%NLS%%@dirrmtry share/locale/ky/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/ky
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/calc++
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
+ at dirrm %%DATADIR%%/m4sugar
+ at dirrm %%DATADIR%%/xslt
+ at dirrm %%DATADIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list