configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands ===> Building for pam_ldap-1.8.5 gmake all-am gmake[1]: Entering directory `/work/a/ports/security/pam_ldap/work/pam_ldap-185' if cc -DHAVE_CONFIG_H -I. -I. -I. -DLDAP_REFERRALS -DLDAP_DEPRECATED -DPIC -D_REENTRANT -I/usr/local/include -O2 -fno-strict-aliasing -pipe -DLDAP_DEPRECATED -Wall -fPIC -MT pam_ldap.o -MD -MP -MF ".deps/pam_ldap.Tpo" -c -o pam_ldap.o pam_ldap.c; \ then mv -f ".deps/pam_ldap.Tpo" ".deps/pam_ldap.Po"; else rm -f ".deps/pam_ldap.Tpo"; exit 1; fi pam_ldap.c: In function '_get_user_info': pam_ldap.c:2856: warning: pointer targets in passing argument 4 of '_get_long_integer_value' differ in signedness if cc -DHAVE_CONFIG_H -I. -I. -I. -DLDAP_REFERRALS -DLDAP_DEPRECATED -DPIC -D_REENTRANT -I/usr/local/include -O2 -fno-strict-aliasing -pipe -DLDAP_DEPRECATED -Wall -fPIC -MT md5.o -MD -MP -MF ".deps/md5.Tpo" -c -o md5.o md5.c; \ then mv -f ".deps/md5.Tpo" ".deps/md5.Po"; else rm -f ".deps/md5.Tpo"; exit 1; fi CVSVERSIONDIR=. ./vers_string -v ./vers_string: not found gmake[1]: *** [vers.c] Error 127 gmake[1]: Leaving directory `/work/a/ports/security/pam_ldap/work/pam_ldap-185' gmake: *** [all] Error 2 *** Error code 1 Stop in /a/ports/security/pam_ldap.
Responsible Changed From-To: freebsd-ports-bugs->marcus Over to maintainer (via the GNATS Auto Assign Tool)
Hi, the attached patch fixes the problem. -- Alexey V. Degtyarev
State Changed From-To: open->closed Patch in the PR was committed.
marcus 2010-01-18 19:14:57 UTC FreeBSD ports repository Modified files: security/pam_ldap Makefile Log: Fix the build. PR: 142725 Submitted by: "Alexey V. Degtyarev" <alexey@renatasystems.org> Revision Changes Path 1.43 +1 -0 ports/security/pam_ldap/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"