Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jan 2010 10:23:25 +0000
From:      Chris Rees <utisoft@googlemail.com>
To:        Gary Kline <kline@thought.org>
Cc:        Polytropon <freebsd@edvax.de>, FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: need help with the last-two-ports!
Message-ID:  <b79ecaef1001220223n1c02aceay6a95b162aeef462@mail.gmail.com>
In-Reply-To: <20100122001430.GC10775@thought.org>
References:  <20100121210658.GA10757@thought.org> <20100121221929.6ceaba00.freebsd@edvax.de>  <20100122001430.GC10775@thought.org>

next in thread | previous in thread | raw e-mail | index | archive | help
2010/1/22 Gary Kline <kline@thought.org>:
> On Thu, Jan 21, 2010 at 10:19:29PM +0100, Polytropon wrote:
>> On Thu, 21 Jan 2010 13:07:00 -0800, Gary Kline <kline@thought.org> wrote=
:
>> > =A0 =A0 I have looked for this library to rebuild it; can't find. =A0A=
nybody know
>> > =A0 =A0 what's going on?
>>
>> Port: =A0 nspr-4.6.7
>> Path: =A0 /usr/ports/devel/nspr
>> Info: =A0 A platform-neutral API for system level and libc like function
>>
>> This port installs libnspr.
>>
>
> =A0 =A0 =A0 =A0Thanks muchly. =A0 I'd like to know which pkg_* =A0utility=
 you used to find
> =A0 =A0 =A0 =A0which port builds what. =A0if there is one!
>
> =A0 =A0 =A0 =A0Another question is: Are there any other brosers that offe=
r use of the
> =A0 =A0 =A0 =A0festival tts app? =A0Konqueror is the only one i know of, =
altho there are
> =A0 =A0 =A0 =A0some plugins that are alledged to work ... on linux.
>
> =A0 =A0 =A0 =A0I'll stop there:_)
>
> =A0 =A0 =A0 =A0gary
>
> =A0 =A0 =A0 =A0ps: ff3.5 is rebuilding... .

pkg_which works for installed ports...

If the port isn't installed, then try this:

[chris@amnesiac]~% echo /usr/ports/*/pkg-plist /usr/ports/*/Makefile |
xargs grep libnspr4.so

Obviously we need to search the Makefile too because some ports use
PLIST_FILES instead of pkg-plist.

Unfortunately this doesn't work if the plist is dynamically created...

HTH

Chris



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b79ecaef1001220223n1c02aceay6a95b162aeef462>