[Bug 185567] textproc/clucene: pkgconfig file is missing clucene-contribs-lib

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Mar 18 17:05:33 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=185567

--- Comment #8 from Jung-uk Kim <jkim at FreeBSD.org> ---
(In reply to Olivier - interfaSys sàrl from comment #7)
> @Jung-uk Kim, on January 28th 2013, you wrote: "Remove textproc/clucene-contrib because it is now integrated into textproc/clucene."
>
> So where is it?
>
> # pkg-config --libs "libclucene-contrib"
> Package libclucene-contrib was not found...

It never existed because the upstream never released one.  Also, we didn't have
one when textproc/clucene-contrib was available.

https://svnweb.freebsd.org/ports/head/textproc/clucene-contrib/pkg-plist?revision=300897&pathrev=311136

> # pkg-config --libs "libclucene-core"
> -L/usr/local/lib/ -lclucene-core -lclucene-shared

As I said, I don't see anything wrong here, i.e., it correctly lists all
necessary linker options.  In fact, we don't want to link everything with
-lclucene-contribs-lib.  Overlinking is evil.

> My patch was simply to add the missing component to the location where it
> would be looked for, but you can add it wherever you want, as long as it's
> added somewhere.

You may write a patch to add libcluene-contrib-libs.pc as I said.  However, it
won't be useful unless the upstream accepts the patch and releases it, which is
very unlikely to happen at this point.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-office mailing list