Gentoo Archives: gentoo-commits

From: "Matt Turner (mattst88)" <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libXaw3d/files: Xaw3d-out-of-tree.diff Xaw3d-xfree86.diff
Date: Tue, 02 Aug 2011 05:34:32
Message-Id: 20110802053421.D482020051@flycatcher.gentoo.org
1 mattst88 11/08/02 05:34:21
2
3 Added: Xaw3d-out-of-tree.diff Xaw3d-xfree86.diff
4 Log:
5 Rename Xaw3d to libXaw3d.
6
7 (Portage version: 2.1.10.3/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.1 x11-libs/libXaw3d/files/Xaw3d-out-of-tree.diff
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw3d/files/Xaw3d-out-of-tree.diff?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw3d/files/Xaw3d-out-of-tree.diff?rev=1.1&content-type=text/plain
14
15 Index: Xaw3d-out-of-tree.diff
16 ===================================================================
17 --- Imakefile.orig Thu Apr 30 19:50:26 1998
18 +++ Imakefile Thu Apr 30 19:50:43 1998
19 @@ -41,7 +41,7 @@
20
21 # EXTRA_DEFINES = -DARROW_SCROLLBAR -DUSEGRAY
22
23 -# EXTRA_INCLUDES = -I.
24 +EXTRA_INCLUDES = -I.
25
26 HEADERS = \
27 AllWidgets.h \
28
29
30
31 1.1 x11-libs/libXaw3d/files/Xaw3d-xfree86.diff
32
33 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw3d/files/Xaw3d-xfree86.diff?rev=1.1&view=markup
34 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw3d/files/Xaw3d-xfree86.diff?rev=1.1&content-type=text/plain
35
36 Index: Xaw3d-xfree86.diff
37 ===================================================================
38 --- XawI18n.h.orig Tue Aug 29 07:00:21 1995
39 +++ XawI18n.h Tue Nov 19 02:22:09 1996
40 @@ -27,12 +27,18 @@
41
42 ********************************************************/
43
44 +#if 0
45 #ifdef HAS_WCTYPE_H
46 #include <wctype.h>
47 +#if !defined(__linux__)
48 #include <widec.h>
49 +#endif
50 +#endif
51 #define wcslen(c) wslen(c)
52 #define wcscpy(d,s) wscpy(d,s)
53 #define wcsncpy(d,s,l) wsncpy(d,s,l)
54 +#if 0
55 +#endif
56 #endif
57
58 #ifdef HAS_WCHAR_H