Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/ctl/files: ctl-1.4.1-gcc43.patch
Date: Mon, 23 Aug 2010 19:05:33
Message-Id: 20100823190530.0CEFB20051@flycatcher.gentoo.org
1 ssuominen 10/08/23 19:05:30
2
3 Modified: ctl-1.4.1-gcc43.patch
4 Log:
5 cleanup patch, missing IUSE oops
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 media-libs/ctl/files/ctl-1.4.1-gcc43.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ctl/files/ctl-1.4.1-gcc43.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ctl/files/ctl-1.4.1-gcc43.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ctl/files/ctl-1.4.1-gcc43.patch?r1=1.1&r2=1.2
14
15 Index: ctl-1.4.1-gcc43.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/ctl/files/ctl-1.4.1-gcc43.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ctl-1.4.1-gcc43.patch 20 Jun 2008 19:46:07 -0000 1.1
22 +++ ctl-1.4.1-gcc43.patch 23 Aug 2010 19:05:29 -0000 1.2
23 @@ -1,6 +1,5 @@
24 -diff -NrU5 ctl-1.4.1.orig/IlmCtl/CtlLex.h ctl-1.4.1/IlmCtl/CtlLex.h
25 ---- ctl-1.4.1.orig/IlmCtl/CtlLex.h 2008-06-20 18:30:55.000000000 +0200
26 -+++ ctl-1.4.1/IlmCtl/CtlLex.h 2008-06-20 18:31:24.000000000 +0200
27 +--- IlmCtl/CtlLex.h
28 ++++ IlmCtl/CtlLex.h
29 @@ -58,10 +58,11 @@
30 //-----------------------------------------------------------------------------
31
32 @@ -13,9 +12,8 @@
33
34
35 class Lex
36 -diff -NrU5 ctl-1.4.1.orig/IlmCtlMathTest/testAffineRec.cpp ctl-1.4.1/IlmCtlMathTest/testAffineRec.cpp
37 ---- ctl-1.4.1.orig/IlmCtlMathTest/testAffineRec.cpp 2008-06-20 18:30:55.000000000 +0200
38 -+++ ctl-1.4.1/IlmCtlMathTest/testAffineRec.cpp 2008-06-20 18:37:21.000000000 +0200
39 +--- IlmCtlMathTest/testAffineRec.cpp
40 ++++ IlmCtlMathTest/testAffineRec.cpp
41 @@ -43,13 +43,14 @@
42 // OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
43 // IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
44 @@ -32,9 +30,8 @@
45 #include <ImathVec.h>
46
47 using namespace std;
48 -diff -NrU5 ctl-1.4.1.orig/IlmCtlMathTest/testGaussRec.cpp ctl-1.4.1/IlmCtlMathTest/testGaussRec.cpp
49 ---- ctl-1.4.1.orig/IlmCtlMathTest/testGaussRec.cpp 2008-06-20 18:30:55.000000000 +0200
50 -+++ ctl-1.4.1/IlmCtlMathTest/testGaussRec.cpp 2008-06-20 18:37:31.000000000 +0200
51 +--- IlmCtlMathTest/testGaussRec.cpp
52 ++++ IlmCtlMathTest/testGaussRec.cpp
53 @@ -43,13 +43,14 @@
54 // OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
55 // IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
56 @@ -51,9 +48,8 @@
57 #include <ImathVec.h>
58
59 using namespace std;
60 -diff -NrU5 ctl-1.4.1.orig/IlmCtlSimd/CtlSimdReg.h ctl-1.4.1/IlmCtlSimd/CtlSimdReg.h
61 ---- ctl-1.4.1.orig/IlmCtlSimd/CtlSimdReg.h 2008-06-20 18:30:55.000000000 +0200
62 -+++ ctl-1.4.1/IlmCtlSimd/CtlSimdReg.h 2008-06-20 18:31:24.000000000 +0200
63 +--- IlmCtlSimd/CtlSimdReg.h
64 ++++ IlmCtlSimd/CtlSimdReg.h
65 @@ -50,10 +50,11 @@
66 #define INCLUDED_CTL_SIMD_REG_H
67
68 @@ -66,9 +62,8 @@
69 //
70 // Registers for the SIMD color transformation engine
71 //
72 -diff -NrU5 ctl-1.4.1.orig/IlmCtlTest/testExamples.cpp ctl-1.4.1/IlmCtlTest/testExamples.cpp
73 ---- ctl-1.4.1.orig/IlmCtlTest/testExamples.cpp 2008-06-20 18:30:55.000000000 +0200
74 -+++ ctl-1.4.1/IlmCtlTest/testExamples.cpp 2008-06-20 18:41:52.000000000 +0200
75 +--- IlmCtlTest/testExamples.cpp
76 ++++ IlmCtlTest/testExamples.cpp
77 @@ -43,10 +43,11 @@
78 // OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
79 // IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
80 @@ -81,9 +76,8 @@
81 #include <CtlType.h>
82 #include <assert.h>
83
84 -diff -NrU5 ctl-1.4.1.orig/IlmCtlTest/testVarying.cpp ctl-1.4.1/IlmCtlTest/testVarying.cpp
85 ---- ctl-1.4.1.orig/IlmCtlTest/testVarying.cpp 2008-06-20 18:30:55.000000000 +0200
86 -+++ ctl-1.4.1/IlmCtlTest/testVarying.cpp 2008-06-20 18:43:28.000000000 +0200
87 +--- IlmCtlTest/testVarying.cpp
88 ++++ IlmCtlTest/testVarying.cpp
89 @@ -49,10 +49,11 @@
90 #include <CtlSimdInterpreter.h>
91 #include <CtlFunctionCall.h>
92 @@ -96,9 +90,8 @@
93 #include <sstream>
94 #include <limits>
95 #include <half.h>
96 -diff -NrU5 ctl-1.4.1.orig/IlmCtlTest/testVaryingReturn.cpp ctl-1.4.1/IlmCtlTest/testVaryingReturn.cpp
97 ---- ctl-1.4.1.orig/IlmCtlTest/testVaryingReturn.cpp 2008-06-20 18:30:55.000000000 +0200
98 -+++ ctl-1.4.1/IlmCtlTest/testVaryingReturn.cpp 2008-06-20 18:46:34.000000000 +0200
99 +--- IlmCtlTest/testVaryingReturn.cpp
100 ++++ IlmCtlTest/testVaryingReturn.cpp
101 @@ -49,10 +49,11 @@
102 #include <CtlSimdInterpreter.h>
103 #include <CtlFunctionCall.h>