Bug 96428 - lang/php5: add SASL support to php5-ldap
Summary: lang/php5: add SASL support to php5-ldap
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alex Dupre
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-27 20:20 UTC by Joerg Pulz
Modified: 2006-08-18 17:43 UTC (History)
1 user (show)

See Also:


Attachments
lang_php5.diff (487 bytes, patch)
2006-04-27 20:20 UTC, Joerg Pulz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!