On Tue, 3 Apr 2012 16:25:34 +0200
Landry Breuil <[email protected]> wrote:
> On Tue, Apr 03, 2012 at 03:38:08PM +0200, Christopher Zimmermann
> wrote:
> > New patches to improve claws' handling of long lines in attachments.
> > Mails with attached text files with long lines are rejected by
> > OpenSMTPd.
>
> Nice patch... but is it a backport of an upstream commit, or being
> discussed with upstream ?
Being discussed with upstream.
> Also, are you sure patch-autogen_sh is enough, given that
> CONFIGURE_STYLE is only autoconf and autogen.sh is not run ?
Well, no, it is not enough. Now tried to fix this by adding
BUILD_DEPENDS= devel/flex>=2.5.31
and
CONFIGURE_ENV+= LEX=gflex
to the ports Makefile. This does not help because the configure script
uses the "cached" value from the quick start macros in config.site. How
can I convince configure to use gflex??
In case somebody wonders why ports gflex is required:
2007-02-20 [colin] 2.7.2cvs56
* autogen.sh
* src/matcher_parser_parse.y
* src/matcher_parser_lex.l
Fix big memory leak in flex, and
require flex 2.5.31