Gentoo Archives: gentoo-commits

From: "Mark Loeser (halcy0n)" <halcy0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/openmotif: openmotif-2.3.0.ebuild ChangeLog
Date: Sat, 05 Jan 2008 21:07:54
Message-Id: E1JBGF6-00038w-4Q@stork.gentoo.org
1 halcy0n 08/01/05 21:07:44
2
3 Modified: openmotif-2.3.0.ebuild ChangeLog
4 Log:
5 Make openmotif actually respect USE flags when building (thanks to Jozef Siska); bug #201915
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.8 x11-libs/openmotif/openmotif-2.3.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0.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.ebuild?r1=1.7&r2=1.8
14
15 Index: openmotif-2.3.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- openmotif-2.3.0.ebuild 30 Dec 2007 16:54:31 -0000 1.7
22 +++ openmotif-2.3.0.ebuild 5 Jan 2008 21:07:43 -0000 1.8
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0.ebuild,v 1.7 2007/12/30 16:54:31 betelgeuse Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0.ebuild,v 1.8 2008/01/05 21:07:43 halcy0n Exp $
29
30 WANT_AUTOCONF="latest"
31 WANT_AUTOMAKE="1.6"
32 @@ -38,8 +38,6 @@
33 }
34
35 src_compile() {
36 - local myconf
37 -
38 # get around some LANG problems in make (#15119)
39 unset LANG
40
41 @@ -48,12 +46,10 @@
42
43 append-flags -fno-strict-aliasing
44
45 - use xft && myconf="${myconf} `use_enable xft`"
46 - use jpeg && myconf="${myconf} `use_enable jpeg`"
47 - use png && myconf="${myconf} `use_enable png`"
48 -
49 econf --with-x \
50 - ${myconf} || die "configuration failed"
51 + $(use_enable xft) \
52 + $(use_enable jpeg) \
53 + $(use_enable png) || die "configuration failed"
54
55 emake -j1 || die "make failed, if you have lesstif installed removed it, compile openmotif and recompile lesstif"
56 }
57
58
59
60 1.145 x11-libs/openmotif/ChangeLog
61
62 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.145&view=markup
63 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.145&content-type=text/plain
64 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?r1=1.144&r2=1.145
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v
69 retrieving revision 1.144
70 retrieving revision 1.145
71 diff -u -r1.144 -r1.145
72 --- ChangeLog 30 Dec 2007 17:06:32 -0000 1.144
73 +++ ChangeLog 5 Jan 2008 21:07:43 -0000 1.145
74 @@ -1,6 +1,10 @@
75 # ChangeLog for x11-libs/openmotif
76 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.144 2007/12/30 17:06:32 betelgeuse Exp $
78 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
79 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.145 2008/01/05 21:07:43 halcy0n Exp $
80 +
81 + 05 Jan 2008; Mark Loeser <halcy0n@g.o> openmotif-2.3.0.ebuild:
82 + Make openmotif actually respect USE flags when building (thanks to Jozef
83 + Siska); bug #201915
84
85 30 Dec 2007; Petteri Räty <betelgeuse@g.o>
86 -files/openmotif-2.1.30-CAN-2004-0687-0688.patch,
87
88
89
90 --
91 gentoo-commits@g.o mailing list