Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/bmpx: bmpx-0.40.10.ebuild ChangeLog
Date: Mon, 01 Oct 2007 13:32:28
Message-Id: E1IcLFE-0005nS-3U@stork.gentoo.org
1 drac 07/10/01 13:23:32
2
3 Modified: bmpx-0.40.10.ebuild ChangeLog
4 Log:
5 Link against boost_*-mt instead of boost_*-mt-s which was causing text relocations on x86, and linking failures on x86_64 as reported in bug 194310.
6 (Portage version: 2.1.3.11)
7
8 Revision Changes Path
9 1.2 media-sound/bmpx/bmpx-0.40.10.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/bmpx/bmpx-0.40.10.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/bmpx/bmpx-0.40.10.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/bmpx/bmpx-0.40.10.ebuild?r1=1.1&r2=1.2
14
15 Index: bmpx-0.40.10.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/bmpx/bmpx-0.40.10.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- bmpx-0.40.10.ebuild 28 Sep 2007 16:24:23 -0000 1.1
22 +++ bmpx-0.40.10.ebuild 1 Oct 2007 13:23:31 -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/media-sound/bmpx/bmpx-0.40.10.ebuild,v 1.1 2007/09/28 16:24:23 drac Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/bmpx/bmpx-0.40.10.ebuild,v 1.2 2007/10/01 13:23:31 drac Exp $
28
29 inherit fdo-mime gnome2-utils versionator
30
31 @@ -50,6 +50,9 @@
32
33 src_compile() {
34 econf --with-tr1 --enable-ld-workaround \
35 + --with-boost-regex=boost_regex-mt \
36 + --with-boost-filesystem=boost_filesystem-mt \
37 + --with-boost-iostreams=boost_iostreams-mt \
38 $(use_enable modplug) \
39 $(use_enable hal) \
40 $(use_enable sid) \
41
42
43
44 1.68 media-sound/bmpx/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/bmpx/ChangeLog?rev=1.68&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/bmpx/ChangeLog?rev=1.68&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/bmpx/ChangeLog?r1=1.67&r2=1.68
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-sound/bmpx/ChangeLog,v
53 retrieving revision 1.67
54 retrieving revision 1.68
55 diff -u -r1.67 -r1.68
56 --- ChangeLog 28 Sep 2007 16:24:23 -0000 1.67
57 +++ ChangeLog 1 Oct 2007 13:23:31 -0000 1.68
58 @@ -1,6 +1,11 @@
59 # ChangeLog for media-sound/bmpx
60 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-sound/bmpx/ChangeLog,v 1.67 2007/09/28 16:24:23 drac Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-sound/bmpx/ChangeLog,v 1.68 2007/10/01 13:23:31 drac Exp $
63 +
64 + 01 Oct 2007; Samuli Suominen <drac@g.o> bmpx-0.40.10.ebuild:
65 + Link against boost_*-mt instead of boost_*-mt-s which was causing text
66 + relocations on x86, and linking failures on x86_64 as reported in bug
67 + 194310.
68
69 *bmpx-0.40.10 (28 Sep 2007)
70
71
72
73
74 --
75 gentoo-commits@g.o mailing list