Gentoo Archives: gentoo-commits

From: "Andreas Proschofsky (suka)" <suka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/openoffice/files/2.3.1_rc1: disable-regcomp-python.diff gentoo-2.3.1_rc1.diff ooo-env_log.diff regcompapply.diff disable-regcomp-java.diff stlport-ppc-buildfix-apply.diff stlport-ppc-buildfix.diff
Date: Sun, 02 Dec 2007 20:32:20
Message-Id: E1IyvU3-00088W-Hx@stork.gentoo.org
1 suka 07/12/02 20:32:11
2
3 Added: disable-regcomp-python.diff gentoo-2.3.1_rc1.diff
4 ooo-env_log.diff regcompapply.diff
5 disable-regcomp-java.diff
6 stlport-ppc-buildfix-apply.diff
7 stlport-ppc-buildfix.diff
8 Log:
9 Add masked release candidate for openoffice 2.3.1
10 (Portage version: 2.1.4_rc4)
11
12 Revision Changes Path
13 1.1 app-office/openoffice/files/2.3.1_rc1/disable-regcomp-python.diff
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/2.3.1_rc1/disable-regcomp-python.diff?rev=1.1&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/2.3.1_rc1/disable-regcomp-python.diff?rev=1.1&content-type=text/plain
17
18 Index: disable-regcomp-python.diff
19 ===================================================================
20 Workaround, see http://www.openoffice.org/issues/show_bug.cgi?id=65026
21 --- solenv/bin/modules/installer/servicesfile.pm.orig 2006-10-23 13:49:24.000000000 +0200
22 +++ solenv/bin/modules/installer/servicesfile.pm 2006-10-23 13:50:04.000000000 +0200
23 @@ -472,7 +472,7 @@
24
25 if ( $#unocomponents > -1 ) { $uno_error_occured = register_unocomponents(\@unocomponents, $regcompfileref, $servicesfile); }
26 if ( 0 ) { $java_error_occured = register_javacomponents(\@javacomponents, $regcompfileref, $servicesfile, $regcomprdb); }
27 - if ( $#pythoncomponents > -1 ) { $python_error_occured = register_pythoncomponents(\@pythoncomponents, $regcompfileref, $servicesfile, $includepatharrayref); }
28 + if ( 0 ) { $python_error_occured = register_pythoncomponents(\@pythoncomponents, $regcompfileref, $servicesfile, $includepatharrayref); }
29
30 if ( $uno_error_occured || $java_error_occured || $python_error_occured ) { $registererrorflag = 1; }
31
32
33
34
35 1.1 app-office/openoffice/files/2.3.1_rc1/gentoo-2.3.1_rc1.diff
36
37 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/2.3.1_rc1/gentoo-2.3.1_rc1.diff?rev=1.1&view=markup
38 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/2.3.1_rc1/gentoo-2.3.1_rc1.diff?rev=1.1&content-type=text/plain
39
40 Index: gentoo-2.3.1_rc1.diff
41 ===================================================================
42 --- bin/package-ooo
43 +++ bin/package-ooo
44 @@ -33,6 +33,7 @@
45 {
46 cat <<EOT >$1
47 #!/bin/sh
48 +unset PYTHONPATH
49 $OOINSTBASE/program/soffice $2 "\$@"
50 EOT
51 chmod 755 $1
52 --- distro-configs/Gentoo.conf.in
53 +++ distro-configs/Gentoo.conf.in
54 @@ -3,12 +3,11 @@
55 --enable-libsn
56 --enable-xsltproc
57 --with-dynamic-xinerama
58 ---with-stlport=/usr
59 --with-system-boost
60 --with-system-curl
61 --with-system-db
62 --with-system-expat
63 ---with-system-icu
64 +--without-system-icu
65 --with-system-libxslt
66 --with-system-xmlsec
67 --with-system-xrender-headers
68 --- configure.in
69 +++ configure.in
70 @@ -1048,7 +1048,7 @@
71 if test "$with_tag" = "OOG680_m5" ; then # more milestones to come...
72 UPSTREAM_VERSION=2.3.0
73 elif test "$with_tag" = "OOG680_m9" ; then
74 - UPSTREAM_VERSION=2.3.1
75 + UPSTREAM_VERSION=2.3.1rc1
76 fi
77 if test -n "$UPSTREAM_VERSION"; then
78 UPSTREAM_NAME="OOo_${UPSTREAM_VERSION}_src"
79
80
81
82
83 1.1 app-office/openoffice/files/2.3.1_rc1/ooo-env_log.diff
84
85 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/2.3.1_rc1/ooo-env_log.diff?rev=1.1&view=markup
86 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/2.3.1_rc1/ooo-env_log.diff?rev=1.1&content-type=text/plain
87
88 Index: ooo-env_log.diff
89 ===================================================================
90 --- bin/build-ooo.orig 2007-04-18 18:32:06.000000000 +0200
91 +++ bin/build-ooo 2007-04-18 18:32:45.000000000 +0200
92 @@ -21,9 +21,8 @@
93 echo "configuring ...";
94 autoconf || exit 1;
95
96 -echo "Env for configure:"
97 -set
98 -echo "Env for configure ends"
99 +echo "Log Env for configure to `pwd`/env.log"
100 +set > env.log
101
102 eval ./configure "$CONFIGURE_OPTIONS" "$PROPAGATED_ARGS" || exit 1;
103
104 @@ -88,8 +88,8 @@
105 # similar that gives child nmake's pain.
106 unset MAKEFLAGS
107
108 -echo "Env:"
109 -set
110 +echo "Log Env to `pwd`/env.log"
111 +set > env.log
112
113 # What extra localizations are avilable as $SRCDIR/GSI_*.sdf and are not
114 # already merged?
115
116
117
118 1.1 app-office/openoffice/files/2.3.1_rc1/regcompapply.diff
119
120 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/2.3.1_rc1/regcompapply.diff?rev=1.1&view=markup
121 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/2.3.1_rc1/regcompapply.diff?rev=1.1&content-type=text/plain
122
123 Index: regcompapply.diff
124 ===================================================================
125 --- patches/src680/apply
126 +++ patches/src680/apply
127 @@ -1087,6 +1087,9 @@
128 [ GentooOnly ]
129 SectionOwner => aprosky
130
131 +#fix build on ppc
132 +disable-regcomp-java.diff
133 +disable-regcomp-python.diff
134 # Allow build to proceed with PaX enabled
135 gentoo-pax-fix.diff, aprosky
136 # support server-only versions of 64bit JDKs
137
138
139
140
141 1.1 app-office/openoffice/files/2.3.1_rc1/disable-regcomp-java.diff
142
143 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/2.3.1_rc1/disable-regcomp-java.diff?rev=1.1&view=markup
144 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/2.3.1_rc1/disable-regcomp-java.diff?rev=1.1&content-type=text/plain
145
146 Index: disable-regcomp-java.diff
147 ===================================================================
148 Workaround, see http://www.openoffice.org/issues/show_bug.cgi?id=65026
149 --- solenv/bin/modules/installer/servicesfile.pm.orig 2006-04-29 11:25:25.000000000 +0200
150 +++ solenv/bin/modules/installer/servicesfile.pm 2006-04-29 12:24:45.000000000 +0200
151 @@ -471,7 +473,7 @@
152 $python_error_occured = 0;
153
154 if ( $#unocomponents > -1 ) { $uno_error_occured = register_unocomponents(\@unocomponents, $regcompfileref, $servicesfile); }
155 - if ( $#javacomponents > -1 ) { $java_error_occured = register_javacomponents(\@javacomponents, $regcompfileref, $servicesfile, $regcomprdb); }
156 + if ( 0 ) { $java_error_occured = register_javacomponents(\@javacomponents, $regcompfileref, $servicesfile, $regcomprdb); }
157 if ( $#pythoncomponents > -1 ) { $python_error_occured = register_pythoncomponents(\@pythoncomponents, $regcompfileref, $servicesfile, $includepatharrayref); }
158
159 if ( $uno_error_occured || $java_error_occured || $python_error_occured ) { $registererrorflag = 1; }
160
161
162
163 1.1 app-office/openoffice/files/2.3.1_rc1/stlport-ppc-buildfix-apply.diff
164
165 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/2.3.1_rc1/stlport-ppc-buildfix-apply.diff?rev=1.1&view=markup
166 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/2.3.1_rc1/stlport-ppc-buildfix-apply.diff?rev=1.1&content-type=text/plain
167
168 Index: stlport-ppc-buildfix-apply.diff
169 ===================================================================
170 --- patches/src680/apply
171 +++ patches/src680/apply
172 @@ -1063,6 +1063,8 @@
173 vcl_font-NO_LIST.diff
174 # linux-headers-2.6.22 issue?!
175 linux-headers.diff
176 +# stlport build problem on ppc
177 +stlport-ppc-buildfix.diff
178
179 [ DebianBaseOnly ]
180 SectionOwner => rengelha
181
182
183
184
185 1.1 app-office/openoffice/files/2.3.1_rc1/stlport-ppc-buildfix.diff
186
187 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/2.3.1_rc1/stlport-ppc-buildfix.diff?rev=1.1&view=markup
188 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/2.3.1_rc1/stlport-ppc-buildfix.diff?rev=1.1&content-type=text/plain
189
190 Index: stlport-ppc-buildfix.diff
191 ===================================================================
192 --- stlport/STLport-4.5.patch 2005-01-06 12:26:48.770546592 +1100
193 +++ stlport/STLport-4.5.patch 2005-01-06 12:26:01.125789696 +1100
194 @@ -509,6 +509,45 @@
195
196 CXXFLAGS_DEBUG_static = $(CXXFLAGS_COMMON) -g
197 CXXFLAGS_DEBUG_dynamic = $(CXXFLAGS_COMMON) -g -fPIC
198 +--- misc/build/STLport-4.5/src/gcc-linux.mak.old 2005-01-06 12:22:54.127217800 +1100
199 ++++ misc/build/STLport-4.5/src/gcc-linux.mak 2005-01-06 12:24:28.192917640 +1100
200 +@@ -46,8 +46,8 @@
201 + CXXFLAGS_DEBUG_static = $(CXXFLAGS_COMMON) -O -g
202 + CXXFLAGS_DEBUG_dynamic = $(CXXFLAGS_COMMON) -O -g -fPIC
203 +
204 +-CXXFLAGS_STLDEBUG_static = $(CXXFLAGS_DEBUG_static) -D_STLP_DEBUG
205 +-CXXFLAGS_STLDEBUG_dynamic = $(CXXFLAGS_DEBUG_dynamic) -D_STLP_DEBUG -fPIC
206 ++CXXFLAGS_STLDEBUG_static = $(CXXFLAGS_DEBUG_static)
207 ++CXXFLAGS_STLDEBUG_dynamic = $(CXXFLAGS_DEBUG_dynamic) -fPIC
208 +
209 + include common_percent_rules.mak
210 + include common_rules.mak
211 +--- misc/build/STLport-4.5/src/gcc.mak.old 2005-01-06 15:20:18.840975336 +1100
212 ++++ misc/build/STLport-4.5/src/gcc.mak 2005-01-06 15:21:00.373661408 +1100
213 +@@ -44,8 +44,8 @@
214 + CXXFLAGS_DEBUG_static = $(CXXFLAGS_COMMON) -O -g
215 + CXXFLAGS_DEBUG_dynamic = $(CXXFLAGS_COMMON) -O -g -fPIC
216 +
217 +-CXXFLAGS_STLDEBUG_static = $(CXXFLAGS_DEBUG_static) -D_STLP_DEBUG
218 +-CXXFLAGS_STLDEBUG_dynamic = $(CXXFLAGS_DEBUG_dynamic) -D_STLP_DEBUG
219 ++CXXFLAGS_STLDEBUG_static = $(CXXFLAGS_DEBUG_static)
220 ++CXXFLAGS_STLDEBUG_dynamic = $(CXXFLAGS_DEBUG_dynamic)
221 +
222 + include common_percent_rules.mak
223 + include common_rules.mak
224 +--- misc/build/STLport-4.5/src/gcc-3.0.mak.orig
225 ++++ misc/build/STLport-4.5/src/gcc-3.0.mak
226 +@@ -43,8 +43,8 @@
227 + CXXFLAGS_DEBUG_static = $(CXXFLAGS_COMMON) -g -fPIC
228 + CXXFLAGS_DEBUG_dynamic = $(CXXFLAGS_COMMON) -g -fPIC
229 +
230 +-CXXFLAGS_STLDEBUG_static = $(CXXFLAGS_DEBUG_static) -D_STLP_DEBUG
231 +-CXXFLAGS_STLDEBUG_dynamic = $(CXXFLAGS_DEBUG_dynamic) -D_STLP_DEBUG
232 ++CXXFLAGS_STLDEBUG_static = $(CXXFLAGS_DEBUG_static)
233 ++CXXFLAGS_STLDEBUG_dynamic = $(CXXFLAGS_DEBUG_dynamic)
234 +
235 + include common_percent_rules.mak
236 + include common_rules.mak
237 *** misc/STLport-4.5/stlport/config/stl_gcc.h Tue Sep 4 19:10:16 2001
238 --- misc/build/STLport-4.5/stlport/config/stl_gcc.h Thu Jul 26 12:13:03 2007
239 ***************
240
241
242
243
244 --
245 gentoo-commits@g.o mailing list