From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 21 22:10:27 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 743D516A9C7 for ; Sun, 21 May 2006 22:10:27 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAB3B43D7B for ; Sun, 21 May 2006 22:10:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k4LMAFKX079388 for ; Sun, 21 May 2006 22:10:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k4LMAFiU079385; Sun, 21 May 2006 22:10:15 GMT (envelope-from gnats) Resent-Date: Sun, 21 May 2006 22:10:15 GMT Resent-Message-Id: <200605212210.k4LMAFiU079385@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Tom McLaughlin" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2217816A8A4; Sun, 21 May 2006 22:02:52 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from straycat.dhs.org (c-24-63-86-11.hsd1.ma.comcast.net [24.63.86.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id B02E443D72; Sun, 21 May 2006 22:02:51 +0000 (GMT) (envelope-from tmclaugh@FreeBSD.org) Received: from bofh.straycat.dhs.org (bofh.straycat.dhs.org [192.168.1.56]) by straycat.dhs.org (8.13.4/8.13.4) with ESMTP id k4LM2o3n000866; Sun, 21 May 2006 18:02:50 -0400 (EDT) Message-Id: <1148248970.73001@bofh.straycat.dhs.org> Date: Sun, 21 May 2006 18:02:50 -0400 From: "Tom McLaughlin" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: ale@FreeBSD.org Subject: ports/97581: net/php5-ldap and lang/php5: add WITH_SASL to enable sasl support. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 May 2006 22:10:31 -0000 >Number: 97581 >Category: ports >Synopsis: net/php5-ldap and lang/php5: add WITH_SASL to enable sasl support. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 21 22:10:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Tom McLaughlin >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD 6.1-RELEASE #0: Tue May 9 23:24:43 EDT 2006 root@bofh:/usr/obj/usr/src/sys/GENERIC_ULE >Description: Attached patch adds a WITH_SASL knob for php5-ldap to lang/php5/Makefile.ext. Not sure if the knob should be in php5-ldap's Makefile or not so I'll leave that up to ale@. So far I have been successfully been using this patch with net/phpldapadmin. Maintainer CC'ed >How-To-Repeat: >Fix: --- php5-ldap_sasl_support.diff begins here --- Index: Makefile.ext =================================================================== RCS file: /ncvs/ports/lang/php5/Makefile.ext,v retrieving revision 1.28 diff -u -r1.28 Makefile.ext --- Makefile.ext 10 May 2006 14:46:43 -0000 1.28 +++ Makefile.ext 21 May 2006 21:55:16 -0000 @@ -146,6 +146,11 @@ .if ${PHP_MODNAME} == "ldap" CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} +.if defined(WITH_SASL) +CONFIGURE_ARGS+=--with-ldap-sasl +WANT_OPENLDAP_SASL= yes +.endif + USE_OPENLDAP= yes .endif --- php5-ldap_sasl_support.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: