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.0: disable-regcomp-python.diff gentoo-2.3.0.diff ooo-env_log.diff regcompapply.diff ucb-no-CURL_NO_OLDIES.diff disable-regcomp-java.diff
Date: Tue, 18 Sep 2007 07:35:44
Message-Id: E1IXXUz-0000Q5-Fn@stork.gentoo.org
1 suka 07/09/18 07:27:57
2
3 Added: disable-regcomp-python.diff gentoo-2.3.0.diff
4 ooo-env_log.diff regcompapply.diff
5 ucb-no-CURL_NO_OLDIES.diff
6 disable-regcomp-java.diff
7 Log:
8 Bump to OpenOffice.org 2.3.0
9 (Portage version: 2.1.3.9)
10
11 Revision Changes Path
12 1.1 app-office/openoffice/files/2.3.0/disable-regcomp-python.diff
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/2.3.0/disable-regcomp-python.diff?rev=1.1&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/2.3.0/disable-regcomp-python.diff?rev=1.1&content-type=text/plain
16
17 Index: disable-regcomp-python.diff
18 ===================================================================
19 Workaround, see http://www.openoffice.org/issues/show_bug.cgi?id=65026
20 --- solenv/bin/modules/installer/servicesfile.pm.orig 2006-10-23 13:49:24.000000000 +0200
21 +++ solenv/bin/modules/installer/servicesfile.pm 2006-10-23 13:50:04.000000000 +0200
22 @@ -472,7 +472,7 @@
23
24 if ( $#unocomponents > -1 ) { $uno_error_occured = register_unocomponents(\@unocomponents, $regcompfileref, $servicesfile); }
25 if ( 0 ) { $java_error_occured = register_javacomponents(\@javacomponents, $regcompfileref, $servicesfile, $regcomprdb); }
26 - if ( $#pythoncomponents > -1 ) { $python_error_occured = register_pythoncomponents(\@pythoncomponents, $regcompfileref, $servicesfile, $includepatharrayref); }
27 + if ( 0 ) { $python_error_occured = register_pythoncomponents(\@pythoncomponents, $regcompfileref, $servicesfile, $includepatharrayref); }
28
29 if ( $uno_error_occured || $java_error_occured || $python_error_occured ) { $registererrorflag = 1; }
30
31
32
33
34 1.1 app-office/openoffice/files/2.3.0/gentoo-2.3.0.diff
35
36 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/2.3.0/gentoo-2.3.0.diff?rev=1.1&view=markup
37 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/2.3.0/gentoo-2.3.0.diff?rev=1.1&content-type=text/plain
38
39 Index: gentoo-2.3.0.diff
40 ===================================================================
41 --- bin/package-ooo
42 +++ bin/package-ooo
43 @@ -57,6 +57,7 @@
44 #!/bin/sh
45 export OOO_EXTRA_ARG='$2'
46 +unset PYTHONPATH
47 $OOINSTBASE/program/ooqstart $3 "\$@"
48 EOT
49 chmod 755 $1
50 }
51 --- patches/src680/apply
52 +++ patches/src680/apply
53 @@ -80,8 +80,8 @@
54 Frugalware: LinuxCommon, GnomeVFS, GlobalDesktopFiles, NonArkCommon, NoRpath, NovellOnly, NovellOnlyUnix, NotDebian, FrugalwareOnly, CalcSolver, OOXML
55 QiLinux: LinuxCommon, GlobalDesktopFiles
56 #Gentoo
57 -GentooBase : LinuxCommon, GentooOnly, NotDebian, Lockdown, CalcSolver, CairoFonts, BerkeleyDB43, STLport5
58 -GentooUnstable: GentooBase, GentooExperimental, OOXML, OOXSTLport5
59 +GentooBase : LinuxCommon, GentooOnly, NotDebian, Lockdown, CalcSolver, CairoFonts, BerkeleyDB43, STLport5, OOXML, OOXSTLport5
60 +GentooUnstable: GentooBase, GentooExperimental
61 Gentoo : GentooBase
62 Gentoo64: GentooBase
63 # rPath Linux
64 @@ -719,6 +719,10 @@
65
66 # fixes linking dependency in the reportdesign module
67 buildfix-reportdesign-util-dep.diff, i#81550, pmladek
68 +
69 +# don't define -DCURL_NO_OLDIES, breaks with curl 7.17.0
70 +# Debian #442338, Debian #442368
71 +ucb-no-CURL_NO_OLDIES.diff
72
73 [ NovellOnlyWin32 ]
74 SectionOwner => tml
75 @@ -1055,18 +1055,8 @@
76 [ GentooExperimental ]
77 SectionOwner => hmth
78
79 -# deliver - sshhhh....
80 -silent_deliver-i79798.diff, i#79798
81 # Gnu JRE paths.
82 gentooexperimental-gnujre.diff
83 -# unused java code
84 -disable-parser-jaxp.diff
85 -# default inc/lib
86 -config_office-XINC-XLIB-defaults.diff, i#65976
87 -# gdi/font.cxx: stl list error
88 -vcl_font-NO_LIST.diff
89 -# linux-headers-2.6.22 issue?!
90 -linux-headers.diff
91
92 [ GentooOnly ]
93 SectionOwner => aprosky
94 @@ -1081,6 +1071,17 @@
95 system-db-check.diff, i#65979, hmth
96 # User ~/.ooo-2.0 as user dir
97 scp2-user-config-ooo-2.0.diff, pmladek
98 +# deliver - sshhhh....
99 +silent_deliver-i79798.diff, i#79798
100 +# unused java code
101 +disable-parser-jaxp.diff
102 +# default inc/lib
103 +config_office-XINC-XLIB-defaults.diff, i#65976
104 +# gdi/font.cxx: stl list error
105 +vcl_font-NO_LIST.diff
106 +# linux-headers-2.6.22 issue?!
107 +linux-headers.diff
108 +
109
110 [ DebianBaseOnly ]
111 SectionOwner => rengelha
112
113 --- distro-configs/Gentoo.conf.in
114 +++ distro-configs/Gentoo.conf.in
115 @@ -3,7 +3,6 @@
116 --enable-libsn
117 --enable-xsltproc
118 --with-dynamic-xinerama
119 ---with-stlport=/usr
120 --with-system-boost
121 --with-system-curl
122 --with-system-db
123 --- configure.in
124 +++ configure.in
125 @@ -1024,7 +1024,7 @@
126 UPSTREAM_NAME=
127 UPSTREAM_SOURCE=
128 UPSTREAM_URI=
129 -if test "$with_tag" = "OOG680_m3" ; then # more milestones to come...
130 +if test "$with_tag" = "OOG680_m5" ; then # more milestones to come...
131 UPSTREAM_NAME="OOo_2.3.0_src"
132 if test "z$with_mirror" != "z" ; then
133 UPSTREAM_SOURCE="MIRROR"
134
135
136
137
138 1.1 app-office/openoffice/files/2.3.0/ooo-env_log.diff
139
140 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/2.3.0/ooo-env_log.diff?rev=1.1&view=markup
141 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/2.3.0/ooo-env_log.diff?rev=1.1&content-type=text/plain
142
143 Index: ooo-env_log.diff
144 ===================================================================
145 --- bin/build-ooo.orig 2007-04-18 18:32:06.000000000 +0200
146 +++ bin/build-ooo 2007-04-18 18:32:45.000000000 +0200
147 @@ -21,9 +21,8 @@
148 echo "configuring ...";
149 autoconf || exit 1;
150
151 -echo "Env for configure:"
152 -set
153 -echo "Env for configure ends"
154 +echo "Log Env for configure to `pwd`/env.log"
155 +set > env.log
156
157 eval ./configure "$CONFIGURE_OPTIONS" "$PROPAGATED_ARGS" || exit 1;
158
159 @@ -88,8 +88,8 @@
160 # similar that gives child nmake's pain.
161 unset MAKEFLAGS
162
163 -echo "Env:"
164 -set
165 +echo "Log Env to `pwd`/env.log"
166 +set > env.log
167
168 # What extra localizations are avilable as $SRCDIR/GSI_*.sdf and are not
169 # already merged?
170
171
172
173 1.1 app-office/openoffice/files/2.3.0/regcompapply.diff
174
175 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/2.3.0/regcompapply.diff?rev=1.1&view=markup
176 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/2.3.0/regcompapply.diff?rev=1.1&content-type=text/plain
177
178 Index: regcompapply.diff
179 ===================================================================
180 --- patches/src680/apply
181 +++ patches/src680/apply
182 @@ -1089,6 +1089,9 @@
183 system-db-check.diff, i#65979, hmth
184 # User ~/.ooo-2.0 as user dir
185 scp2-user-config-ooo-2.0.diff, pmladek
186 +#fix build on ppc
187 +disable-regcomp-java.diff
188 +disable-regcomp-python.diff
189
190 [ DebianBaseOnly ]
191 SectionOwner => rengelha
192
193
194
195
196 1.1 app-office/openoffice/files/2.3.0/ucb-no-CURL_NO_OLDIES.diff
197
198 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/2.3.0/ucb-no-CURL_NO_OLDIES.diff?rev=1.1&view=markup
199 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/2.3.0/ucb-no-CURL_NO_OLDIES.diff?rev=1.1&content-type=text/plain
200
201 Index: ucb-no-CURL_NO_OLDIES.diff
202 ===================================================================
203 Index: source/ucp/ftp/makefile.mk
204 ===================================================================
205 RCS file: /cvs/ucb/ucb/source/ucp/ftp/makefile.mk,v
206 retrieving revision 1.13
207 retrieving revision 1.12
208 diff -u -u -r1.13 -r1.12
209 --- ucb/source/ucp/ftp/makefile.mk 20 Sep 2004 14:32:42 -0000 1.13
210 +++ ucb/source/ucp/ftp/makefile.mk 2 Feb 2004 18:36:22 -0000 1.12
211 @@ -75,9 +75,7 @@
212
213 .INCLUDE: settings.mk
214
215 -.IF "$(SYSTEM_CURL)" == "YES"
216 -CFLAGS+=-DCURL_NO_OLDIES
217 -.ENDIF
218 +#CFLAGS +=-fno-inline
219
220 # --- General -----------------------------------------------------
221
222
223
224
225 1.1 app-office/openoffice/files/2.3.0/disable-regcomp-java.diff
226
227 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/2.3.0/disable-regcomp-java.diff?rev=1.1&view=markup
228 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/2.3.0/disable-regcomp-java.diff?rev=1.1&content-type=text/plain
229
230 Index: disable-regcomp-java.diff
231 ===================================================================
232 Workaround, see http://www.openoffice.org/issues/show_bug.cgi?id=65026
233 --- solenv/bin/modules/installer/servicesfile.pm.orig 2006-04-29 11:25:25.000000000 +0200
234 +++ solenv/bin/modules/installer/servicesfile.pm 2006-04-29 12:24:45.000000000 +0200
235 @@ -471,7 +473,7 @@
236 $python_error_occured = 0;
237
238 if ( $#unocomponents > -1 ) { $uno_error_occured = register_unocomponents(\@unocomponents, $regcompfileref, $servicesfile); }
239 - if ( $#javacomponents > -1 ) { $java_error_occured = register_javacomponents(\@javacomponents, $regcompfileref, $servicesfile, $regcomprdb); }
240 + if ( 0 ) { $java_error_occured = register_javacomponents(\@javacomponents, $regcompfileref, $servicesfile, $regcomprdb); }
241 if ( $#pythoncomponents > -1 ) { $python_error_occured = register_pythoncomponents(\@pythoncomponents, $regcompfileref, $servicesfile, $includepatharrayref); }
242
243 if ( $uno_error_occured || $java_error_occured || $python_error_occured ) { $registererrorflag = 1; }
244
245
246
247 --
248 gentoo-commits@g.o mailing list