Commit graph

16 commits

Author SHA1 Message Date
David Tardon
bcb6931965 fix download of dbghelp.dll
Change-Id: I200a623b70906a07b1549ff76472678e158496a4
2012-12-25 10:56:41 +01:00
Peter Foley
5b0d2d02a5 convert external to gbuild
Change-Id: I7127db6aad9e97a0f3e758aa83b22ac8465d3f43
2012-12-25 09:39:47 +01:00
Stephan Bergmann
77d3777c89 Remove --with-stlport from LO 4.0
The STLport was only built for the benefit of old extensions on platforms that
once used it themselves (Linux x86, Solaris x86 and SPARC, Windows).  We
deliberately break such old extensions for LO 4.0 by no longer shipping that
backwards-compatiblity cludge.

Keeps STLport listed in readlicense_oo/ because of
o3tl/inc/o3tl/compat_functionality.hxx.

Also removes GXX_INCLUDE_PATH, as that was only used by STLport (if at all?).

Removes a spurious #define MOVEFILE_REPLACE_EXISTING 0x01 from
l10ntools/inc/helpmerge.hxx that was once added with
8548125848 "INTEGRATION: CWS extensionl10nfix01
(1.11.6); FILE MERGED: 2008/06/26 13:56:03 ihi 1.11.6.1: #i90987# windows rename
-> MoveFileEx" but now starts to cause trouble on Windows.  Also disables
warning C4005 about redefinition of WB_LEFT/RIGHT macros (defined in both
tools/wintypes.hxx and the Windows API) in a number of places that include
windows.h -- however the old STLport caused those warnings to not show.

Change-Id: Ie138a219fbbc86fb5aaa7ea0b88cf349935d9829
2012-12-17 16:34:23 +01:00
Luboš Luňák
c8c056fd20 BUILD_DIR -> BUILDDIR, to be consistent with the other *DIR
Change-Id: Ia80a1246a7e3c8862a50a3daf79aba5609b7df3a
2012-12-11 15:39:49 +01:00
Norbert Thiebaud
ae4e327739 Prepare for read-only source build
This patch allows to do

mkdir <build_dir>
cd <build_dir>
<src_root>/autogen.sh
make

Only the remaining dmake modules are poluting the <src_root>...
which will get eventually convererd to gmake...

Change-Id: Iefd64732fa12e096d554cff4eee6b777deb92338
Reviewed-on: https://gerrit.libreoffice.org/1273
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-12-11 14:26:30 +00:00
Andras Timar
56da3f2a9f Numbertext 0.9.5 (Python 3 fixes)
Change-Id: Ic5d8f8a975861c63354d28f5043abb5ead29192b
2012-12-06 22:08:39 +01:00
Noel Grandin
6d77e0cb15 Bug 57917 - --enable-ext-oooblogger does not work with Python 3
Remove the oooblogger extension. It is unmaintained and the original
author (caolan) wants it dead.

Change-Id: Iff89f5badbb74f465c57e068a9e1acbbc13bc235
2012-12-06 11:14:24 +02:00
Matúš Kukan
3051f8be18 create its own target for download..
..which is created (touched) *after* successful download of all tarballs.
fetch.log is not a good target because we touch it along the way.

Note: This is necessary only because we write pointless? date into fetch.log.
Otherwise 'download' could be phony target, thanks to the rule being empty
if we don't need to download anything.

Change-Id: I2380ab189833e03758ddd9f9bf54be38c8fa1dbe
2012-11-29 10:15:51 +01:00
Christian Lohmaier
1e002d8c56 use $PIPESTATUS instead of pipefail option
as pipefail is not supported in bash 2.x (used on Mac/PPC)

Change-Id: Iaeaed7d759be700719fb941b13942e4933c5ee71
Reviewed-on: https://gerrit.libreoffice.org/1190
Reviewed-by: Matúš Kukan <matus.kukan@gmail.com>
Tested-by: Matúš Kukan <matus.kukan@gmail.com>
2012-11-29 08:54:25 +00:00
Matúš Kukan
33a6f88180 bin --enable-oxygenoffice; it does nothing
Change-Id: Ibac9b92f5833253d6485009e0ea8ea11f2b8ed91
2012-11-28 16:33:00 +01:00
Matúš Kukan
42606e3def move more from download to Makefile.(top|fetch)
Change-Id: I3bee487c9c5aa72b2236f076b28ee65cf76ac0dd
2012-11-27 22:40:26 +01:00
Matúš Kukan
df50d2dcfe download few tarballs directly without md5sum in name
..and add few fixes, like:
* use 'set -o pipefail' to fail meaningfully
* include download.lst at the end of config_host.mk
* MOZ_ZIP_* do not have md5sum, do not check for it

Change-Id: I23759aa2f5fdd55b662588fdb0a31568a686aef7
2012-11-27 22:40:25 +01:00
Matúš Kukan
cb3fc7ff18 download also tarballs needed for build platform
Change-Id: I21fc00bd0b5acfd81e378d2e3c0ceb976b8f2a4e
2012-11-27 22:40:24 +01:00
Matúš Kukan
e80393462d support for --with-all-tarballs
- this is needed for packaging, so that all possible tarballs can be
  available in the complete source package

Do not define tarball names in configure. Move the variables into
download.lst, which is going to be included in config_host.mk.
We already have conditions for getting tarballs in Makefile.fetch.

Change-Id: I160aff6426a253814eea07d2467e4942478f653a
2012-11-27 22:40:24 +01:00
Matúš Kukan
6d69a50e76 add fetch_Optional to have conditions for download in makefile
This is prepare commit for --with-all-tarballs.
We probably don't want to define the tarball names conditionally in configure.

Change-Id: Id41f73dd7094b3384ce43caf62018f53b3d86a81
2012-11-27 22:40:23 +01:00
Matúš Kukan
16aa073855 move ooo.lst and download parts to Makefile.fetch
Change-Id: I2d27341566d383002446c23bdf60c7aa0cabf37d
2012-11-27 22:40:22 +01:00