Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/openmotif: openmotif-2.3.0-r2.ebuild ChangeLog
Date: Wed, 07 May 2008 06:24:21
Message-Id: E1Jtd4c-00038H-VN@stork.gentoo.org
1 ulm 08/05/07 06:24:18
2
3 Modified: openmotif-2.3.0-r2.ebuild ChangeLog
4 Log:
5 Better fix for libtool-2.2 breakage, bug 220599.
6 (Portage version: 2.1.5_rc7)
7
8 Revision Changes Path
9 1.8 x11-libs/openmotif/openmotif-2.3.0-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r2.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r2.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r2.ebuild?r1=1.7&r2=1.8
14
15 Index: openmotif-2.3.0-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r2.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- openmotif-2.3.0-r2.ebuild 6 May 2008 20:49:18 -0000 1.7
22 +++ openmotif-2.3.0-r2.ebuild 7 May 2008 06:24:18 -0000 1.8
23 @@ -1,8 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r2.ebuild,v 1.7 2008/05/06 20:49:18 ulm Exp $
27 -
28 -WANT_AUTOMAKE=1.9
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r2.ebuild,v 1.8 2008/05/07 06:24:18 ulm Exp $
30
31 inherit eutils flag-o-matic multilib autotools
32
33 @@ -70,11 +68,13 @@
34 # disable compilation of demo binaries
35 sed -i -e '/^SUBDIRS/{:x;/\\$/{N;bx;};s/[ \t\n\\]*demos//;}' Makefile.am
36
37 + # fix libtool-2.2 breakage, bug 220599
38 + sed -i -e 's/LT_HAVE/FINDXFT_HAVE/g' ac_find_xft.m4
39 +
40 # add X.Org vendor string to aliases for virtual bindings
41 echo -e '"The X.Org Foundation"\t\t\t\t\tpc' >>bindings/xmbind.alias
42
43 - eautoconf
44 - eautomake
45 + AT_M4DIR=. eautoreconf
46 }
47
48 src_compile() {
49
50
51
52 1.178 x11-libs/openmotif/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.178&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.178&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?r1=1.177&r2=1.178
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v
61 retrieving revision 1.177
62 retrieving revision 1.178
63 diff -u -r1.177 -r1.178
64 --- ChangeLog 6 May 2008 20:49:18 -0000 1.177
65 +++ ChangeLog 7 May 2008 06:24:18 -0000 1.178
66 @@ -1,10 +1,9 @@
67 # ChangeLog for x11-libs/openmotif
68 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.177 2008/05/06 20:49:18 ulm Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.178 2008/05/07 06:24:18 ulm Exp $
71
72 06 May 2008; Ulrich Mueller <ulm@g.o> openmotif-2.3.0-r2.ebuild:
73 - Call eautoconf and eautomake explicitely, fixes breakage with libtool-2.2,
74 - bug 220599.
75 + Fix breakage with libtool-2.2, bug 220599.
76
77 04 May 2008; Ulrich Mueller <ulm@g.o> openmotif-2.3.0-r2.ebuild:
78 Add X.Org vendor string to aliases for virtual bindings.
79
80
81
82 --
83 gentoo-commits@l.g.o mailing list