Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 May 2006 02:32:54 +0800 (CST)
From:      Xin LI <delphij@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        portmgr@FreeBSD.org
Subject:   ports/96793: [PATCH] Switch of default OpenLDAP implementation to 2.3
Message-ID:  <200605041832.k44IWsDj087275@tarsier.delphij.net>
Resent-Message-ID: <200605041840.k44IeF6n081640@freefall.freebsd.org>

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

>Number:         96793
>Category:       ports
>Synopsis:       [PATCH] Switch of default OpenLDAP implementation to 2.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 04 18:40:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Xin LI
>Release:        FreeBSD 6.1-RC2 i386
>Organization:
The FreeBSD Simplified Chinese Project
>Environment:
System: FreeBSD tarsier.delphij.net 6.1-RC2 FreeBSD 6.1-RC2 #30: Tue May 2 17:15:44 CST 2006 delphij@tarsier.delphij.net:/usr/obj/usr/src/sys/TARSIER i386


>Description:
	The OpenLDAP 2.3.x series is now considered stable and 2.2.x is
no longer being actively maintained.  Therefore, we should switch to
using it as our default LDAP implementation.

	Note that this is not an urgent change, and should only be done
after a full experimental pointyhat build (hopefully right after 6.1 and
5.5 are out of the door).  If there is any build problem happen during
the test build, please let me know and I will fix them ASAP.

	This is just a reminder for the switch.

>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	4 May 2006 18:25:21 -0000
@@ -1403,7 +1403,7 @@
 # Location of mounted CDROM(s) to search for files
 CD_MOUNTPTS?=	/cdrom ${CD_MOUNTPT}
 
-WANT_OPENLDAP_VER?=	22
+WANT_OPENLDAP_VER?=	23
 
 # Owner and group of the WWW user
 WWWOWN?=	www
--- 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?200605041832.k44IWsDj087275>