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-visualization/qtiplot/files: qtiplot-0.9.7-gcc4.3.patch qtiplot-0.9.6-fitplugins.patch qtiplot-0.9.2-systemlibs.patch qtiplot-0.9.5-profile.patch qtiplot-0.9.5-fitplugins.patch qtiplot-0.9.4-systemlibs.patch qtiplot-0.9.6-profile.patch
Date: Tue, 26 Aug 2008 03:07:40
Message-Id: E1KXou9-0008Gz-I6@stork.gentoo.org
1 markusle 08/08/26 03:07:37
2
3 Added: qtiplot-0.9.7-gcc4.3.patch
4 Removed: qtiplot-0.9.6-fitplugins.patch
5 qtiplot-0.9.2-systemlibs.patch
6 qtiplot-0.9.5-profile.patch
7 qtiplot-0.9.5-fitplugins.patch
8 qtiplot-0.9.4-systemlibs.patch
9 qtiplot-0.9.6-profile.patch
10 Log:
11 Version bump (fixes #233610) and removed old ebuilds.
12 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-SENTINEL-2 i686)
13
14 Revision Changes Path
15 1.1 sci-visualization/qtiplot/files/qtiplot-0.9.7-gcc4.3.patch
16
17 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/files/qtiplot-0.9.7-gcc4.3.patch?rev=1.1&view=markup
18 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/files/qtiplot-0.9.7-gcc4.3.patch?rev=1.1&content-type=text/plain
19
20 Index: qtiplot-0.9.7-gcc4.3.patch
21 ===================================================================
22 # patch needed for providing the proper includes needed for
23 # gcc-4.3 (08/25/2008)
24
25 diff -Naur qtiplot-0.9.7/qtiplot/src/plot2D/ScaleEngine.cpp qtiplot-0.9.7.new/qtiplot/src/plot2D/ScaleEngine.cpp
26 --- qtiplot-0.9.7/qtiplot/src/plot2D/ScaleEngine.cpp 2008-06-12 13:19:20.000000000 -0400
27 +++ qtiplot-0.9.7.new/qtiplot/src/plot2D/ScaleEngine.cpp 2008-08-25 18:38:35.000000000 -0400
28 @@ -27,6 +27,7 @@
29 * *
30 ***************************************************************************/
31 #include "ScaleEngine.h"
32 +#include <limits.h>
33
34 QwtScaleTransformation* ScaleEngine::transformation() const
35 {