need help with the last-two-ports!

Chris Rees utisoft at googlemail.com
Fri Jan 22 10:23:46 UTC 2010


2010/1/22 Gary Kline <kline at 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 at thought.org> wrote:
>> >     I have looked for this library to rebuild it; can't find.  Anybody know
>> >     what's going on?
>>
>> Port:   nspr-4.6.7
>> Path:   /usr/ports/devel/nspr
>> Info:   A platform-neutral API for system level and libc like function
>>
>> This port installs libnspr.
>>
>
>        Thanks muchly.   I'd like to know which pkg_*  utility you used to find
>        which port builds what.  if there is one!
>
>        Another question is: Are there any other brosers that offer use of the
>        festival tts app?  Konqueror is the only one i know of, altho there are
>        some plugins that are alledged to work ... on linux.
>
>        I'll stop there:_)
>
>        gary
>
>        ps: ff3.5 is rebuilding... .

pkg_which works for installed ports...

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

[chris at 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


More information about the freebsd-questions mailing list