Bug 96428

Summary: lang/php5: add SASL support to php5-ldap
Product: Ports & Packages Reporter: Joerg Pulz <Joerg.Pulz>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me CC: ale
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
lang_php5.diff none

Description Joerg Pulz 2006-04-27 20:20:23 UTC
	Currently the php5-ldap port can not be build with support for SASL
	authentication mechanisms (ldap_sasl_bind function).
	Adding "--with-ldap-sasl" to CONFIGURE_ARGS when WANT_OPENLDAP_SASL is
	defined solves this.

	I'm a bit unsure about PORTREVISION bump. It would only make sense to
	add a PORTREVISION=2 line to net/php5-ldap, as a bump in lang/php5
	would end in a bump for all php5-* ports, which is far to much overhead.
	Anyway, i will leave this decision for the Maintainer.

Fix: - apply the patch
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-04-27 20:24:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer
Comment 2 Xin LI freebsd_committer freebsd_triage 2006-08-18 17:41:44 UTC
State Changed
From-To: open->closed

Committed, thanks!