ports/101050: New port net/asterisk-app-ldap Asterisk can lookup names and numbers in LDAP-directory

Matthias Fechner idefix at fechner.net
Tue Sep 26 12:20:23 UTC 2006


The following reply was made to PR ports/101050; it has been noted by GNATS.

From: Matthias Fechner <idefix at fechner.net>
To: Boris Samorodov <bsam at FreeBSD.org>
Cc: bug-followup at 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



More information about the freebsd-ports-bugs mailing list