Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Now only handling brand downloading
|
|
|
|
|
|
|
|
* Added module
* Remove versioned directories in scp2 module for Lightproof
|
|
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
|
|
|
|
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}
|
|
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>
|
|
|
|
|
|
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
|
|
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
|
|
|
|
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.
|
|
Equality tests with == are not posix-compliants. Only test = works
with all /bin/sh shells.
|
|
|
|
And some baby steps for cross-compiling for iOS in particular.
|
|
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
|
|
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
|
|
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
|
|
* 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>
|
|
|
|
|
|
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
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
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 .
|
|
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.
|
|
|
|
|
|
|
|
|
|
repo-list can chage due to an autogen and/or a previous clone may have been
incomplete.
|
|
* 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
|
|
|
|
|
|
|
|
on windows, the configure check that some dll/exe are present.
these are in fact automatically downloaded by the ./download script.
but that script is run _after_ ./configure.
So the tests are postponed and run in a post_download script that is
invoked at the end of the download script.
|
|
|
|
|