Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/DirectFB: DirectFB-1.1.0.ebuild ChangeLog
Date: Sat, 08 Dec 2007 18:50:52
Message-Id: E1J14lA-0006VI-Ru@stork.gentoo.org
1 vapier 07/12/08 18:50:44
2
3 Modified: DirectFB-1.1.0.ebuild ChangeLog
4 Log:
5 Delete /usr/X11R6/ flags from build #201626 by Arfrever Frehtes Taifersar Arahesis.
6 (Portage version: 2.1.4_rc4)
7
8 Revision Changes Path
9 1.2 dev-libs/DirectFB/DirectFB-1.1.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DirectFB/DirectFB-1.1.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DirectFB/DirectFB-1.1.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DirectFB/DirectFB-1.1.0.ebuild?r1=1.1&r2=1.2
14
15 Index: DirectFB-1.1.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-1.1.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- DirectFB-1.1.0.ebuild 2 Dec 2007 22:22:18 -0000 1.1
22 +++ DirectFB-1.1.0.ebuild 8 Dec 2007 18:50:44 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-1.1.0.ebuild,v 1.1 2007/12/02 22:22:18 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-1.1.0.ebuild,v 1.2 2007/12/08 18:50:44 vapier Exp $
28
29 inherit eutils toolchain-funcs
30
31 @@ -48,6 +48,19 @@
32 epatch "${FILESDIR}"/${PN}-0.9.24-CFLAGS.patch
33 epatch "${FILESDIR}"/${P}-headers.patch
34 epatch "${FILESDIR}"/${P}-pkgconfig.patch
35 +
36 + # This is only a partial fix to the X11 order issue #201626. It's just
37 + # the only part we need in order to make the issue go away. Upstream
38 + # bug tracker is currently broken, so list things to do here:
39 + # configure.in:
40 + # - only add -I/usr/X11R6/include to X11_CFLAGS as needed
41 + # - only add -L/usr/X11R6/lib to X11_LIBS as needed
42 + # systems/x11/Makefile.am:
43 + # - add $(X11_LIBS) to end of _LIBADD variables
44 + sed -i \
45 + -e '/X11_LIBS/s:-L/usr/X11R6/lib::' \
46 + -e '/CFLAGS/s:-I/usr/X11R6/include::' \
47 + configure
48 }
49
50 src_compile() {
51
52
53
54 1.66 dev-libs/DirectFB/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DirectFB/ChangeLog?rev=1.66&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DirectFB/ChangeLog?rev=1.66&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DirectFB/ChangeLog?r1=1.65&r2=1.66
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/ChangeLog,v
63 retrieving revision 1.65
64 retrieving revision 1.66
65 diff -u -r1.65 -r1.66
66 --- ChangeLog 2 Dec 2007 22:22:18 -0000 1.65
67 +++ ChangeLog 8 Dec 2007 18:50:44 -0000 1.66
68 @@ -1,6 +1,10 @@
69 # ChangeLog for dev-libs/DirectFB
70 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/ChangeLog,v 1.65 2007/12/02 22:22:18 vapier Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/ChangeLog,v 1.66 2007/12/08 18:50:44 vapier Exp $
73 +
74 + 08 Dec 2007; Mike Frysinger <vapier@g.o> DirectFB-1.1.0.ebuild:
75 + Delete /usr/X11R6/ flags from build #201626 by Arfrever Frehtes Taifersar
76 + Arahesis.
77
78 *DirectFB-1.1.0 (02 Dec 2007)
79
80
81
82
83 --
84 gentoo-commits@g.o mailing list