Commit graph

34 commits

Author SHA1 Message Date
Hanno Meyer-Thurow
17e1fcf5b5 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:41 +01:00
sb
870b3d4f94 sb118: merged in DEV300_m72 2010-02-25 12:46:45 +01:00
Jens-Heiner Rechtien
7d8d20ca7e changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
sb
e63eb1c7be sb118: #i108269# first step of removing tcsh support 2010-01-12 18:49:59 +01:00
Caolán McNamara
d0140adede #i105680# aha, unoidl.com.sun.star.test.bridge vs unoidl.test.testtools.bridgetest 2009-10-21 12:42:12 +00:00
Caolán McNamara
fd872de237 need the full path after all 2009-10-13 15:17:14 +00:00
Caolán McNamara
18a0e449e6 #i105678# protect against PYTHONPATH going away 2009-10-08 10:32:42 +00:00
Caolán McNamara
52da3422e4 #i105680# add struct returning bridge tests and run them during the build 2009-10-08 09:55:10 +00:00
Caolán McNamara
d5c2cf42ec #i105678# make testtools bridge-test work again after lib and path changes 2009-10-08 09:50:14 +00:00
Jens-Heiner Rechtien
a4a53cdd24 CWS-TOOLING: integrate CWS sb113
2009-09-01 sb #i76393# second attempt at properly #ifdef-ing previous HG commit d598efdbf012
2009-08-28 sb #i102469# change back <T extends XInterface> to just <T> on queryInterface, to avoid binary incompatibility (method changing its signature from (Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object; to (Ljava/lang/Class;Ljava/lang/Object;)Lcom/sun/star/uno/XInterface;)
2009-08-28 sb #i76393# properly #ifdef previous HG commit d598efdbf012
2009-08-27 sb #i94421# work around compiler error (based on a patch supplied by cloph)
2009-08-26 sb merged in DEV300_m56
2009-08-26 sb #i76393# on Linux, include dynamic section offset in crash report so as to be able to map "prelinked" callstacks back to original (patch by cmc)
2009-08-26 sb #i88162# remove unnecessary whitespace lines from per-locale xcu files (patch by tora)
2009-08-17 Juergen Schmidt #i104292# set context classloader after create new custom UNO loader
2009-08-17 Juergen Schmidt #i103749# integrate patch
2009-08-14 sb #i103269# cherry-picked ssh://hg@hg.services.openoffice.org/cws/sb111 -r 5124ebd5edd1 ("#i101955# changed encoding of XML file content from erroneous ISO-8859-1 to UTF-8")
2009-08-12 sb #i102469# fixed mis-applications of UnoRuntime.queryInterface (detected via the simplified UnoRuntime.queryInterface, the HG changeset 29de35fc9554) to use AnyConverter instead; changed qadevOOo's lib.MultiMethodTest.before to allow throwing arbitrary exceptions, to cater for IllegalArgumentException thrown by AnyConverter
2009-08-12 sb #i104178# drop extra libxml2-config script from libxmlsec
2009-08-10 sb #i101754# simplified osl_getProcessInfo for LINUX (patch by cmc)
2009-08-10 sb #i95018# avoid closing -1 fds (patch supplied by cmc)
2009-08-10 sb #i103585# removed (apparently unnecessary) zlib support from libxml2; in turn, removed zlib dependencies from libxmlsec, libxslt, and redland (assuming those were transitive dependencies brought in by direct dependencies on libxml2)
2009-08-10 sb #i102469# simplified UnoRuntime.queryInterface using Java 5 generics; adapted URE-related modules accordingly
2009-08-10 sb #i101213# adapted setsolar env (solenv/config/) to set PYTHONPATH (and not set PYTHONHOME) in accordance with configure env (set_soenv.in); fixed testtools/source/bridgetest/pyuno (which now should work everywhere out of the box, thanks to the fixed setsolar PYTHONPATH)
2009-08-10 sb cherry-picked ssh://hg@hg.services.openoffice.org/cws/sb111 -r ea8de6d9396b ("#i101955# work in progress for a .hgignore file, continued")
2009-09-16 14:37:52 +00:00
Ivo Hinkelmann
46c6fa84d2 CWS-TOOLING: integrate CWS l10nframework01 2009-09-16 11:45:54 +00:00
Ivo Hinkelmann
c4a5e50129 CWS-TOOLING: integrate CWS python26
2009-04-22 11:57:41 +0200 obo  r271091 : #i101079# mingw port (by tono)
2009-04-22 11:56:37 +0200 obo  r271090 : #i101079# mingw port (by tono)
2009-04-22 11:55:55 +0200 obo  r271089 : #i101079# mingw port (by tono)
2009-04-22 11:26:00 +0200 obo  r271084 : #i100492# Patch for FreeBSD (by maho)
2009-04-21 10:19:01 +0200 obo  r271020 : #i92413# make python buildable in Hamburg RE environment
2009-04-17 15:52:57 +0200 obo  r270952 : #i10000# fix for 4NT shell support
2009-04-17 15:16:39 +0200 hjs  r270951 : #i92413# - remove gcc warnings about new struct member. fetched fomr DEV300
2009-04-17 10:30:28 +0200 sb  r270927 : #i92413# adaptions for Solaris and/or bash
2009-04-16 00:36:32 +0200 jbu  r270861 : #i101080# patch for bash environment provided by tono
2009-04-15 13:50:01 +0200 rene  r270842 : #i100997# allow also python < 2.6 again
2009-03-12 14:23:32 +0100 rene  r269410 : cleanup: remove Python 2.3.4 - not referenced anymore
2009-03-11 21:48:58 +0100 jbu  r269356 : native python modules pyuno.dll -> pyuno.pyd (required by 2.6 python runtime)
2009-03-11 11:11:43 +0100 rene  r269307 : fix typo; regen configure
2009-03-10 11:44:54 +0100 rene  r269262 : update _AM_PYTHON_INTERPRETER_LIST
2009-03-10 00:30:09 +0100 jbu  r269233 : python26 now builds on windows (installation set not built yet)
2009-03-06 21:45:20 +0100 jbu  r269050 : python 2.6.1-linuxx86: PYTHONHOME variable removed from set_soenv.in (is now unecessary), added new and removed old python blob, linux x86 builds without patches, windows build still needs to be done and is now broken
2009-03-06 14:08:33 +0100 rene  r269004 : #i92413#
2009-04-22 14:05:37 +00:00
Oliver Bolte
2d23f56e6d CWS-TOOLING: integrate CWS sb104
2009-01-27 13:09:06 +0100 sb  r266986 : #i97992# cws rebase: merged cws/sb104/config_office/set_soenv.in with moved tags/DEV300_m40/set_soenv.in
2009-01-27 10:56:40 +0100 sb  r266966 : CWS-TOOLING: rebase CWS sb104 to trunk@266944 (milestone: DEV300:m40)
2009-01-20 14:37:00 +0100 sb  r266581 : #i97992# missing treatment of Solaris-only adjustvisibility as build-internal tool
2009-01-20 09:32:38 +0100 sb  r266554 : CWS-TOOLING: rebase CWS sb104 to trunk@266428 (milestone: DEV300:m39)
2009-01-14 13:40:45 +0100 sb  r266296 : #i97992# do not pass comment lines to shell
2009-01-14 12:50:34 +0100 sb  r266290 : #i97992# avoid problems with checkdll not finding AWTLIB and its dependents
2009-01-14 12:49:20 +0100 sb  r266289 : #i97992# on Linux and Solaris, regxpcom apparently needs to be called with the libxpcom.so directory on the LD_LIBRARY_PATH
2009-01-13 09:41:37 +0100 sb  r266196 : #i97992# fixed AUGMENT_LIBRARY_PATH definitions
2009-01-12 18:02:03 +0100 sb  r266177 : #i97992# get rid of LD_LIBRARY_PATH in build environment
2009-02-19 11:42:47 +00:00
Rüdiger Timm
78c77205ad INTEGRATION: CWS changefileheader (1.3.88); FILE MERGED
2008/03/31 07:26:29 rt 1.3.88.1: #i87441# Change license header to LPGL v3.
2008-04-11 11:34:43 +00:00
Rüdiger Timm
d83e45617c INTEGRATION: CWS changefileheader (1.8.12); FILE MERGED
2008/03/31 07:26:29 rt 1.8.12.1: #i87441# Change license header to LPGL v3.
2008-04-11 11:33:52 +00:00
Rüdiger Timm
09e218d45e INTEGRATION: CWS changefileheader (1.4.18); FILE MERGED
2008/03/31 07:26:29 rt 1.4.18.1: #i87441# Change license header to LPGL v3.
2008-04-11 11:33:33 +00:00
Rüdiger Timm
fd261d0d4a INTEGRATION: CWS changefileheader (1.5.16); FILE MERGED
2008/03/31 07:26:29 rt 1.5.16.1: #i87441# Change license header to LPGL v3.
2008-04-11 11:32:52 +00:00
Rüdiger Timm
1a3e66a7a4 INTEGRATION: CWS changefileheader (1.4.88); FILE MERGED
2008/03/31 07:26:29 rt 1.4.88.1: #i87441# Change license header to LPGL v3.
2008-04-11 11:32:36 +00:00
Rüdiger Timm
0294fe84b3 INTEGRATION: CWS execshellmacrogone (1.6.22); FILE MERGED
2007/10/24 06:35:51 rene 1.6.22.1: #i79760# krs patches for supressing "Executing shell macro..." output
2007-11-06 14:43:06 +00:00
Jens-Heiner Rechtien
0fe35d10ac INTEGRATION: CWS os2port02 (1.6.18); FILE MERGED
2007/10/08 08:01:09 ydario 1.6.18.1: Issue number: i82034
Submitted by: ydario
Reviewed by:  ydario
Commit of changes for OS/2 CWS source code integration.
2007-11-02 11:23:27 +00:00
Kurt Zenker
1db3d345f7 INTEGRATION: CWS pyunofixes4 (1.4.50); FILE MERGED
2007/07/30 19:44:54 jbu 1.4.50.1: unohelper.inspect() can now be called with atomar types
2007-10-11 10:51:02 +00:00
Jens-Heiner Rechtien
c6617f4c0c INTEGRATION: CWS sb76 (1.3.70); FILE MERGED
2007/08/31 11:00:53 sb 1.3.70.1: #i77885# Consolidate stoc libraries; patch by jnavrati.
2007-09-27 11:52:32 +00:00
Vladimir Glazounov
5ecc44e14e INTEGRATION: CWS ause074 (1.5.2); FILE MERGED
2007/02/01 11:28:52 hjs 1.5.2.1: #i74024# remove obsolete include
2007-02-06 12:00:26 +00:00
Oliver Bolte
02bfc554a1 INTEGRATION: CWS ause069 (1.4.28); FILE MERGED
2006/11/28 10:06:49 hjs 1.4.28.1: #i70359# remove forced shell calls
2007-01-25 12:24:08 +00:00
Oliver Bolte
3e69e5d726 INTEGRATION: CWS pyunofixes2 (1.2.24); FILE MERGED
2006/01/07 20:57:06 jbu 1.2.24.2: RESYNC: (1.2-1.3); FILE MERGED
2005/09/10 19:16:15 jbu 1.2.24.1: #i35473# now environmentvariables get used instead of explict parameter passing
2006-03-22 09:43:02 +00:00
Oliver Bolte
5e3af59454 INTEGRATION: CWS pyunofixes2 (1.2.24); FILE MERGED
2006/01/07 20:56:34 jbu 1.2.24.2: RESYNC: (1.2-1.3); FILE MERGED
2006/01/07 20:14:30 jbu 1.2.24.1: #i57379# added pyuno current context support
2006-03-22 09:42:39 +00:00
Rüdiger Timm
624666785e INTEGRATION: CWS ooo19126 (1.2.28); FILE MERGED
2005/09/05 17:00:58 rt 1.2.28.1: #i54170# Change license header: remove SISSL
2005-09-09 11:27:46 +00:00
Rüdiger Timm
7af78f2854 INTEGRATION: CWS ooo19126 (1.2.28); FILE MERGED
2005/09/05 17:00:57 rt 1.2.28.1: #i54170# Change license header: remove SISSL
2005-09-09 11:27:29 +00:00
Rüdiger Timm
019064a432 INTEGRATION: CWS ooo19126 (1.2.28); FILE MERGED
2005/09/05 17:00:56 rt 1.2.28.1: #i54170# Change license header: remove SISSL
2005-09-09 11:26:21 +00:00
Rüdiger Timm
d6b1c569f6 INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED
2005/09/05 17:00:56 rt 1.3.18.1: #i54170# Change license header: remove SISSL
2005-09-09 11:26:03 +00:00
Jens-Heiner Rechtien
b25645f8bd INTEGRATION: CWS pyunofixes1 (1.2.8); FILE MERGED
2004/12/19 21:05:39 jbu 1.2.8.1: #i31159# checks now for assigning anys to structs members
2005-02-11 15:27:17 +00:00
Oliver Bolte
8a63dbf843 INTEGRATION: CWS pythonupgrade (1.1.2); FILE ADDED
2004/09/30 21:01:17 jbu 1.1.2.1: #i32901# moved tests from pyuno/tests to this location
2004-11-15 12:07:16 +00:00
Oliver Bolte
cd287d183e INTEGRATION: CWS pythonupgrade (1.1.2); FILE ADDED
2004/09/30 21:01:18 jbu 1.1.2.1: #i32901# moved tests from pyuno/tests to this location
2004-11-15 12:06:47 +00:00
Oliver Bolte
c3a816f158 INTEGRATION: CWS pythonupgrade (1.1.2); FILE ADDED
2004/09/30 21:01:16 jbu 1.1.2.1: #i32901# moved tests from pyuno/tests to this location
2004-11-15 12:06:14 +00:00