diff options
author | Xin LI <delphij@FreeBSD.org> | 2011-02-24 21:50:08 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2011-02-24 21:50:08 +0000 |
commit | ca858ffb67dbe767e6839a4eb980e9a2796e23eb (patch) | |
tree | 6eac7017b74a3b5405878e613bdf7f50a1da586f /net/openldap24-server/files | |
parent | Update ocamlgraph to 1.7 (diff) |
Update OpenLDAP to 2.4.24.
Unfortunately this version requires a shared library version bump again.
Notes
Notes:
svn path=/head/; revision=269601
Diffstat (limited to 'net/openldap24-server/files')
-rw-r--r-- | net/openldap24-server/files/manpages | 4 | ||||
-rw-r--r-- | net/openldap24-server/files/patch-configure | 28 |
2 files changed, 18 insertions, 14 deletions
diff --git a/net/openldap24-server/files/manpages b/net/openldap24-server/files/manpages index c712b4efaa79..369f397c6ec5 100644 --- a/net/openldap24-server/files/manpages +++ b/net/openldap24-server/files/manpages @@ -26,6 +26,7 @@ MAN3+= lber-decode.3 \ ldap_compare.3 \ ldap_controls.3 \ ldap_delete.3 \ + ldap_dup.3 \ ldap_get_option.3 \ ldap_error.3 \ ldap_extended_operation.3 \ @@ -113,6 +114,7 @@ MLINKS+= \ ldap_delete.3 ldap_delete_s.3 \ ldap_delete.3 ldap_delete_ext.3 \ ldap_delete.3 ldap_delete_ext_s.3 \ + ldap_dup.3 ldap_destroy.3 \ ldap_error.3 ldap_perror.3 \ ldap_error.3 ld_errno.3 \ ldap_error.3 ldap_result2error.3 \ @@ -155,6 +157,8 @@ MLINKS+= \ ldap_modrdn.3 ldap_modrdn2_s.3 \ ldap_open.3 ldap_init.3 \ ldap_open.3 ldap_initialize.3 \ + ldap_open.3 ldap_init_fd.3 \ + ldap_open.3 ldap_set_urllist_proc.3 \ ldap_parse_result.3 ldap_parse_sasl_bind_result.3 \ ldap_parse_result.3 ldap_parse_extended_result.3 \ ldap_rename.3 ldap_rename_s.3 \ diff --git a/net/openldap24-server/files/patch-configure b/net/openldap24-server/files/patch-configure index a2df6201ed60..af237d0b7694 100644 --- a/net/openldap24-server/files/patch-configure +++ b/net/openldap24-server/files/patch-configure @@ -1,25 +1,25 @@ ---- configure.orig 2008-02-11 15:36:45.000000000 -0800 -+++ configure 2008-02-19 14:03:01.410279419 -0800 -@@ -31928,7 +31928,7 @@ - echo $ECHO_N "(cached) $ECHO_C" >&6 +--- configure.orig 2011-01-31 12:53:50.000000000 -0800 ++++ configure 2011-02-19 04:12:30.885900446 -0800 +@@ -21598,7 +21598,7 @@ + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-liodbc $LIBS" +LIBS="-liodbc $LIBS $LTHREAD_LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -32004,7 +32004,7 @@ - echo $ECHO_N "(cached) $ECHO_C" >&6 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +@@ -21646,7 +21646,7 @@ + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lodbc $LIBS" +LIBS="-lodbc $LIBS $LTHREAD_LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -32263,7 +32263,7 @@ - cat >>conftest.$ac_ext <<_ACEOF + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +@@ -21903,7 +21903,7 @@ + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -#include <unicode/utypes.h> |