Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jan 2000 14:07:54 -0800
From:      "David O'Brien" <obrien@FreeBSD.ORG>
To:        Marcin Cieslak <saper@system.pl>
Cc:        freebsd-ports@FreeBSD.ORG
Subject:   Re: bison and -current
Message-ID:  <20000131140754.A34520@dragon.nuxi.com>
In-Reply-To: <Pine.GSO.4.21.0001261806410.24421-100000@tricord.system.pl>; from saper@system.pl on Wed, Jan 26, 2000 at 06:14:49PM %2B0100
References:  <Pine.GSO.4.21.0001261806410.24421-100000@tricord.system.pl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jan 26, 2000 at 06:14:49PM +0100, Marcin Cieslak wrote:
> ``For a complete build from scratch, you need GNU flex and bison 
> (other lex/yacc implementation do not work), though generated scanner 
> and parser C files are also included.''

GNU feh!  Flex is really BSD flex developed by Vern Paxson at LBL
(Berkeley).  Bison is a rip off of Robert Corbett's Byacc (which was
donated to BSD/CSRG) where they originally added a small bit if
functionality and relicensed the whole thing under the GPV (which I hear
upset him).

That said, please try the base lex & flex; you will probably find they
will work just fine for this port.


> How one can check quickly whether the application
> actually needs GNU bison features? 

If byacc will generate a parser file that is compilable, then you don't
need Bison.  Or you can just touch the *.[ch] files generated from the .y
file to make the Makefile think a regeneration is not needed.
 
-- 
-- David    (obrien@NUXI.com)


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?20000131140754.A34520>