Commit graph

57 commits

Author SHA1 Message Date
Stephan Bergmann
bda0b068b8 Enable Bash pipefail so that e.g. wget failure leads to download failure 2012-03-09 14:34:00 +01:00
Norbert Thiebaud
909cd34b7b coup de grace for Env.Host.sh and associated files 2012-02-05 19:34:05 -06:00
Norbert Thiebaud
fd9366c85c prep work to eliminated Env.*.sh, introduce config_{host,build}.mk
This introduce config_host.mk and config_build.mk
generated from config_host.mk.in
The intent is for that file to be both sourcable in a shell and includable
in a gnu Makefile.
Eventually all the environment set-up will be in config_host.mk.in
and so there won't be a need to source anything in shell before make.
2011-12-24 21:42:08 -06:00
Andras Timar
058d872a2e remove obsolete (OxygenOffice-style) Lightproof integration 2011-12-18 19:23:24 +01:00
Christian Lohmaier
9a845f988e when using linked git, use the same branch as the main repo 2011-12-15 14:20:30 +01:00
Peter Foley
f00172b81c fix automatic download of dlls on windows 2011-12-11 19:56:31 -05:00
Andras Timar
a5f7843221 no need to check for vcredist files, Windows installer don't use them 2011-12-05 15:03:34 +01:00
Tor Lillqvist
f7593f3d39 Avoid syntax error if $OXYGENOFFICE_PACK is undefined 2011-11-30 22:18:32 +02:00
Kalman Szalai - KAMI
8aa73a8f74 Add enable-oxygenoffice configure switch
Now only handling brand downloading
2011-11-29 17:14:44 +01:00
Michael Stahl
9635dab7cc download: do not annoy me by creating bogus git-hooks 2011-11-04 10:55:09 +01:00
Andras Timar
31cd83043e update to latest version of vcredist fdo#40399 2011-09-07 10:53:43 +02:00
Lionel Elie Mamane
5df66895d7 download: when run twice, do not create foo/foo symlink 2011-08-13 16:06:22 -05:00
Kalman Szalai - KAMI
8c219766f1 Added Russian language Lightproof module
* Added module
* Remove versioned directories in scp2 module for Lightproof
2011-08-07 21:55:49 +02:00
Jan Holesovsky
a95376174e Merge commit 'libreoffice-3.4.2.3'
Conflicts:
	Makefile.in
	configure.in
	instsetoo_native/util/makefile.mk
	instsetoo_native/util/openoffice.lst
	ooo.lst.in
	set_soenv.in
	solenv/inc/minor.mk
2011-07-28 18:33:58 +02:00
Tor Lillqvist
c5f297649c Change *Env.Set.sh to Env.Host.sh 2011-07-25 01:02:17 +03:00
Andras Timar
ae58f51933 download and distribute latest vcredist_x64.exe
Microsoft Visual C++ 2008 SP1 Redistributable Package ATL Security Update
ProductName = Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.4148
ProductCode = {4B6C7001-C7D6-3710-913E-5BC23FCE91E6}
2011-07-21 18:22:49 +02:00
Petr Mladek
19111fe556 bin/unpack-sources: new helper script for packaging LO
move the source tarball unpacking from "download" into a separate
script that could be called offline during LO packaging

Signed-off-by: Michael Meeks <michael.meeks@novell.com>
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@gmail.com>
2011-07-11 20:29:28 +02:00
Tor Lillqvist
13e0f8cb58 Reduce chatter 2011-06-13 17:43:52 +03:00
Luke Symes
f0ae283cf0 make the fetching of external dependencies a bit more 'lively' 2011-06-11 08:17:18 -05:00
Jan Holesovsky
07c1d34ec7 Merge commit 'libreoffice-3.4.0.2'
Conflicts:
	configure.in
	distro-configs/LibreOfficeMacOSX.conf
	distro-configs/OxygenOfficeLinux.conf
	distro-configs/OxygenOfficeWin32.conf
	download
	instsetoo_native/util/openoffice.lst
	ooo.lst.in
	set_soenv.in
	solenv/bin/modules/installer/download.pm
	solenv/gbuild/CppunitTest.mk
	solenv/inc/minor.mk
	solenv/inc/settings.mk
2011-05-31 10:45:37 +02:00
Jan Holesovsky
ca907e0220 Merge remote-tracking branch 'origin/integration/dev300_m106'
Conflicts:
	Makefile.in
	Repository.mk
	autogen.sh
	bin/lo-commit-stat
	configure.in
	distro-configs/LibreOfficeOpenBSD.conf
	distro-configs/LibreOfficeWin32.conf
	instsetoo_native/util/openoffice.lst
	ooo.lst.in
	scp2/source/ooo/module_langpack.ulf
	set_soenv.in
	solenv/bin/ooinstall
	solenv/gbuild/CppunitTest.mk
	solenv/gbuild/Library.mk
	solenv/gbuild/LinkTarget.mk
	solenv/gbuild/TargetLocations.mk
	solenv/gbuild/platform/macosx.mk
	solenv/gbuild/platform/solaris.mk
	solenv/gbuild/platform/unxgcc.mk
	solenv/gbuild/platform/windows.mk
	solenv/inc/minor.mk
	solenv/inc/settings.mk
	tail_build/prj/makefile.mk
2011-05-27 20:39:04 +02:00
Tor Lillqvist
9298dd2cd2 Don't overwrite config.log from the configure script 2011-05-17 22:36:57 +03:00
Tor Lillqvist
84fbaed77d More cross-compiling work
AC_SUBST also EXEEXT_FOR_BUILD and use that in Makefile.in.

