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: ChangeLog xemacs-21.4.21.ebuild
Date: Mon, 24 Dec 2007 00:03:22
Message-Id: E1J6amr-0000rs-7X@stork.gentoo.org
1 graaff 07/12/24 00:03:17
2
3 Modified: ChangeLog xemacs-21.4.21.ebuild
4 Log:
5 Avoid code that breaks on ia64
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.102 app-editors/xemacs/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xemacs/ChangeLog?rev=1.102&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xemacs/ChangeLog?rev=1.102&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xemacs/ChangeLog?r1=1.101&r2=1.102
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v
18 retrieving revision 1.101
19 retrieving revision 1.102
20 diff -u -r1.101 -r1.102
21 --- ChangeLog 11 Nov 2007 09:25:49 -0000 1.101
22 +++ ChangeLog 24 Dec 2007 00:03:16 -0000 1.102
23 @@ -1,6 +1,9 @@
24 # ChangeLog for app-editors/xemacs
25 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.101 2007/11/11 09:25:49 graaff Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.102 2007/12/24 00:03:16 graaff Exp $
28 +
29 + 24 Dec 2007; Hans de Graaff <graaff@g.o> xemacs-21.4.21.ebuild:
30 + Fix built on ia64 at the loss of some functionality.
31
32 *xemacs-21.4.21 (11 Nov 2007)
33
34
35
36
37 1.2 app-editors/xemacs/xemacs-21.4.21.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xemacs/xemacs-21.4.21.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xemacs/xemacs-21.4.21.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xemacs/xemacs-21.4.21.ebuild?r1=1.1&r2=1.2
42
43 Index: xemacs-21.4.21.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.21.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- xemacs-21.4.21.ebuild 11 Nov 2007 09:25:49 -0000 1.1
50 +++ xemacs-21.4.21.ebuild 24 Dec 2007 00:03:16 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.21.ebuild,v 1.1 2007/11/11 09:25:49 graaff Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.21.ebuild,v 1.2 2007/12/24 00:03:16 graaff Exp $
56
57 # Note: xemacs currently does not work with a hardened profile. If you
58 # want to use xemacs on a hardened profile then compile with the
59 @@ -154,6 +154,9 @@
60 use ppc64 && myconf="${myconf} --with-system-malloc"
61 use ia64 && myconf="${myconf} --with-system-malloc"
62
63 + # Enabling modules will cause segfaults outside the XEmacs build directory
64 + use ia64 && myconf="${myconf} --without-modules"
65 +
66 einfo "${myconf}"
67
68 # Don't use econf because it uses options which this configure
69
70
71
72 --
73 gentoo-commits@g.o mailing list