Stephan Bergmann
7d8f3b19c6
Linux LD_LIBRARY_PATH is missing as well.
2012-01-02 10:04:57 +01:00
Tor Lillqvist
7d3c674a04
Abandon attempt to use the debug CRT in a dbgutil build
2011-12-20 18:08:08 +02:00
Caolán McNamara
91be794312
Resolves: fdo#36763 backport fix for py#4768
2011-08-02 11:07:34 +01:00
Caolán McNamara
b01cf0f5fc
UPDMINOREXT is gone away, drop it
2011-07-29 14:48:32 +01:00
Norbert Thiebaud
361ffc4805
Use MACOSX_SDK_PATH
2011-07-26 15:56:17 -05:00
Caolán McNamara
312f0cbb37
add easy-valgrindability to built-in python
2011-07-26 17:12:00 +01:00
Christian Lohmaier
f892f979ce
add dylib to the list of native python modules for Mac (for pyuno.dylib)
2011-06-11 20:19:03 +02:00
Christian Lohmaier
e9d4bad440
allow building internal Python on Mac (needs to be built as framework)
...
fixes #i111496# (meta), #i111498# & #i111500#
(along with the similar commits to the other repos)
2011-06-06 19:29:37 +02:00
Christian Lohmaier
251b4d282b
don't limit the _POSIX_SEMAPHORES+0 to FreeBSD (Mac needs it as well), rediff
...
please guys'n'gals:
Use dmake create_patch when updating/creating new patches. And when
replacing patches instead of adding ones, use solenv/bin/patch_sanitizer.pl
2011-06-06 19:29:37 +02:00
Tor Lillqvist
56f35e6b39
Drop %_EXT% which was always empty
2011-06-03 13:27:35 +03:00
Tor Lillqvist
93b1b381ed
Don't build Python if DISABLE_PYTHON is TRUE
...
I don't know if this is the right thing to do. The --disable-python
switch is documented to "Disable build of Python 2.x UNO API". Does
that mean that it should disable use of Python at run-time completely?
What about use of Python tools at build-time, do we have such? Will
--disable-python then disable their use, too?
2011-05-29 20:16:19 +03:00
Tor Lillqvist
b0414f3fa1
Make the patch actually apply
2011-05-28 13:18:08 +03:00
Jan Holesovsky
a5303710f0
Merge remote-tracking branch 'origin/integration/dev300_m106'
...
Conflicts:
berkeleydb/makefile.mk
2011-05-27 20:46:31 +02:00
Tor Lillqvist
bfed48d5b5
Drop OS2
2011-05-21 16:38:28 +03:00
Jan Holesovsky
e0785dd388
Merge commit 'ooo/DEV300_m106' into libreoffice-3-4
...
Conflicts:
python/makefile.mk
zlib/makefile.mk
2011-04-22 15:08:24 +02:00
Ivo Hinkelmann
27721a18d6
CWS-TOOLING: integrate CWS ause127
2011-03-29 19:12:02 +02:00
Jan Holesovsky
ce74a5d149
Merge commit 'ooo/DEV300_m103'
...
Conflicts:
graphite/makefile.mk
libxml2/makefile.mk
2011-03-23 16:59:29 +01:00
Hans-Joachim Lankenau
77c6a8e3ac
ause127: #i117375# avoid hard links in python build
2011-03-22 10:24:28 +01:00
sb
0f34d16aa1
masterfix from: sb140: #i117456# on Solaris 11 against Solaris 10 baseline, trick python configure into thinking it sees Solaris 10
...
(transplanted from 6402ce7b0667b255e70c517c4320ecaee2682c56)
2011-03-18 17:31:51 +01:00
Jan Holesovsky
5f7158e265
Merge commit 'ooo/DEV300_m101' into intm101
...
Conflicts:
boost/aliasing.patch
boost/makefile.mk
cairo/cairo/makefile.mk
cairo/pixman/makefile.mk
dictionaries/da_DK/README_th_da_DK.txt
dictionaries/da_DK/description.xml
dictionaries/da_DK/dictionaries.xcu
dictionaries/da_DK/makefile.mk
dictionaries/da_DK/th_da_DK.dat
dictionaries/de_AT/th_de_AT_v2.idx
dictionaries/de_CH/th_de_CH_v2.idx
dictionaries/de_DE/COPYING
dictionaries/de_DE/COPYING_GPLv2
dictionaries/de_DE/COPYING_GPLv2.txt
dictionaries/de_DE/README_extension_owner.txt
dictionaries/de_DE/README_th_de_DE_v2.txt
dictionaries/de_DE/makefile.mk
dictionaries/de_DE/th_de_DE_v2.idx
icu/makefile.mk
moz/makefile.mk
python/makefile.mk
2011-03-09 10:38:32 +01:00
sb
13b4336da8
sb142: #i116738# ignore test stuff from the Python implementation
2011-03-04 14:29:58 +01:00
Tor Lillqvist
138df361fa
Py_DEBUG mangling for Windows
2011-02-15 04:55:02 +02:00
Tor Lillqvist
b7491dd511
Make debugging the Python interpreter simpler
...
When building (in the LibreOffice sense) for Windows with debug=t, use
the Debug solution configuration, but make the Debug project
configutations produce identically named executables as the Release
ones, and also use the normal runtime library.
Use same executables names
2011-02-14 02:41:32 +02:00
Tor Lillqvist
aac9fc0eac
Clean up Python patches a bit
...
Don't bother commenting out stuff we don't want in the pcbuild.sln
file. Instead just remove it. Don't bother patching files specific for
older MSVS versions that we don't support any more.
2011-02-14 02:41:30 +02:00
Thomas Arnhold
074034a79e
Clean up makefiles
2011-02-02 12:15:06 +01:00
Tor Lillqvist
631f331d3c
Fix Python build for x64 Windows
2011-01-23 20:55:04 +02:00
Petr Mladek
8e443b4c42
fixed urllib.urlopen in the internal python (fdo#31466)
...
+ backported two fixes from newer python:
+ close the file even if an exception occurs (py#5536)
+ urllib doesn't correct server returned urls (py#918368)
+ thanks karolus <karlooforum at arcor dot de> for analyzing and suggesting
the fix
2010-11-23 18:38:31 +01:00
Niko Rönkkö
630e06a2e2
Elide all "SO:" and "OOo:" build.lst prefixes
2010-11-04 23:37:59 +01:00
Jesús Corrius
116a68db3e
Make sure Python builds for VS2008 again
2010-11-02 20:37:12 +01:00
Jesús Corrius
0ee89b7715
Actually deliver VC++ 10 compiled Python
2010-10-29 15:05:25 +02:00
Jesús Corrius
5a816bc42a
Visual Studio 2010 project files for Python
2010-10-29 01:14:45 +02:00
Caolán McNamara
aab41efc81
get this to build on AIX
2010-10-13 14:42:06 +01:00
Hans-Joachim Lankenau
4b2e694152
ause126: #i114866# applied patch from issue: fix parallel build issue
2010-10-08 16:12:40 +02:00
Thorsten Behrens
b5b8138aac
python-win32-buildfix.diff: make python build properly on win32
2010-09-14 12:49:54 +02:00
sb
da1320efe1
sb126: merged in DEV300_m84
2010-06-30 15:38:26 +02:00
sb
33474c4fff
sb126: #i110197# remove -Wl,-z,noexecstack hack
2010-06-22 09:31:32 +02:00
tono
9bc06e6ac0
i#111958: MinGW port enhancement: runtime-pseude-reloc-v2
2010-05-31 21:53:32 +09:00
Jens-Heiner Rechtien
af78b0f646
CWS-TOOLING: integrate CWS ause117
2010-04-13 13:27:41 +02:00
Hans-Joachim Lankenau
b61a20e4b6
ause117: #i110262# one more chmod to make Include group writeable
2010-03-22 14:46:09 +01:00
Hans-Joachim Lankenau
034c59cb79
ause110: update to DEV300_m74
2010-03-10 16:36:40 +01:00
Jens-Heiner Rechtien
72e939d8ed
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
Hans-Joachim Lankenau
8437b1f3ec
ause110: update to DEV300m70
2010-01-26 18:35:38 +01:00
Hans-Joachim Lankenau
7d0a7273de
ause110: #i106731# remove tarballs from scm and find them in download cache dir
2010-01-15 14:55:12 +01:00
Jens-Heiner Rechtien
f3893d2659
CWS-TOOLING: integrate CWS pythonssldedux
2010-01-05 14:08:58 +01:00
Caolán McNamara
449e322ba5
pythonssldedux: #i106542# build python md5 module for md5 email support
2009-12-17 15:56:15 +00:00
sb
560ae61a7a
sb116: #i106845# removed obsolete IRIX port
2009-11-13 11:04:06 +01:00
Caolán McNamara
090fcf08e7
pythonssldedux: #i106542# build python ssl module for ssl email support
2009-11-09 08:39:23 +00:00
Vladimir Glazounov
e863a48ae3
CWS-TOOLING: integrate CWS mingwport22
...
2009-08-19 16:18:46 +0200 tono r275156 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh
2009-08-05 12:27:41 +0200 tono r274650 : CWS-TOOLING: rebase CWS mingwport22 to trunk@274622 (milestone: DEV300:m54)
2009-08-01 00:56:35 +0200 tono r274552 : i#103795: mingw gcc-4.4.0 port: use gcc dll
2009-07-27 00:13:27 +0200 tono r274344 : i#103795: mingw gcc-4.4.0 port: use gcc dll
2009-07-25 06:19:59 +0200 tono r274332 : i#103803: mingw gcc-4.4.0 port: invalid "extern static"
2009-07-25 06:13:56 +0200 tono r274331 : i#103802: mingw gcc-4.4.0 port: inhibit use of pthread
2009-07-25 06:05:22 +0200 tono r274330 : i#103801: mingw gcc-4.4.0 port: specify relocatable data section
2009-07-25 05:54:09 +0200 tono r274329 : i#103800: mingw gcc-4.4.0 port: remove invalid scope
2009-07-25 05:44:58 +0200 tono r274328 : i#103799: mingw gcc-4.4.0 port: add some #include
2009-07-25 05:33:09 +0200 tono r274327 : i#103798: mingw gcc-4.4.0 port: add backward in include path
2009-07-25 05:24:42 +0200 tono r274326 : i#103797: mingw gcc-4.4.0 port: nooptimize c++-uno bridge
2009-07-25 05:16:20 +0200 tono r274325 : i#103795: mingw gcc-4.4.0 port: use gcc dll
2009-07-25 04:01:59 +0200 tono r274324 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh
2009-07-25 02:44:01 +0200 tono r274322 : i#103793: mingw port: Exclude msvc[pr]80.dll from packaging
2009-07-25 02:28:21 +0200 tono r274321 : i#103791: mingw port fix typo
2009-08-26 06:36:38 +00:00
Kurt Zenker
d5d0ab7ad4
#i101531# syntax fixed
2009-05-08 10:10:22 +00:00
Oliver Bolte
087f64791e
#i101079# mingw port patch file: PATCH_FILE_NAME->PATCH_FILES
2009-04-24 06:37:46 +00:00