Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/lynx/files: lynx-2.8.6-mint.patch
Date: Mon, 31 Jan 2011 16:56:57
Message-Id: 20110131165647.5C4A020057@flycatcher.gentoo.org
1 darkside 11/01/31 16:56:47
2
3 Added: lynx-2.8.6-mint.patch
4 Log:
5 Port changes from Gentoo Prefix, use ED, add KEYWORDS, convert to EAPI3, add FreeMiNT patch. bug 352712
6
7 (Portage version: 2.1.9.35/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 www-client/lynx/files/lynx-2.8.6-mint.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/lynx/files/lynx-2.8.6-mint.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/lynx/files/lynx-2.8.6-mint.patch?rev=1.1&content-type=text/plain
14
15 Index: lynx-2.8.6-mint.patch
16 ===================================================================
17 --- lynx2-8-6/src/UCdomap.h.old 2009-03-18 08:16:12.000000000 +0000
18 +++ lynx2-8-6/src/UCdomap.h 2009-03-18 08:15:12.000000000 +0000
19 @@ -172,6 +172,18 @@
20 0, 128,UCT_ENC_UTF8,-4)
21 #endif
22
23 +#ifndef NO_CHARSET_windows_1250
24 +#define NO_CHARSET_windows_1250 !ALL_CHARSETS
25 +#endif
26 +
27 +#if NO_CHARSET_windows_1250
28 +#define UC_CHARSET_SETUP_windows_1250 /* nothing */
29 +#else
30 +/* Is this right ??? */
31 +#define UC_CHARSET_SETUP_x_transparent UC_Charset_NoUctb_Setup("windows-1250","windows-1250",\
32 + 0, 128,UCT_ENC_8BIT,0)
33 +#endif
34 +
35 #ifdef __cplusplus
36 }
37 #endif
38 --- lynx2-8-6/WWW/Library/Implementation/www_tcp.h.old 2009-03-18 06:45:10.000000000 +0000
39 +++ lynx2-8-6/WWW/Library/Implementation/www_tcp.h 2009-03-18 06:45:22.000000000 +0000
40 @@ -94,7 +94,7 @@
41 # endif
42 #endif /* HAVE_DIRENT_H */
43
44 -#if !(defined(DOSPATH) || defined(__EMX__) || defined(__CYGWIN__))
45 +#if !(defined(DOSPATH) || defined(__EMX__) || defined(__CYGWIN__) || defined(__MINT__))
46 #define STRUCT_DIRENT__D_INO 1
47 #endif