ports/88324: Unbreak build security/cyrus-sasl2-ldapdb with openldap 2.3

skv at FreeBSD.org skv at FreeBSD.org
Tue Nov 1 12:10:25 UTC 2005


>Number:         88324
>Category:       ports
>Synopsis:       Unbreak build security/cyrus-sasl2-ldapdb with openldap 2.3
>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:   Tue Nov 01 12:10:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Skvortsov
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
<Organization of PR author (multiple lines)>
>Environment:

	<Relevant environment information (multiple lines)>

>Description:

Unbreak build security/cyrus-sasl2-ldapdb with openldap 2.3.

>How-To-Repeat:

cd /usr/ports/security/cyrus-sasl2-ldapdb/
make WITH_OPENLDAP_VER=23

>Fix:

--- /usr/ports/security/cyrus-sasl2/files/patch-configure	Tue May 17 20:35:40 2005
+++ patch-configure	Tue Nov  1 14:55:58 2005
@@ -107,3 +107,12 @@
  cat >conftest.$ac_ext <<_ACEOF
  #line $LINENO "configure"
  /* confdefs.h.  */
+@@ -12253,6 +12258,8 @@
+ char *__openldap_compat = "2.1.27 or better okay";
+ #elif LDAP_VENDOR_VERSION_MAJOR == 2  && LDAP_VENDOR_VERSION_MINOR == 2 && LDAP_VENDOR_VERSION_PATCH > 5
+ char *__openldap_compat = "2.2.6 or better okay";
++#elif LDAP_VENDOR_VERSION_MAJOR == 2  && LDAP_VENDOR_VERSION_MINOR == 3
++char *__openldap_compat = "2.3.0 or better okay";
+ #endif
+ 
+ _ACEOF
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list