pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/chat/psybnc



On Jun 30, 2014, at 15:34 , Joerg Sonnenberger 
<joerg%britannica.bec.de@localhost> wrote:
> On Sun, Jun 15, 2014 at 09:55:17PM +0000, Fredrik Pettai wrote:
>> Module Name: pkgsrc
>> Committed By:        pettai
>> Date:                Sun Jun 15 21:55:17 UTC 2014
>> 
>> Added Files:
>>      pkgsrc/chat/psybnc: DESCR Makefile PLIST distinfo
>>      pkgsrc/chat/psybnc/files: config.h
>>      pkgsrc/chat/psybnc/patches: patch-aa patch-ac
>> 
>> Log Message:
>> psyBNC is an easy-to-use, multi-user, permanent IRC-Bouncer with many 
>> features.
>> Some of its features include symmetric ciphering of talk and connections
>> (Blowfish and IDEA), the possibility of linking multiple bouncers to an
>> internal network including a shared partyline, vhost- and relay support to
>> connected bouncers and an extensive online help system.
> 
> Doesn't pass the shell portability check?

I see. However, it's just a 3rd party included component (c-ares) it's 
complaining about. 
psybnc is not using that, it's using the pkgsrc version, so it's not meaningful 
that pkgsrc complains about the included version of c-ares.

-bash-4.2$ ldd /usr/pkg/bin/psybnc
/usr/pkg/bin/psybnc:
        -lm.0 => /usr/lib/libm.so.0
        -lgcc_s.1 => /usr/lib/libgcc_s.so.1
        -lc.12 => /usr/lib/libc.so.12
        -lssl.10 => /usr/lib/libssl.so.10
        -lcrypto.8 => /usr/lib/libcrypto.so.8
        -lcrypt.1 => /lib/libcrypt.so.1
        -lcares.2 => /usr/pkg/lib/libcares.so.2

/P


Home | Main Index | Thread Index | Old Index