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-chemistry/raster3d: raster3d-2.7s.ebuild ChangeLog raster3d-2.7d.ebuild
Date: Thu, 16 Oct 2008 14:01:30
Message-Id: E1KqTPn-0005zf-Gq@stork.gentoo.org
1 markusle 08/10/16 14:01:23
2
3 Modified: raster3d-2.7s.ebuild ChangeLog raster3d-2.7d.ebuild
4 Log:
5 Added -ffixed-line-length-132 to FFLAGS to avoid gcc-4.1.2 errors due to lines extending beyond 72 characters (fixes bug #242232).
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.26-SENTINEL-3 i686)
7
8 Revision Changes Path
9 1.3 sci-chemistry/raster3d/raster3d-2.7s.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/raster3d/raster3d-2.7s.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/raster3d/raster3d-2.7s.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/raster3d/raster3d-2.7s.ebuild?r1=1.2&r2=1.3
14
15 Index: raster3d-2.7s.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/raster3d-2.7s.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- raster3d-2.7s.ebuild 8 Jul 2008 03:07:27 -0000 1.2
22 +++ raster3d-2.7s.ebuild 16 Oct 2008 14:01:23 -0000 1.3
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/sci-chemistry/raster3d/raster3d-2.7s.ebuild,v 1.2 2008/07/08 03:07:27 dberkholz Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/raster3d-2.7s.ebuild,v 1.3 2008/10/16 14:01:23 markusle Exp $
28
29 inherit toolchain-funcs fortran
30
31 @@ -25,7 +25,10 @@
32 S="${WORKDIR}/${NAME}_${PV}"
33
34 src_compile() {
35 - cd "${S}"
36 + # some source files have lines that extend
37 + # beyond 72 characters causing problems with
38 + # gcc-4.1.2 without the below
39 + FFLAGS="${FFLAGS} -ffixed-line-length-132"
40
41 # fix Makefile to honor user's CFLAGS/FFLAGS
42 sed -e "s:gcc:$(tc-getCC):" \
43
44
45
46 1.16 sci-chemistry/raster3d/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/raster3d/ChangeLog?rev=1.16&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/raster3d/ChangeLog?rev=1.16&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/raster3d/ChangeLog?r1=1.15&r2=1.16
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/ChangeLog,v
55 retrieving revision 1.15
56 retrieving revision 1.16
57 diff -u -r1.15 -r1.16
58 --- ChangeLog 8 Jul 2008 03:07:27 -0000 1.15
59 +++ ChangeLog 16 Oct 2008 14:01:23 -0000 1.16
60 @@ -1,6 +1,10 @@
61 # ChangeLog for sci-chemistry/raster3d
62 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/ChangeLog,v 1.15 2008/07/08 03:07:27 dberkholz Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/ChangeLog,v 1.16 2008/10/16 14:01:23 markusle Exp $
65 +
66 + 16 Oct 2008; Markus Dittrich <markusle@g.o> raster3d-2.7s.ebuild, raster3d-2.7d.ebuild:
67 + Added -ffixed-line-length-132 to FFLAGS to avoid gcc-4.1.2 errors
68 + due to lines extending beyond 72 characters (fixes bug #242232).
69
70 08 Jul 2008; Donnie Berkholz <dberkholz@g.o>; raster3d-2.7s.ebuild:
71 Keyword ~amd64.
72
73
74
75 1.2 sci-chemistry/raster3d/raster3d-2.7d.ebuild
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/raster3d/raster3d-2.7d.ebuild?rev=1.2&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/raster3d/raster3d-2.7d.ebuild?rev=1.2&content-type=text/plain
79 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/raster3d/raster3d-2.7d.ebuild?r1=1.1&r2=1.2
80
81 Index: raster3d-2.7d.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/raster3d-2.7d.ebuild,v
84 retrieving revision 1.1
85 retrieving revision 1.2
86 diff -u -r1.1 -r1.2
87 --- raster3d-2.7d.ebuild 10 Sep 2007 12:55:59 -0000 1.1
88 +++ raster3d-2.7d.ebuild 16 Oct 2008 14:01:23 -0000 1.2
89 @@ -1,6 +1,6 @@
90 -# Copyright 1999-2007 Gentoo Foundation
91 +# Copyright 1999-2008 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/raster3d-2.7d.ebuild,v 1.1 2007/09/10 12:55:59 markusle Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/raster3d/raster3d-2.7d.ebuild,v 1.2 2008/10/16 14:01:23 markusle Exp $
95
96 inherit toolchain-funcs fortran
97
98 @@ -30,8 +30,6 @@
99 }
100
101 src_compile() {
102 - cd "${S}"
103 -
104 # fix Makefile to honor user's CFLAGS/FFLAGS
105 sed -e "s:gcc:$(tc-getCC):" \
106 -e "s:g77:${FORTRANC}:" \