Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/xemacs/files: xemacs-21.4.22-deprecated-ldap.patch xemacs-21.4.22-implicit-pointer-conversion.patch
Date: Tue, 28 Sep 2010 18:10:55
Message-Id: 20100928181047.6F16220051@flycatcher.gentoo.org
1 graaff 10/09/28 18:10:47
2
3 Added: xemacs-21.4.22-deprecated-ldap.patch
4 Removed: xemacs-21.4.22-implicit-pointer-conversion.patch
5 Log:
6 Properly fix the implicit pointer conversion problem in a similar way as it is fixed in xemacs 21.5. Bump revision to make sure everyone will have a properly compiled version.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-editors/xemacs/files/xemacs-21.4.22-deprecated-ldap.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/files/xemacs-21.4.22-deprecated-ldap.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/files/xemacs-21.4.22-deprecated-ldap.patch?rev=1.1&content-type=text/plain
14
15 Index: xemacs-21.4.22-deprecated-ldap.patch
16 ===================================================================
17 Patch to include depracated LDAP symbols, specifically
18 ldap_open. Without the proper prototype the call will almost surely
19 lead to crashes on 64-bit arches otherwise. Thanks to hwoareng for the
20 initial bug report.
21
22 Not reported upstream since bug tracker is down.
23
24 --- src/eldap.h.~1~ 2001-04-12 20:23:36.000000000 +0200
25 +++ src/eldap.h 2010-09-28 19:53:34.148472315 +0200
26 @@ -21,6 +21,8 @@
27 #ifndef INCLUDED_eldap_h_
28 #define INCLUDED_eldap_h_
29
30 +#define LDAP_DEPRECATED 1
31 +
32 #include <lber.h>
33 #include <ldap.h>