Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Sep 2008 07:32:58 GMT
From:      Matthias Fechner <idefix@fechner.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/127344: Upgrade of port net/asterisk-app-ldap for openldap 2.4
Message-ID:  <200809130732.m8D7Wwhp085411@www.freebsd.org>
Resent-Message-ID: <200809130740.m8D7e3lO098518@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         127344
>Category:       ports
>Synopsis:       Upgrade of port net/asterisk-app-ldap for openldap 2.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 13 07:40:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Fechner
>Release:        7.0-STABLE
>Organization:
>Environment:
System: FreeBSD server.idefix.lan 7.0-STABLE FreeBSD 7.0-STABLE #4: Sat Jul 19 11:54:07 CEST 2008 root@server.idefix.lan:/usr/obj/usr/src/sys/SERVER2_I4B i386

>Description:
Fixes problem with Openldap version 2.4
>How-To-Repeat:

>Fix:
Apply to following patch:

Patch attached with submission follows:

--- net/asterisk-app-ldap/Makefile.old	2008-09-12 14:56:01.000000000 +0200
+++ net/asterisk-app-ldap/Makefile	2008-09-12 15:10:21.000000000 +0200
@@ -11,12 +11,13 @@
 MASTER_SITES=	http://www.mezzo.net/asterisk/
 DISTNAME=	app_ldap-${DISTVERSION}
 EXTRACT_SUFX=	.tgz
+USE_OPENLDAP?= 24
 
 MAINTAINER=	idefix@fechner.net
 COMMENT=	LDAPget application module for the Asterisk PBX 1.4
 
 BUILD_DEPENDS=	asterisk:${PORTSDIR}/net/asterisk \
-		${LOCALBASE}/lib/libldap.so:${PORTSDIR}/net/openldap23-client \
+		${LOCALBASE}/lib/libldap.so:${PORTSDIR}/net/openldap${USE_OPENLDAP}-client \
 		${LOCALBASE}/lib/libiconv.so:${PORTSDIR}/converters/libiconv
 
 USE_GMAKE=	yes


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809130732.m8D7Wwhp085411>