Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/xmlrpc-c: xmlrpc-c-1.06.09.ebuild ChangeLog
Date: Mon, 11 Feb 2008 19:38:53
Message-Id: E1JOeUJ-0007kp-Ax@stork.gentoo.org
1 flameeyes 08/02/11 19:38:47
2
3 Modified: xmlrpc-c-1.06.09.ebuild ChangeLog
4 Log:
5 Fix linking with --as-needed by properly link to libxml2 when using it. Fixes cmake build with --as-needed.
6 (Portage version: 2.1.4.3)
7
8 Revision Changes Path
9 1.15 dev-libs/xmlrpc-c/xmlrpc-c-1.06.09.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xmlrpc-c/xmlrpc-c-1.06.09.ebuild?rev=1.15&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xmlrpc-c/xmlrpc-c-1.06.09.ebuild?rev=1.15&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xmlrpc-c/xmlrpc-c-1.06.09.ebuild?r1=1.14&r2=1.15
14
15 Index: xmlrpc-c-1.06.09.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/xmlrpc-c/xmlrpc-c-1.06.09.ebuild,v
18 retrieving revision 1.14
19 retrieving revision 1.15
20 diff -u -r1.14 -r1.15
21 --- xmlrpc-c-1.06.09.ebuild 6 Feb 2008 13:53:47 -0000 1.14
22 +++ xmlrpc-c-1.06.09.ebuild 11 Feb 2008 19:38:46 -0000 1.15
23 @@ -1,6 +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/dev-libs/xmlrpc-c/xmlrpc-c-1.06.09.ebuild,v 1.14 2008/02/06 13:53:47 corsair Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlrpc-c/xmlrpc-c-1.06.09.ebuild,v 1.15 2008/02/11 19:38:46 flameeyes Exp $
28
29 inherit eutils
30
31 @@ -33,6 +33,7 @@
32 epatch "${FILESDIR}"/${PN}-1.06.02-threadupdatestatus.patch
33 epatch "${FILESDIR}"/${PN}-1.06.02-strsol.patch
34 epatch "${FILESDIR}"/${PN}-gcc43.patch
35 + epatch "${FILESDIR}"/${P}-asneeded.patch
36
37 # Respect the user's CFLAGS/CXXFLAGS.
38 sed -i -e "/CFLAGS_COMMON/s:-g -O3$:${CFLAGS}:" Makefile.common
39
40
41
42 1.41 dev-libs/xmlrpc-c/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xmlrpc-c/ChangeLog?rev=1.41&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xmlrpc-c/ChangeLog?rev=1.41&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xmlrpc-c/ChangeLog?r1=1.40&r2=1.41
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-libs/xmlrpc-c/ChangeLog,v
51 retrieving revision 1.40
52 retrieving revision 1.41
53 diff -u -r1.40 -r1.41
54 --- ChangeLog 6 Feb 2008 13:53:47 -0000 1.40
55 +++ ChangeLog 11 Feb 2008 19:38:46 -0000 1.41
56 @@ -1,6 +1,11 @@
57 # ChangeLog for dev-libs/xmlrpc-c
58 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlrpc-c/ChangeLog,v 1.40 2008/02/06 13:53:47 corsair Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlrpc-c/ChangeLog,v 1.41 2008/02/11 19:38:46 flameeyes Exp $
61 +
62 + 11 Feb 2008; Diego Pettenò <flameeyes@g.o>
63 + +files/xmlrpc-c-1.06.09-asneeded.patch, xmlrpc-c-1.06.09.ebuild:
64 + Fix linking with --as-needed by properly link to libxml2 when using it.
65 + Fixes cmake build with --as-needed.
66
67 06 Feb 2008; Markus Rothe <corsair@g.o> xmlrpc-c-1.06.09.ebuild:
68 Back to ~ppc64. It fails on another machine
69
70
71
72 --
73 gentoo-commits@l.g.o mailing list