Fix ldap support by helping the port's configure script find lda libraries. Reported by: cyx on ports@freebsd.org While I'm here stop the port from echoing ${ECHO_MSG} commands to the terminal. Bump port version since this can impact availability of ldap functionality. How-To-Repeat: Try to build the port with ldap support enabled, in many cases the configure script will disble support because it can't find ldap libraries.
Fixed patch. Previous one was plainly wrong. Sorry! -- Guido Falsi <mad@madpilot.net>
Responsible Changed From-To: freebsd-ports-bugs->rene Grab
rene 2010-10-31 14:21:16 UTC FreeBSD ports repository Modified files: www/squidguard Makefile Log: - Fix ldap support by helping the port's configure script find the ldap libraries. [1] - Prevent an ECHO_MSG from being displayed twice - Bump PORTREVISION PR: ports/151473 Submitted by: maintainer Reported by: cyx on freebsd-ports@ Revision Changes Path 1.27 +3 -3 ports/www/squidguard/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"
State Changed From-To: open->closed Committed, thanks