Date: Tue, 26 Sep 2006 12:20:22 GMT From: Matthias Fechner <idefix@fechner.net> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/101050: New port net/asterisk-app-ldap Asterisk can lookup names and numbers in LDAP-directory Message-ID: <200609261220.k8QCKMP2040242@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/101050; it has been noted by GNATS. From: Matthias Fechner <idefix@fechner.net> To: Boris Samorodov <bsam@FreeBSD.org> Cc: bug-followup@FreeBSD.org Subject: Re: ports/101050: New port net/asterisk-app-ldap Asterisk can lookup names and numbers in LDAP-directory Date: Tue, 26 Sep 2006 14:14:32 +0200 Hi Boris, Boris Samorodov schrieb: > ----- > ===> app_ldap-1.0.r6 depends on executable in : asterisk - found > ===> app_ldap-1.0.r6 depends on file: /usr/local/lib/libldap.so - found > ===> app_ldap-1.0.r6 depends on file: /usr/local/lib/libiconv.so - found > ===> app_ldap-1.0.r6 depends on executable in : gmake - found > ===> Configuring for app_ldap-1.0.r6 > ===> Building for app_ldap-1.0.r6 > cc -g -Wall -D_REENTRANT -D_GNU_SOURCE -fPIC -I/usr/local/include -L/usr/local/lib -DCHANNEL_HAS_CID -DNEW_CONFIG -c -o app_ldap.o app_ldap.c > app_ldap.c:32:23: sasl/sasl.h: No such file or directory > app_ldap.c: In function `strconvert': > app_ldap.c:527: warning: int format, different type arg (arg 2) > gmake: *** [app_ldap.o] Error 1 > *** Error code 2 > ----- please try this patch: --- app_ldap.c.error Tue Sep 26 14:09:39 2006 +++ app_ldap.c Tue Sep 26 14:09:43 2006 @@ -29,7 +29,6 @@ #include <asterisk/utils.h> #include <asterisk/callerid.h> -#include <sasl/sasl.h> #include <ctype.h> #include <errno.h> #include <iconv.h> Bye Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609261220.k8QCKMP2040242>