Date: Sat, 20 May 2006 15:24:51 +0800 (CST) From: Xin LI <delphij@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: portmgr@FreeBSD.org Subject: ports/97515: [PATCH] Add support of OpenLDAP 2.4.x in bsd.port.mk Message-ID: <200605200724.k4K7OpIA079211@tarsier.delphij.net> Resent-Message-ID: <200605200730.k4K7UGWD042098@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 97515 >Category: ports >Synopsis: [PATCH] Add support of OpenLDAP 2.4.x in bsd.port.mk >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 20 07:30:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Xin LI >Release: FreeBSD 6.1-RELEASE i386 >Organization: The FreeBSD Project >Environment: System: FreeBSD tarsier.delphij.net 6.1-RELEASE FreeBSD 6.1-RELEASE #31: Sun May 7 00:55:05 CST 2006 delphij@tarsier.delphij.net:/usr/obj/usr/src/sys/TARSIER i386 >Description: The proposed patch would add OpenLDAP 2.4.x into the supported list of WANT_OPENLDAP_VER, which is a prerequistre of the upcoming OpenLDAP 2.4.x port. >How-To-Repeat: >Fix: --- patch-bsd.port.mk begins here --- Index: bsd.port.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.532 diff -u -r1.532 bsd.port.mk --- bsd.port.mk 2 May 2006 10:09:23 -0000 1.532 +++ bsd.port.mk 20 May 2006 04:09:45 -0000 @@ -1512,6 +1512,8 @@ LIB_DEPENDS+= ldap-2.2.7:${PORTSDIR}/net/openldap22${_OPENLDAP_FLAVOUR}-client .elif ${WANT_OPENLDAP_VER} == 23 LIB_DEPENDS+= ldap-2.3.2:${PORTSDIR}/net/openldap23${_OPENLDAP_FLAVOUR}-client +.elif ${WANT_OPENLDAP_VER} == 24 +LIB_DEPENDS+= ldap-2.4.0:${PORTSDIR}/net/openldap24${_OPENLDAP_FLAVOUR}-client .else BROKEN= unknown OpenLDAP version: ${WANT_OPENLDAP_VER} .endif --- patch-bsd.port.mk ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605200724.k4K7OpIA079211>