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-lang/wml: ChangeLog wml-2.0.11-r3.ebuild
Date: Sun, 20 Apr 2008 11:25:54
Message-Id: E1JnXg7-00033M-Es@stork.gentoo.org
1 vapier 08/04/20 11:25:51
2
3 Modified: ChangeLog wml-2.0.11-r3.ebuild
4 Log:
5 Fixup code to work with autoconf-2.62 and libtool-2.2 #212811 by Patrizio Bassi.
6 (Portage version: 2.2_pre5)
7
8 Revision Changes Path
9 1.43 dev-lang/wml/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/wml/ChangeLog?rev=1.43&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/wml/ChangeLog?rev=1.43&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/wml/ChangeLog?r1=1.42&r2=1.43
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/wml/ChangeLog,v
18 retrieving revision 1.42
19 retrieving revision 1.43
20 diff -u -r1.42 -r1.43
21 --- ChangeLog 10 Mar 2008 14:21:12 -0000 1.42
22 +++ ChangeLog 20 Apr 2008 11:25:50 -0000 1.43
23 @@ -1,6 +1,11 @@
24 # ChangeLog for dev-lang/wml
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/wml/ChangeLog,v 1.42 2008/03/10 14:21:12 beandog Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/wml/ChangeLog,v 1.43 2008/04/20 11:25:50 vapier Exp $
28 +
29 + 20 Apr 2008; Mike Frysinger <vapier@g.o>
30 + +files/wml-2.0.11-autotools.patch, wml-2.0.11-r3.ebuild:
31 + Fixup code to work with autoconf-2.62 and libtool-2.2 #212811 by Patrizio
32 + Bassi.
33
34 10 Mar 2008; Steve Dibb <beandog@g.o> wml-2.0.11-r3.ebuild:
35 amd64 stable, bug 209927
36
37
38
39 1.6 dev-lang/wml/wml-2.0.11-r3.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/wml/wml-2.0.11-r3.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/wml/wml-2.0.11-r3.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/wml/wml-2.0.11-r3.ebuild?r1=1.5&r2=1.6
44
45 Index: wml-2.0.11-r3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-lang/wml/wml-2.0.11-r3.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- wml-2.0.11-r3.ebuild 10 Mar 2008 14:21:12 -0000 1.5
52 +++ wml-2.0.11-r3.ebuild 20 Apr 2008 11:25:50 -0000 1.6
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/wml/wml-2.0.11-r3.ebuild,v 1.5 2008/03/10 14:21:12 beandog Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/wml/wml-2.0.11-r3.ebuild,v 1.6 2008/04/20 11:25:50 vapier Exp $
58
59 inherit fixheadtails eutils autotools multilib
60
61 @@ -13,7 +13,8 @@
62 KEYWORDS="amd64 ia64 ppc ~s390 sparc x86"
63 IUSE=""
64
65 -DEPEND="dev-libs/libpcre
66 +RDEPEND="dev-libs/libpcre
67 + sys-devel/libtool
68 dev-lang/perl"
69
70 src_unpack() {
71 @@ -24,6 +25,7 @@
72 epatch "${FILESDIR}/wml-2.0.9-gcc41.patch"
73 epatch "${FILESDIR}/wml-2.0.9-autotools-update.patch"
74 epatch "${FILESDIR}/wml-2.0.11-tmpfile.patch"
75 + epatch "${FILESDIR}"/${P}-autotools.patch
76
77 einfo "Patching Makefile.in files to fix various problems"
78 # Patch Makefile to avoid stripping binaries
79 @@ -45,7 +47,7 @@
80 }
81
82 src_compile() {
83 - econf --libdir=/usr/$(get_libdir) || die "./configure failed"
84 + econf --without-included-ltdl || die "./configure failed"
85 emake || die "emake failed"
86 }
87
88
89
90
91 --
92 gentoo-commits@l.g.o mailing list