Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/xemacs: ChangeLog xemacs-21.4.22-r1.ebuild
Date: Tue, 24 Aug 2010 18:02:18
Message-Id: 20100824180213.2683320051@flycatcher.gentoo.org
1 hwoarang 10/08/24 18:02:12
2
3 Modified: ChangeLog xemacs-21.4.22-r1.ebuild
4 Log:
5 Use patch to fix implicit pointer conversion which lead to compilation failures in 64bit arches
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.138 app-editors/xemacs/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?rev=1.138&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?rev=1.138&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?r1=1.137&r2=1.138
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v
18 retrieving revision 1.137
19 retrieving revision 1.138
20 diff -u -r1.137 -r1.138
21 --- ChangeLog 17 Jun 2010 22:40:24 -0000 1.137
22 +++ ChangeLog 24 Aug 2010 18:02:12 -0000 1.138
23 @@ -1,6 +1,12 @@
24 # ChangeLog for app-editors/xemacs
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.137 2010/06/17 22:40:24 patrick Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.138 2010/08/24 18:02:12 hwoarang Exp $
28 +
29 + 24 Aug 2010; Markos Chandras <hwoarang@g.o>
30 + xemacs-21.4.22-r1.ebuild,
31 + +files/xemacs-21.4.22-implicit-pointer-conversion.patch:
32 + Use patch to fix implicit pointer conversion which lead to compilation
33 + failures in 64bit arches
34
35 17 Jun 2010; Patrick Lauer <patrick@g.o> xemacs-21.4.22-r1.ebuild,
36 xemacs-21.5.29-r2.ebuild:
37
38
39
40 1.11 app-editors/xemacs/xemacs-21.4.22-r1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r1.ebuild?rev=1.11&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r1.ebuild?rev=1.11&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r1.ebuild?r1=1.10&r2=1.11
45
46 Index: xemacs-21.4.22-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r1.ebuild,v
49 retrieving revision 1.10
50 retrieving revision 1.11
51 diff -u -r1.10 -r1.11
52 --- xemacs-21.4.22-r1.ebuild 27 Jun 2010 09:58:45 -0000 1.10
53 +++ xemacs-21.4.22-r1.ebuild 24 Aug 2010 18:02:12 -0000 1.11
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r1.ebuild,v 1.10 2010/06/27 09:58:45 ssuominen Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r1.ebuild,v 1.11 2010/08/24 18:02:12 hwoarang Exp $
59
60 # Note: xemacs currently does not work with a hardened profile. If you
61 # want to use xemacs on a hardened profile then compile with the
62 @@ -69,6 +69,9 @@
63 # Security bug #275397
64 epatch "${FILESDIR}"/${P}-large-images.patch
65
66 + # implicit pointer conversion patch to fix compilation problems
67 + # on amd64 when using strict feature
68 + epatch "${FILESDIR}"/${P}-implicit-pointer-conversion.patch
69 # Run autoconf. XEmacs tries to be smart by providing a stub
70 # configure.ac file for autoconf 2.59 but this throws our
71 # autotools eclass so it must be removed first.