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.22-r2.ebuild
Date: Mon, 26 Sep 2011 18:28:12
Message-Id: 20110926182802.6335020036@flycatcher.gentoo.org
1 graaff 11/09/26 18:28:02
2
3 Modified: ChangeLog xemacs-21.4.22-r2.ebuild
4 Log:
5 Fix compilation with libpng 1.5, thanks to Samuli Suominen in bug 384461.
6
7 (Portage version: 2.1.10.11/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.149 app-editors/xemacs/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?rev=1.149&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?rev=1.149&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?r1=1.148&r2=1.149
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v
19 retrieving revision 1.148
20 retrieving revision 1.149
21 diff -u -r1.148 -r1.149
22 --- ChangeLog 2 Aug 2011 05:43:01 -0000 1.148
23 +++ ChangeLog 26 Sep 2011 18:28:02 -0000 1.149
24 @@ -1,6 +1,10 @@
25 # ChangeLog for app-editors/xemacs
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.148 2011/08/02 05:43:01 mattst88 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.149 2011/09/26 18:28:02 graaff Exp $
29 +
30 + 26 Sep 2011; Hans de Graaff <graaff@g.o> xemacs-21.4.22-r2.ebuild,
31 + +files/xemacs-21.4.22-libpng15.patch:
32 + Fix compilation with libpng 1.5, thanks to Samuli Suominen in bug 384461.
33
34 02 Aug 2011; Matt Turner <mattst88@g.o> xemacs-21.4.22-r1.ebuild,
35 xemacs-21.4.22-r2.ebuild, xemacs-21.5.29-r2.ebuild, xemacs-21.5.30.ebuild,
36
37
38
39 1.5 app-editors/xemacs/xemacs-21.4.22-r2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r2.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r2.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r2.ebuild?r1=1.4&r2=1.5
44
45 Index: xemacs-21.4.22-r2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r2.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- xemacs-21.4.22-r2.ebuild 2 Aug 2011 05:43:01 -0000 1.4
52 +++ xemacs-21.4.22-r2.ebuild 26 Sep 2011 18:28:02 -0000 1.5
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r2.ebuild,v 1.4 2011/08/02 05:43:01 mattst88 Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r2.ebuild,v 1.5 2011/09/26 18:28:02 graaff Exp $
58
59 # Note: xemacs currently does not work with a hardened profile. If you
60 # want to use xemacs on a hardened profile then compile with the
61 @@ -73,6 +73,9 @@
62 # crashes.
63 epatch "${FILESDIR}"/${P}-deprecated-ldap.patch
64
65 + # Fix compilation with libpng 1.5, bug 384461
66 + epatch "${FILESDIR}"/${P}-libpng15.patch
67 +
68 # Run autoconf. XEmacs tries to be smart by providing a stub
69 # configure.ac file for autoconf 2.59 but this throws our
70 # autotools eclass so it must be removed first.