From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 5 10:30:05 2005 Return-Path: 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 4175E16A4CE for ; Thu, 5 May 2005 10:30:05 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E682A43D8B for ; Thu, 5 May 2005 10:30:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j45AU2je089265 for ; Thu, 5 May 2005 10:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j45AU2Ft089264; Thu, 5 May 2005 10:30:02 GMT (envelope-from gnats) Resent-Date: Thu, 5 May 2005 10:30:02 GMT Resent-Message-Id: <200505051030.j45AU2Ft089264@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, Vsevolod Stakhov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B19D816A4CE for ; Thu, 5 May 2005 10:30:00 +0000 (GMT) Received: from mail.icn.bmstu.ru (h133.net37.bmstu.ru [195.19.37.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DC4443DAE for ; Thu, 5 May 2005 10:30:00 +0000 (GMT) (envelope-from vsevolod@highsecure.ru) Received: by mail.icn.bmstu.ru (Postfix, from userid 8) id E045093A0E; Thu, 5 May 2005 14:29:57 +0400 (MSD) Received: from cebka.icn.bmstu.ru (cebka.icn.bmstu.ru [192.168.5.31]) by mail.icn.bmstu.ru (Postfix) with ESMTP id 795E393A05 for ; Thu, 5 May 2005 14:29:57 +0400 (MSD) Received: (from cebka@localhost) by cebka.icn.bmstu.ru (8.13.1/8.12.10/Submit) id j45ARg5h048786; Thu, 5 May 2005 14:27:42 +0400 (MSD) (envelope-from cebka) Message-Id: <200505051027.j45ARg5h048786@cebka.icn.bmstu.ru> Date: Thu, 5 May 2005 14:27:42 +0400 (MSD) From: Vsevolod Stakhov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/80653: Update bsd.port.mk to support USE_OPENLDAP=23 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Vsevolod Stakhov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2005 10:30:05 -0000 >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: