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: gentoo-3.0.0.diff
Date: Mon, 12 Jan 2009 00:08:00
Message-Id: E1LMALV-00029n-IE@stork.gentoo.org
1 suka 09/01/12 00:07:57
2
3 Modified: gentoo-3.0.0.diff
4 Log:
5 Fix parallel build problems, bug #253386. Fix RDEPEND with nsplugin, bug #243034. Remove
6 blocker on dmake, bug #252827
7 (Portage version: 2.2_rc20/cvs/Linux 2.6.28-gentoo i686)
8
9 Revision Changes Path
10 1.8 app-office/openoffice/files/gentoo-3.0.0.diff
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/gentoo-3.0.0.diff?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/gentoo-3.0.0.diff?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/gentoo-3.0.0.diff?r1=1.7&r2=1.8
15
16 Index: gentoo-3.0.0.diff
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/openoffice/files/gentoo-3.0.0.diff,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- gentoo-3.0.0.diff 9 Jan 2009 10:44:52 -0000 1.7
23 +++ gentoo-3.0.0.diff 12 Jan 2009 00:07:57 -0000 1.8
24 @@ -33,6 +33,17 @@
25 # Allow build to proceed with PaX enabled
26 gentoo-pax-fix.diff, aprosky
27 # support server-only versions of 64bit JDKs
28 +--- patches/dev300/scp2_build_extensions.diff.orig 2009-01-11 11:57:12.000000000 +0100
29 ++++ patches/dev300/scp2_build_extensions.diff 2009-01-11 11:57:24.000000000 +0100
30 +@@ -4,7 +4,7 @@
31 + cp scp2\source\canvas nmake - all cp_canvas cp_langmacros cp_langtemplates NULL
32 + cp scp2\source\crashrep nmake - all cp_crashrep cp_langmacros cp_langtemplates NULL
33 + cp scp2\source\draw nmake - all cp_draw cp_langmacros cp_langtemplates NULL
34 +-+cp scp2\source\extensions nmake - all cp_extensions cp_langmacros NULL
35 +++cp scp2\source\extensions nmake - all cp_extensions cp_langmacros cp_langtemplates NULL
36 + cp scp2\source\gnome nmake - all cp_gnome cp_langmacros cp_langtemplates NULL
37 + cp scp2\source\graphicfilter nmake - all cp_graphicfilter cp_langmacros cp_langtemplates NULL
38 + cp scp2\source\impress nmake - all cp_impress cp_langmacros cp_langtemplates NULL
39 --- patches/dev300/svg-import-filter.diff
40 +++ patches/dev300/svg-import-filter.diff
41 @@ -787,7 +787,7 @@