From owner-freebsd-office@FreeBSD.ORG Wed Mar 18 17:05:33 2015 Return-Path: Delivered-To: office@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6C3302A3 for ; Wed, 18 Mar 2015 17:05:33 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 520E699C for ; Wed, 18 Mar 2015 17:05:33 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t2IH5XUV082814 for ; Wed, 18 Mar 2015 17:05:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: office@FreeBSD.org Subject: [Bug 185567] textproc/clucene: pkgconfig file is missing clucene-contribs-lib Date: Wed, 18 Mar 2015 17:05:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jkim@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: office@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Mar 2015 17:05:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D185567 --- Comment #8 from Jung-uk Kim --- (In reply to Olivier - interfaSys s=C3=A0rl from comment #7) > @Jung-uk Kim, on January 28th 2013, you wrote: "Remove textproc/clucene-c= ontrib 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?re= vision=3D300897&pathrev=3D311136 > # 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, whic= h is very unlikely to happen at this point. --=20 You are receiving this mail because: You are the assignee for the bug.=