Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/octave: ChangeLog octave-2.1.73-r2.ebuild
Date: Fri, 18 Apr 2008 13:13:13
Message-Id: E1JmqOt-00069r-6G@stork.gentoo.org
1 markusle 08/04/18 13:13:11
2
3 Modified: ChangeLog octave-2.1.73-r2.ebuild
4 Log:
5 Fix compile problems with gcc-4.3 (see bug #218176).
6 (Portage version: 2.1.5_rc3)
7
8 Revision Changes Path
9 1.58 sci-mathematics/octave/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.58&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.58&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/ChangeLog?r1=1.57&r2=1.58
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v
18 retrieving revision 1.57
19 retrieving revision 1.58
20 diff -u -r1.57 -r1.58
21 --- ChangeLog 9 Apr 2008 01:44:57 -0000 1.57
22 +++ ChangeLog 18 Apr 2008 13:13:10 -0000 1.58
23 @@ -1,6 +1,11 @@
24 # ChangeLog for sci-mathematics/octave
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.57 2008/04/09 01:44:57 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.58 2008/04/18 13:13:10 markusle Exp $
28 +
29 + 18 Apr 2008; Markus Dittrich <markusle@g.o>
30 + +files/octave-2.1.73-gcc-4.3.patch, octave-2.1.73-r2.ebuild:
31 + Fix compile problems with gcc-4.3 (see bug #218176). Thanks much to Martin
32 + Väth <vaeth@××××××××××××××××××××××××.de> for his patch.
33
34 09 Apr 2008; Jeroen Roovers <jer@g.o> octave-2.1.73-r2.ebuild:
35 Marked ~hppa (bug #216855).
36
37
38
39 1.9 sci-mathematics/octave/octave-2.1.73-r2.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/octave-2.1.73-r2.ebuild?rev=1.9&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/octave-2.1.73-r2.ebuild?rev=1.9&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/octave-2.1.73-r2.ebuild?r1=1.8&r2=1.9
44
45 Index: octave-2.1.73-r2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-2.1.73-r2.ebuild,v
48 retrieving revision 1.8
49 retrieving revision 1.9
50 diff -u -r1.8 -r1.9
51 --- octave-2.1.73-r2.ebuild 9 Apr 2008 01:44:57 -0000 1.8
52 +++ octave-2.1.73-r2.ebuild 18 Apr 2008 13:13:10 -0000 1.9
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/sci-mathematics/octave/octave-2.1.73-r2.ebuild,v 1.8 2008/04/09 01:44:57 jer Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-2.1.73-r2.ebuild,v 1.9 2008/04/18 13:13:10 markusle Exp $
58
59 inherit flag-o-matic fortran autotools xemacs-elisp-common
60
61 @@ -44,6 +44,7 @@
62 epatch "${FILESDIR}"/${P}-gcc4.1-gentoo.patch
63 epatch "${FILESDIR}"/${PN}-example-fix.patch
64 epatch "${FILESDIR}"/${P}-f2c-fix.patch
65 + epatch "${FILESDIR}"/${P}-gcc-4.3.patch
66 eautoconf
67 }
68
69
70
71
72 --
73 gentoo-commits@l.g.o mailing list