Fridrich Štrba
b8eb5d0cdf
Handle corrupted WP6 prefixes graciously
2011-04-01 15:40:45 +02:00
Petr Mladek
c1a99ea668
LibreOffice-3.5 development started in master
...
Branch "libreoffice-3-4" has been created. Further changes in master
will be used for LibreOffice-3.5 release.
2011-04-01 15:26:10 +02:00
Rafael Cabral
ad1ce50bde
buildfix-fmtargs.diff: sprintf arguments cleanup
2011-03-31 19:47:01 +02:00
Petr Mladek
ee55ce5ba0
do not require mysql-devel package at runtime when using system mysql
...
useful for distro-specific builds
2011-03-30 17:12:05 +02:00
Francisco Saito
76f3fa1531
drop bogus executable flag from idl/build/src and config files
2011-03-29 21:47:37 +01:00
Kohei Yoshida
955e1eca12
Updated mdds to 0.5.2. The patch has been upstreamed.
2011-03-28 17:05:06 -04:00
Petr Mladek
ea50673d8e
revert condition for SYSTEM_PYTHON to make it better readable
2011-03-28 12:32:04 +02:00
Norbert Thiebaud
08bd5e4fde
fix DEPLOYMENT_TARGET snafu on Mac for translate_toolkit
2011-03-27 12:49:27 -05:00
Norbert Thiebaud
7d3ee8db90
adjust gitignore rule for Mac and to ignore .gitattributes (now a link)
2011-03-27 12:48:48 -05:00
Fridrich Štrba
81f2c81b65
Not that PYTHON is set during the internal python based build
2011-03-25 22:37:26 +01:00
Fridrich Štrba
ea26704e83
Find the python modules even when building with internal python
2011-03-25 22:26:43 +01:00
Francois Tigeot
f04c147b85
Fix a hardcoded reference to the python binary.
...
Thanks to: Michael Meeks <michael.meeks@novell.com>
2011-03-25 21:15:24 +01:00
Petr Mladek
481316364b
new module translate_toolkit
...
needed to create localized builds using the new "translations" repo
where the strings are stored in PO files
2011-03-24 21:18:32 +01:00
Jan Holesovsky
0c5d43ac09
Merge commit 'ooo/DEV300_m103'
2011-03-22 09:26:26 +01:00
Caolán McNamara
03022d302c
I bet we need soltools here as a build dep
2011-03-20 12:21:01 +00:00
Jan Holesovsky
43832043d3
Merge remote-tracking branch 'origin/integration/dev300_m101'
2011-03-17 17:00:47 +01:00
obo
b59eaea542
CWS-TOOLING: integrate CWS jl164
2011-03-16 10:11:17 +01:00
Michael Meeks
3885b55364
use matching int type for BOOL in prototype
2011-03-14 10:21:47 +00:00
Hanno Meyer-Thurow
2d1e4290a9
Merge Gentoo patches from old build and downstream repositories.
...
1. Do not add compiler default include and library path: potentially build
against different version of system library than requested by the user.
2. Add a configure option to disable Python2 (PyUNO) bindings. Python3 is
available for more than two years. Noone cares, therefore rest in peace.
Python2 is going to be ditched at some point. Simply do not fail then.
Windows builds need to be updated for BUILD_TYPE: "PYUNO". Or how is it
handled nowadays?
3. Fix sandbox violation in officecfg module: rm /bin/<language>.zip
4. Add a configure option to search only in one place for JVMs, which is quite
interesting for Linux Distributions. Enforce the user to place JVMs in one
base directory.
5. Fix build for libxml-2.7.8 with ICU support.
* config_office-XINC-XLIB-defaults.diff: (1)
* disable-python.diff: (2)
* gentoo-sandbox.diff: (3)
* jvm-search-path.diff: (4)
* libxmlsec_fix_extern_c.diff: (5)
2011-03-13 16:15:21 +01:00
Norbert Thiebaud
c46a94dfcd
mis-merge: BOOL is gone use bool instead in sqlext.h
2011-03-12 19:00:46 -06:00
Jan Holesovsky
89c4f8907f
Merge commit 'ooo/DEV300_m101' into intm101
...
Conflicts:
cppunit/ldflags.patch
hyphen/hyphen-2.4.patch
libegg/source/eggtrayicon.c
libtextcat/makefile.mk
2011-03-09 09:55:09 +01:00
Ivo Hinkelmann
ae08e36383
CWS-TOOLING: integrate CWS sb141
2011-03-07 13:21:57 +01:00
Fridrich Štrba
b54d64f2b8
Try to avoid triggering autotools during the build
...
Since the version of autotools used for the rolling of the tarball
and the version on a machine running the build might be different,
avoid breaking builds.
2011-03-03 09:15:51 +01:00
Joachim Lingner
61fa967bf3
jl164 #i109096# java help indexer service did not work with long file paths
2011-02-24 10:37:10 +01:00
sb
3bd97d757d
sb141: #i117015# include fix for Mac OS X specific failure
2011-02-23 10:40:48 +01:00
Francois Tigeot
223b1896e6
Remove OSF/1 support.
2011-02-20 22:06:01 +01:00
Caolán McNamara
f52f0e7282
Resolves: mdds#7 unused variable
2011-02-11 15:28:07 +00:00
Tor Lillqvist
ec2adc3f77
No need to include <windows.h> in TestPlugIn.h
...
We don't define any dummy DllMain() any more so no need to include
<windows.h>. That was necessary just to get the types used by the
DllMain() prototype.
2011-02-11 01:05:08 +02:00
Francois Tigeot
128ca1c1e4
Porting LO to Dragonfly
2011-02-10 10:39:26 +01:00
Fridrich Štrba
95d376f09f
Removing the ext_std masterpiece
2011-02-09 19:57:26 +01:00
Fridrich Štrba
1c497d6f5a
Make stlport only optional dependency of postprocess
2011-02-09 19:57:26 +01:00
Caolán McNamara
5becd474bc
Resolves: rhbz#675806 crash in es thesaurus
2011-02-09 14:55:17 +00:00
Tor Lillqvist
138cf77e51
Drop the unnecessary DllMain from CPPUNIT_PLUGIN_IMPLEMENT_MAIN()
...
It caused compilation errors even thanks to our workarounds for BOOL
clashes.
2011-02-08 13:53:25 +02:00
Jan Holesovsky
ca7a520d8c
Merge remote branch 'origin/libreoffice-3-3'
...
Conflicts:
libwpd/makefile.mk
2011-02-08 00:15:54 +01:00
Mathias Bauer
890599fd2b
CWS gnumake3: resync to m99
2011-02-03 15:53:56 +01:00
Takashi Ono
5497dad8f1
CWS gnumake3: adapt mingw port to new features in cws
2011-02-03 10:02:58 +01:00
Thomas Arnhold
fb95d02a1d
Clean up makefiles
2011-02-02 11:50:17 +01:00
Vladimir Glazunov
e313c2ff7c
CWS-TOOLING: integrate CWS tl84
2011-01-27 16:53:34 +01:00
Thomas Arnhold
9921ead708
Fix typo.
2011-01-27 12:38:16 +01:00
David Tardon
c62eba21c8
fix the patch, i said!
2011-01-25 19:13:42 +01:00
David Tardon
bb5a845f45
fix the patch
2011-01-25 18:58:32 +01:00
Mathias Bauer
3e8c2acbc3
CWS gnumake3: resync to m98
2011-01-25 18:35:57 +01:00
David Tardon
ad24601ea8
rhbz#641350 don't segfault when test is built with debug. STL
2011-01-25 17:58:31 +01:00
Tor Lillqvist
c094e38aba
Ignore also txt files in the external subdirs
2011-01-24 17:41:26 +02:00
Tor Lillqvist
7369b28b95
Include the wntmscx build directories
2011-01-24 17:41:24 +02:00
Caolán McNamara
c73eed4332
WaE: gcc 4.6.0 various warnings
2011-01-24 10:44:45 +00:00
Fridrich Štrba
7d0745c3f9
upgrade libwpd to 0.9.1
2011-01-24 10:58:12 +01:00
Tor Lillqvist
7640c5d1ca
Fix typo
2011-01-24 11:44:43 +02:00
Tor Lillqvist
cf6aa9b361
Use MSVC settings not just on x86
2011-01-24 01:20:07 +02:00
Tor Lillqvist
77d90bd7ba
Fix OpenSSL build for x64 Windows
...
For wntmscx, pass the platform code as VC-WIN64A to the OpenSSL build
mechanism. Add the additional steps described in INSTALL.W64 to
do_ms.bat: generate uptable.asm and assemble it. Avoid a problem with
_vsnprintf by defining _CRT_NON_CONFORMING_SWPRINTFS.
2011-01-24 01:20:05 +02:00