Date: Tue, 9 Aug 2005 19:16:11 +0300 (EEST) From: Frerich Raabe <frerich@athame.co.uk> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/84709: Update port: devel/bison to version 2.0 Message-ID: <200508091616.j79GGBVm007419@hex.athame.co.uk> Resent-Message-ID: <200508091620.j79GKJZw036971@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 84709 >Category: ports >Synopsis: Update port: devel/bison to version 2.0 >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: Tue Aug 09 16:20:19 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Frerich Raabe >Release: FreeBSD 5.4-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD hex.athame.co.uk 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #6: Tue Aug 2 14:05:03 EEST 2005 root@hex.athame.co.uk:/usr/obj/usr/src/sys/HEXSMP i386 >Description: The accompanying patch attempts to update the devel/bison port so that it uses the new bison 2.0 which was released in late 2004. >How-To-Repeat: >Fix: diff -u /usr/ports/devel/bison/Makefile bison/Makefile --- /usr/ports/devel/bison/Makefile Mon May 2 15:40:56 2005 +++ bison/Makefile Tue Aug 9 18:01:13 2005 @@ -6,8 +6,7 @@ # PORTNAME= bison -PORTVERSION= 1.75 -PORTREVISION= 2 +PORTVERSION= 2.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,7 +19,7 @@ CONFLICTS= bison-1.8[0-9]* -USE_BZIP2= yes +USE_GZIP= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff -u /usr/ports/devel/bison/distinfo bison/distinfo --- /usr/ports/devel/bison/distinfo Thu Jan 29 07:22:55 2004 +++ bison/distinfo Tue Aug 9 18:01:39 2005 @@ -1,2 +1,2 @@ -MD5 (bison-1.75.tar.bz2) = dd88fe42e35d554c00af430a9342456a -SIZE (bison-1.75.tar.bz2) = 773106 +MD5 (bison-2.0.tar.gz) = c17f964fd5504b88b07a183420de25e3 +SIZE (bison-2.0.tar.gz) = 1163590 diff -u /usr/ports/devel/bison/pkg-plist bison/pkg-plist --- /usr/ports/devel/bison/pkg-plist Thu Dec 16 05:49:19 2004 +++ bison/pkg-plist Tue Aug 9 18:11:07 2005 @@ -1,23 +1,31 @@ @comment $FreeBSD: ports/devel/bison/pkg-plist,v 1.18 2004/12/16 05:49:19 kris Exp $ bin/bison +bin/yacc +%%DATADIR%%/README %%DATADIR%%/c.m4 %%DATADIR%%/glr.c %%DATADIR%%/lalr1.cc %%DATADIR%%/m4sugar/m4sugar.m4 -%%DATADIR%%/m4sugar/version.m4 %%DATADIR%%/yacc.c +%%NLS%%share/locale/da/LC_MESSAGES/bison.mo %%NLS%%share/locale/de/LC_MESSAGES/bison.mo %%NLS%%share/locale/es/LC_MESSAGES/bison.mo %%NLS%%share/locale/et/LC_MESSAGES/bison.mo %%NLS%%share/locale/fr/LC_MESSAGES/bison.mo +%%NLS%%share/locale/ga/LC_MESSAGES/bison.mo %%NLS%%share/locale/hr/LC_MESSAGES/bison.mo %%NLS%%share/locale/id/LC_MESSAGES/bison.mo %%NLS%%share/locale/it/LC_MESSAGES/bison.mo %%NLS%%share/locale/ja/LC_MESSAGES/bison.mo +%%NLS%%share/locale/ms/LC_MESSAGES/bison.mo +%%NLS%%share/locale/nb/LC_MESSAGES/bison.mo %%NLS%%share/locale/nl/LC_MESSAGES/bison.mo +%%NLS%%share/locale/pl/LC_MESSAGES/bison.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/bison.mo +%%NLS%%share/locale/ro/LC_MESSAGES/bison.mo %%NLS%%share/locale/ru/LC_MESSAGES/bison.mo %%NLS%%share/locale/sv/LC_MESSAGES/bison.mo %%NLS%%share/locale/tr/LC_MESSAGES/bison.mo +lib/liby.a @dirrm %%DATADIR%%/m4sugar @dirrm %%DATADIR%% >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508091616.j79GGBVm007419>