Re: [kde-freebsd] deskutils/strigi: indexdump seems to require libclucene-shared

2013-03-24 Thread Andriy Gapon
on 23/03/2013 18:23 Max Brazhnikov said the following: > On Sat, 23 Mar 2013 16:01:36 +0200 Andriy Gapon wrote: >> [ping] >> >> on 12/02/2013 00:03 Andriy Gapon said the following: >>> >>> I had to amend >>> libstreamanalyzer/plugins/indexers/clucenengindexer/indexdump/CMakeLists.txt >>> with the f

Re: [kde-freebsd] deskutils/strigi: indexdump seems to require libclucene-shared

2013-03-23 Thread Max Brazhnikov
On Sat, 23 Mar 2013 16:01:36 +0200 Andriy Gapon wrote: > [ping] > > on 12/02/2013 00:03 Andriy Gapon said the following: > > > > I had to amend > > libstreamanalyzer/plugins/indexers/clucenengindexer/indexdump/CMakeLists.txt > > with the following line: > > > > target_link_libraries(index2dump s

Re: [kde-freebsd] deskutils/strigi: indexdump seems to require libclucene-shared

2013-03-23 Thread Andriy Gapon
[ping] on 12/02/2013 00:03 Andriy Gapon said the following: > > I had to amend > libstreamanalyzer/plugins/indexers/clucenengindexer/indexdump/CMakeLists.txt > with the following line: > > target_link_libraries(index2dump streamanalyzer clucene-shared) > > so that it could be built with gcc46.

[kde-freebsd] deskutils/strigi: indexdump seems to require libclucene-shared

2013-02-11 Thread Andriy Gapon
I had to amend libstreamanalyzer/plugins/indexers/clucenengindexer/indexdump/CMakeLists.txt with the following line: target_link_libraries(index2dump streamanalyzer clucene-shared) so that it could be built with gcc46. This seems like some sort of an upstream issue. Build log snippet: Linking