As winemv.set.sh is now called WindowsMSVCEnv.Set.sh, with capital E
and S like all the others, we can simplify the glob pattern for the
Set.sh file.

Don't attempt to download and/or run unpackers for dependencies
relevant only when using MSVC if using MinGW.

Misc other Windows host vs. build fixes.
2011-05-17 02:22:19 +03:00
Francois Tigeot
0c5d3ca3e4 Fix some bashisms
Equality tests with == are not posix-compliants. Only test = works
with all /bin/sh shells.
2011-05-16 13:48:26 +02:00
Tor Lillqvist
414c15bbb2 Argh, it's just host, not host_alias 2011-05-13 20:36:31 +03:00
Tor Lillqvist
eaf8e0939a Some initial baby steps towards cross-compilation
And some baby steps for cross-compiling for iOS in particular.
2011-05-13 20:24:40 +03:00
Kalman Szalai - KAMI
f36579d1af Fix oooblogger extension download mechanism
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2011-05-12 12:23:47 +02:00
Kalman Szalai - KAMI
dcfb2b1132 When downloading extensions to src, cut is provided with wrong option switches
I used long switches for cut and your (Windows??) box does not adore about it.

http://comments.gmane.org/gmane.comp.documentfoundation.libreoffice.devel/10214
2011-05-12 12:23:27 +02:00
Kalman Szalai - KAMI
c6b0efb648 Fix SUN Template extension configure, download, handling
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2011-05-12 12:22:35 +02:00
Kalman Szalai - KAMI
b04faf6398 Fix Ligthproof extension integration
* Fix configure and download support
* Extension naming scheme is: <md5>-<extension-name>_<version>.oxt
  - Renamed extensions
* Rename extension version number in download script and scp2 module

Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2011-05-12 12:22:13 +02:00
Tor Lillqvist
9cc8a14145 Don't print misleading messages 2011-05-11 12:34:37 +03:00
Kalman Szalai - KAMI
9bb5f5314f Fix oooblogger extension download mechanism 2011-05-11 11:18:37 +02:00
Kalman Szalai - KAMI
8a4e1b2ccf When downloading extensions to src, cut is provided with wrong option switches
I used long switches for cut and your (Windows??) box does not adore about it.

http://comments.gmane.org/gmane.comp.documentfoundation.libreoffice.devel/10214
2011-05-08 19:30:24 +02:00
Kalman Szalai - KAMI
9b756202ad Fix SUN Template extension configure, download, handling 2011-05-08 11:14:57 +02:00
Kalman Szalai - KAMI
68b8377eab Fix Ligthproof extension integration
* Fix configure and download support
* Extension naming scheme is: <md5>-<extension-name>_<version>.oxt
  - Renamed extensions
* Rename extension version number in download script and scp2 module
2011-05-08 10:25:25 +02:00
Tor Lillqvist
c00e3457c1 Redirect pointless warning message to /dev/null 2011-05-06 16:42:50 +03:00
Kalman Szalai - KAMI
64dec765d8 Add copy and extract for extras and few extensions 2011-05-04 04:56:37 +02:00
Kalman Szalai - KAMI
8898e7a9c4 Add copy and extract for extras and few extensions 2011-04-24 16:19:54 +02:00
Petr Mladek
f89b46fc3a allow to download and unpack official source tarballs 2011-04-11 16:08:00 +02:00
Francois Tigeot
132c52c44a Use the default PATH to find the curl executable.
The previous code was trying to pick up the full curl path in a harcoded
list of places and actually failed to locate binaries on some hosts, even
though they were present in $PATH .
2011-04-03 15:15:32 +02:00
Tor Lillqvist
d4e3aab53f Improve the Windows download code
Mark dbghinst.EXE as executable (from Cygwin's point of view) if
necessary.

Warn that running the security fix installer containing gdiplus.dll
might cause a UAC prompt, and instruct the developer what to do. Be
more verbose in abnormal situations after running it.

Drop some pointless messages.
2011-01-24 16:27:09 +02:00
Christian Lohmaier
cca3388bd4 small fixes to allow using --with-linked-git & --with-external-tar 2011-01-08 18:45:25 +01:00
Tor Lillqvist
4ce4ff8a53 Actually we don't seem to need instmsiw.exe anywhere 2010-12-21 18:55:41 +02:00
Caolán McNamara
52b977a42c InstMsiW.exe not InstMsiA.exe 2010-12-21 14:40:02 +00:00
Caolán McNamara
82eee4eaac Resolves: fdo#32426 first cut at auto-downloading windows depends 2010-12-21 12:22:29 +00:00
Norbert Thiebaud
b13a0c0cc3 download do g clone even if ./clone exist, to pick up changes in repo-list
repo-list can chage due to an autogen and/or a previous clone may have been
incomplete.
2010-12-05 19:10:02 -06:00
Thorsten Behrens
fe6ed1e8bf Add with-linked-git and make repo list configurable
* adds --with-linked-git config option, that internally uses
  git-new-workdir
* consolidates various repo lists into bin/repo-list, and use
  that to dynamically add l10n repo
2010-12-02 00:13:48 +01:00
Robert Nagy
441372c6c3 Do not try to break 2 levels if ther is only one loop to break 2010-12-01 10:58:54 +01:00
Jan Holesovsky
be729b0086 download: Fix minor typos to make it work on Windows. 2010-11-30 20:25:22 -06:00
Norbert Thiebaud
4ab516df62 fix issues when building with the build-repo 2010-11-30 20:25:22 -06:00