Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 May 2005 14:27:42 +0400 (MSD)
From:      Vsevolod Stakhov <vsevolod@highsecure.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/80653: Update bsd.port.mk to support USE_OPENLDAP=23
Message-ID:  <200505051027.j45ARg5h048786@cebka.icn.bmstu.ru>
Resent-Message-ID: <200505051030.j45AU2Ft089264@freefall.freebsd.org>

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

>Number:         80653
>Category:       ports
>Synopsis:       Update bsd.port.mk to support USE_OPENLDAP=23
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 05 10:30:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Vsevolod Stakhov
>Release:        FreeBSD 5.3-RELEASE i386
>Organization:
>Environment:
System: FreeBSD nemezida.highsecure.ru 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Dec 3 03:56:35 MSK 2004 root@nemezida.highsecure.ru:/usr/obj/usr/src/sys/NK i386
>Description:
As we have net/openldap23-client port, it is possible to use USE_OPENLDAP=23.
Suggested by: edwin@FreeBSD.org
>How-To-Repeat:
>Fix:

--- bsd.port.mk.orig	Thu May  5 14:07:02 2005
+++ bsd.port.mk	Thu May  5 14:24:14 2005
@@ -303,7 +303,7 @@
 # USE_OPENLDAP	- If set, this port uses the OpenLDAP libraries.
 #				  Implies: WANT_OPENLDAP_VER?=22
 # WANT_OPENLDAP_VER
-#				- Legal values are: 21, 22
+#				- Legal values are: 21, 22, 23
 #				  If set to an unkown value, the port is marked BROKEN.
 # WANT_OPENLDAP_SASL
 #				- If set, the system should use OpenLDAP libraries
@@ -1457,6 +1457,8 @@
 LIB_DEPENDS+=		ldap-2.2.7:${PORTSDIR}/net/openldap22${_OPENLDAP_FLAVOUR}-client
 .elif ${WANT_OPENLDAP_VER} == 21
 LIB_DEPENDS+=		ldap.2:${PORTSDIR}/net/openldap21${_OPENLDAP_FLAVOUR}-client
+.elif ${WANT_OPENLDAP_VER} == 23
+LIB_DEPENDS+=		ldap-2.3.0:${PORTSDIR}/net/openldap23${_OPENLDAP_FLAVOUR}-client
 .else
 BROKEN=				"unknown OpenLDAP version: ${WANT_OPENLDAP_VER}"
 .endif
>Release-Note:
>Audit-Trail:
>Unformatted:



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