- Update port to 1.0.16. - This port was broken. When i tried to compile show this error: /usr/bin/ld: cannot find -lldap gmake[1]: *** [prayer] Error 1 So i added "USE_OPENLDAP=yes" for this port uses the OpenLDAP libraries. - In files/patch-Config i added "LDAP_INCLUDE = -I${LOCALBASE}/include" to find the correct include place. - Removed "USE_REINPLACE=yes". - Update pkg-plist with new entries. - PS: tested on my tinderbox.
State Changed From-To: open->feedback Does not compile: cc -Wall -g -O -pipe -I/usr/kerberos/include -I/usr/local/include/c-client -DLDAP_ENABLE -c lookup.c lookup.c:12:18: ldap.h: No such file or directory
Responsible Changed From-To: freebsd-ports-bugs->pav Track
Seems that patch i sent was missing few lines. I'm sending the patch again. Look at line 159, "LDAP_INCLUDE = -I${LOCALBASE}/include" It fix this problem. Thanks. -- Atenciosamente Jean Milanez Melo FreeBSD Brasil LTDA. Fone: (31) 3281-9633 http://www.freebsdbrasil.com.br
State Changed From-To: feedback->closed Committed, thanks!