Date: 01 Dec 2002 23:06:38 -0500 From: Joe Marcus Clarke <marcus@marcuscom.com> To: Kent Stewart <kstewart@owt.com> Cc: Kris Kennaway <kris@obsecurity.org>, ports@FreeBSD.ORG, tkato@prontomail.com, dwcjr@FreeBSD.ORG Subject: Re: bison failures Message-ID: <1038801998.338.11.camel@gyros> In-Reply-To: <200212012005.07487.kstewart@owt.com> References: <20021202005709.GA97089@rot13.obsecurity.org> <20021202010009.GA97284@rot13.obsecurity.org> <20021202010731.GB97396@rot13.obsecurity.org> <200212012005.07487.kstewart@owt.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 2002-12-01 at 23:05, Kent Stewart wrote: > On Sunday 01 December 2002 05:07 pm, Kris Kennaway wrote: > > The bison 1.75 upgrade broke a lot of ports. Here are some of the > > failures. Is anyone able to submit fixes? > > > > http://bento.freebsd.org/errorlogs/5-latest/grass-5.0.0.p4,1.log > > http://bento.freebsd.org/errorlogs/5-latest/cybervrml97-1.0.6.log > > http://bento.freebsd.org/errorlogs/5-latest/gtkyahoo-0.18.2.log > > http://bento.freebsd.org/errorlogs/5-latest/htmltolatex-1.log > > http://bento.freebsd.org/errorlogs/5-latest/iverilog-0.6.log > > http://bento.freebsd.org/errorlogs/5-latest/ja-ming-0.1.5.log > > http://bento.freebsd.org/errorlogs/5-latest/ptoc-3.50.log > > http://bento.freebsd.org/errorlogs/5-latest/sdcc-2.1.9.log > > http://bento.freebsd.org/errorlogs/5-latest/wxbasic-0.52.log > > http://bento.freebsd.org/errorlogs/5-latest/xstroke-0.5.12_1.log > > http://bento.freebsd.org/errorlogs/5-latest/mono-0.13_1.log > > http://bento.freebsd.org/errorlogs/5-latest/flasm-1.4.log > > This fixes htmltolatex > > --- h2l.y.orig Sun Dec 1 19:59:44 2002 > +++ h2l.y Sun Dec 1 20:00:21 2002 > @@ -136,6 +136,7 @@ > ; > > head_block_init: TAG_HEAD_START { if (!gMainDataStart) > InitiateMainData(); } > +; > head_block_start: head_block_init TAG_CLOSE > { gIgnoreNonTagChars = true; } > | head_block_init > attribute_list TAG_CLOSE { gIgnoreNonTagChars = true; > } > ; Already done. I'm working down the list. I hope to have them all fixed soon. Joe -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1038801998.338.11.camel>