Date: Sun, 1 Dec 2002 20:05:07 -0800 From: Kent Stewart <kstewart@owt.com> To: Kris Kennaway <kris@obsecurity.org>, ports@FreeBSD.ORG Cc: tkato@prontomail.com, dwcjr@FreeBSD.ORG Subject: Re: bison failures Message-ID: <200212012005.07487.kstewart@owt.com> In-Reply-To: <20021202010731.GB97396@rot13.obsecurity.org> References: <20021202005709.GA97089@rot13.obsecurity.org> <20021202010009.GA97284@rot13.obsecurity.org> <20021202010731.GB97396@rot13.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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)=20 InitiateMainData(); } +; head_block_start: head_block_init TAG_CLOSE = =20 { gIgnoreNonTagChars =3D true; } | head_block_init =20 attribute_list TAG_CLOSE { gIgnoreNonTagChars =3D true; } ; --=20 Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html 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?200212012005.07487.kstewart>