From a9669cff8347b51b364e23a7222d31f40e35ddc2 Mon Sep 17 00:00:00 2001 From: Ion-Mihai Tetcu Date: Sun, 21 May 2006 01:26:17 +0000 Subject: [PATCH] Add file forgotten during last commit: - mark broken on 4.x if libgnugetopt is installed [1], [2] - re-add LDAP TLS support [1] - fix options handling [1] PR: ports/97529 Submitted by: maintainer Approved by: lawrence (previous commit) Pointyhat: itetcu (me) --- ftp/proftpd-devel/files/extra_patch-ldap-tls-mod_ldap.c | 8 ++++++++ ftp/proftpd/files/extra_patch-ldap-tls-mod_ldap.c | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 ftp/proftpd-devel/files/extra_patch-ldap-tls-mod_ldap.c create mode 100644 ftp/proftpd/files/extra_patch-ldap-tls-mod_ldap.c diff --git a/ftp/proftpd-devel/files/extra_patch-ldap-tls-mod_ldap.c b/ftp/proftpd-devel/files/extra_patch-ldap-tls-mod_ldap.c new file mode 100644 index 000000000000..3b965f91c6c3 --- /dev/null +++ b/ftp/proftpd-devel/files/extra_patch-ldap-tls-mod_ldap.c @@ -0,0 +1,8 @@ +--- contrib/mod_ldap.c Fri Apr 21 10:31:23 2006 ++++ contrib/mod_ldap.c Fri Apr 21 10:31:43 2006 +@@ -55,7 +55,7 @@ + * after connecting to the LDAP server. If TLS cannot be enabled, the LDAP + * connection will fail. + */ +-/* #define USE_LDAP_TLS */ ++#define USE_LDAP_TLS diff --git a/ftp/proftpd/files/extra_patch-ldap-tls-mod_ldap.c b/ftp/proftpd/files/extra_patch-ldap-tls-mod_ldap.c new file mode 100644 index 000000000000..3b965f91c6c3 --- /dev/null +++ b/ftp/proftpd/files/extra_patch-ldap-tls-mod_ldap.c @@ -0,0 +1,8 @@ +--- contrib/mod_ldap.c Fri Apr 21 10:31:23 2006 ++++ contrib/mod_ldap.c Fri Apr 21 10:31:43 2006 +@@ -55,7 +55,7 @@ + * after connecting to the LDAP server. If TLS cannot be enabled, the LDAP + * connection will fail. + */ +-/* #define USE_LDAP_TLS */ ++#define USE_LDAP_TLS