Date: Tue, 1 Nov 2005 12:03:32 GMT From: skv@FreeBSD.org To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/88324: Unbreak build security/cyrus-sasl2-ldapdb with openldap 2.3 Message-ID: <200511011203.jA1C3Wbk060926@freefall.freebsd.org> Resent-Message-ID: <200511011210.jA1CAGs4065770@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511011203.jA1C3Wbk060926>