Commit graph

8 commits

Author SHA1 Message Date
spz
64a04ab90f The comment above the code patch in the new patch file says:
"This is a Hail Mary situation. It seems to work."
It doesn't reliably on NetBSD-5 or -current; namely, it makes flex
spit out a "Broken pipe" when presented with an input file on stdin.

Finding the problem area and suggesting a workaround kudos mlelstv.
There are better ways to fix it properly, which will be employed
in Due Time.
2010-01-31 17:10:08 +00:00
tnn
1c33796849 Also add malloc.c as required by configure.
Reported in SF.net bug # 1899047
2008-05-21 12:54:32 +00:00
tnn
59efc5ea9a version 2.5.35 released 2008-02-26
* fixed bug that prevented flex from accepting certain comments in the
  scanner file (resolves bugs #1849809 and #1849805)
* fix bug that prevented headers for all functions from being generated
  (resolves bug #1628314)
* change yy_size_t to be size_t (resolves bug #1849812)
* new de, nl, pl, pt_br, vi translations from the translation project
2008-03-08 00:08:42 +00:00
tnn
9c1de0133f - add a patch from debian that fixes a parser bug
- do a "two stage" bootstrap: build flex, then regenerate the scanner and
  rebuild flex.
- This should fix PR pkg/38084
- bump PKGREVISION.
2008-02-22 22:13:33 +00:00
tnn
a8aa30d6bb Add GNU realloc.c, needed because of AC_FUNC_REALLOC.
Will file a bug upstream.
2008-02-21 18:57:46 +00:00
rillig
d8c2171b53 Updated flex to 2.5.33.
Changes since 2.5.4a (10 years ago) are too many to be listed here.
2007-01-15 06:14:48 +00:00
reed
d3b75a7df2 Define CONFIGURE_HAS_MANDIR=NO since this old GNU_CONFIGURE
configure script doesn't know --mandir.

Also because of this, add patch to fix where installs manpage.
2005-10-04 17:45:22 +00:00
grant
dbf3c5151c use basename ${MAKE}... in configure to avoid bad substitution
error.

from mlh at goathill dot org in PR pkg/22920.
2003-10-11 12:11:41 +00:00