Commit graph

10 commits

Author SHA1 Message Date
wiz
854b7cfd61 Do not build and install flex.pdf, too many dependencies for such
a low-level package. Bump PKGREVISION.
2012-08-01 13:12:36 +00:00
wiz
5c2158f14f Update to 2.5.36. Add build dependencies on gtexinfo and two tex
packages needed to build pdf documentation, since there is no
configure option to disable it that I can see. If this leads to
problems, we'll have to disable it with a patch.

* version 2.5.36

** various portability fixes that quiet compiler warnings on 64-bit
   hosts

** various manual fixes, including correcting the name of a %option and
   updating some simple examples to use ANSI C syntax

** various bug fixes that prevent certain error conditions from
   persisting when they should not persist

** improvements to the test suite so it behaves better when linking
   compiled files

** new translations from the translation project: ca, da, es, fi, fr,
   ga, ko, pt_br, ro, ru, sv, tr, zh_cn

** the flex distribution is now built with automake 1.10.1 and automake
   2.61
2012-07-29 19:42:21 +00:00
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