Gentoo Archives: gentoo-commits

From: "Thomas Beierlein (tomjbe)" <tomjbe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-electronics/alliance: ChangeLog alliance-5.0.20070718.ebuild
Date: Fri, 15 Oct 2010 14:37:16
Message-Id: 20101015143712.BE5A72004C@flycatcher.gentoo.org
1 tomjbe 10/10/15 14:37:12
2
3 Modified: ChangeLog alliance-5.0.20070718.ebuild
4 Log:
5 Switch to shared linking (bug 252469). Fix tests (bug 282490). Fix buffer overrun (bug 340789).
6
7 (Portage version: 2.1.9.16/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.13 sci-electronics/alliance/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/alliance/ChangeLog?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/alliance/ChangeLog?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/alliance/ChangeLog?r1=1.12&r2=1.13
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/alliance/ChangeLog,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- ChangeLog 10 Oct 2010 21:34:10 -0000 1.12
23 +++ ChangeLog 15 Oct 2010 14:37:12 -0000 1.13
24 @@ -1,6 +1,12 @@
25 # ChangeLog for sci-electronics/alliance
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/alliance/ChangeLog,v 1.12 2010/10/10 21:34:10 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/alliance/ChangeLog,v 1.13 2010/10/15 14:37:12 tomjbe Exp $
29 +
30 + 15 Oct 2010; Thomas Beierlein <tomjbe@g.o>
31 + alliance-5.0.20070718.ebuild, +files/alliance-5.0.20070718-overun.patch,
32 + +files/alliance-5.0.20070718-test.patch:
33 + Switch to shared linking (bug 252469). Fix tests (bug 282490). Fix buffer
34 + overrun (bug 340789).
35
36 10 Oct 2010; Ulrich Mueller <ulm@g.o> alliance-5.0.20060509.ebuild,
37 alliance-5.0.20070718.ebuild:
38
39
40
41 1.5 sci-electronics/alliance/alliance-5.0.20070718.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/alliance/alliance-5.0.20070718.ebuild?rev=1.5&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/alliance/alliance-5.0.20070718.ebuild?rev=1.5&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/alliance/alliance-5.0.20070718.ebuild?r1=1.4&r2=1.5
46
47 Index: alliance-5.0.20070718.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/alliance/alliance-5.0.20070718.ebuild,v
50 retrieving revision 1.4
51 retrieving revision 1.5
52 diff -u -r1.4 -r1.5
53 --- alliance-5.0.20070718.ebuild 10 Oct 2010 21:34:10 -0000 1.4
54 +++ alliance-5.0.20070718.ebuild 15 Oct 2010 14:37:12 -0000 1.5
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/alliance/alliance-5.0.20070718.ebuild,v 1.4 2010/10/10 21:34:10 ulm Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/alliance/alliance-5.0.20070718.ebuild,v 1.5 2010/10/15 14:37:12 tomjbe Exp $
60
61 EAPI=1
62
63 @@ -29,6 +29,10 @@
64 cd "${S}"
65 epatch "${FILESDIR}"/alliance-5.0-gcc43.patch
66
67 + #fix tests (bug #282490) and buffer overrun (bug 340789)
68 + epatch "${FILESDIR}"/${P}-test.patch \
69 + "${FILESDIR}"/${P}-overun.patch
70 +
71 # Fix compilation issue
72 sed -i -e "s/private: static void operator delete/public: static void operator delete/" nero/src/ADefs.h || die "sed failed"
73 }
74 @@ -44,7 +48,7 @@
75 --with-x \
76 --with-motif \
77 --with-xpm \
78 - || die "./configure failed"
79 + --with-alc-shared
80
81 # See bug #134145
82 emake -j1 || die "emake failed"