diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-05-21 09:26:17 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-05-21 09:26:17 +0800 |
commit | a049efaf9a3660a0002f5cbf8de66f526e92b81c (patch) | |
tree | 0e0cedd1294d67cdb5054e255feb0599f9e83ece /ftp/proftpd-devel | |
parent | 6014cfff66e5a76210639362bffad65ae730840d (diff) | |
download | freebsd-ports-gnome-a049efaf9a3660a0002f5cbf8de66f526e92b81c.tar.gz freebsd-ports-gnome-a049efaf9a3660a0002f5cbf8de66f526e92b81c.tar.zst freebsd-ports-gnome-a049efaf9a3660a0002f5cbf8de66f526e92b81c.zip |
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)
Diffstat (limited to 'ftp/proftpd-devel')
-rw-r--r-- | ftp/proftpd-devel/files/extra_patch-ldap-tls-mod_ldap.c | 8 |
1 files changed, 8 insertions, 0 deletions
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 |