Re: [kde-freebsd] devel/kdesdk3 fail if textproc/flex is installed

2008-08-20 Thread Dima Panov
On Thursday 21 August 2008 02:49:42 Andy Fawcett wrote: > On Thursday 14 August 2008 05:38:16 Dima Panov wrote: > > To flex maintiner: ${PREFIX}/include is not good place for confliting > > header file, FlexLexer.h. Move it into subdirectory instead and teach > > ports, which really need this versi

Re: [kde-freebsd] devel/kdesdk3 fail if textproc/flex is installed

2008-08-20 Thread Andy Fawcett
On Thursday 14 August 2008 05:38:16 Dima Panov wrote: > Hello! > > > devel/kdesdk3 fail if textproc/flex is installed, because > textproc/flex conflicting with system flex, and have ABI > incompatibility. > > To flex maintiner: ${PREFIX}/include is not good place for confliting > header file, FlexL

[kde-freebsd] devel/kdesdk3 fail if textproc/flex is installed

2008-08-13 Thread Dima Panov
Hello! devel/kdesdk3 fail if textproc/flex is installed, because textproc/flex conflicting with system flex, and have ABI incompatibility. To flex maintiner: ${PREFIX}/include is not good place for confliting header file, FlexLexer.h. Move it into subdirectory instead and teach ports, which r