Commit graph

6743 commits

Author SHA1 Message Date
Michael Meeks
16a9ffe76b another 4x faster - down to ~2 seconds now for me. 2010-12-17 20:27:35 +00:00
Fridrich Strba
e3600b1d2d more langpacks installer hacks ported for helppacks 2010-12-17 21:07:53 +01:00
Michael Meeks
48d7528671 make pre2par 5x faster, and simpler too 2010-12-17 20:05:45 +00:00
Petr Mladek
b29399d6db find README/LICECENSE file for epm and help packs 2010-12-17 20:39:05 +01:00
Petr Mladek
2e741fcb53 do not ingnore language specific help files 2010-12-17 18:31:34 +00:00
Michael Meeks
467a59f821 missing special case for helppacks 2010-12-17 18:26:40 +00:00
Thomas Klausner
32699c99d7 Handle NetBSD like the other BSDs in more cases. 2010-12-16 22:40:05 +01:00
Michael Meeks
ed401d017c add command to clean a modules' output on error. 2010-12-16 15:20:44 +00:00
Cédric Bosdonnat
f55916b1d1 Moved the create-tags script from build repo 2010-12-16 14:52:01 +01:00
Petr Mladek
634e2da964 find LICENSE/README files for epm packaging
Signed of by Fridrich Strba
2010-12-16 12:37:56 +01:00
Caolán McNamara
ace1ed9d2d survive failed chmod for filesystems where its unsupported 2010-12-16 09:51:40 +00:00
Michael Meeks
9e45cce11d add BrOffice productname_br variant and sorted substitution 2010-12-15 20:58:44 +00:00
Michael Meeks
0018bb3a6e add BrOffice productname_br variant and sorted substitution 2010-12-15 20:56:53 +00:00
Michael Meeks
3dba62a7fa Use BrOffice branding if present in pt-BR
Signed off by Petr Mladek
2010-12-15 17:59:29 +00:00
Michael Meeks
1483d6f3a0 Use BrOffice branding if present in pt-BR
Signed off by Petr Mladek
2010-12-15 17:08:53 +00:00
Petr Mladek
68daa5bd94 lang-specific license files are not longer available
fix installer to use LICENSE/license.txt instead
2010-12-15 14:29:49 +01:00
Jan Holesovsky
1cff7e80d0 Merge commit 'ooo/OOO330_m18' into libreoffice-3-3
Conflicts:
	solenv/inc/minor.mk
2010-12-14 21:28:23 +01:00
Petr Mladek
82cfb8d7cd Revert "Stopgap help for the CPU-bound long hang in bug fdo#31716"
We have proper fix now.

This reverts commit 84d74bd6e241e527335ae9ee6353090e7db03cac.
2010-12-14 18:32:49 +01:00
Joseph Powers
5ebc649e32 Fix -n issues
It seams that only Mac OS X uses the echo -n option in make files. I think
I fixed all the references this time.
2010-12-14 08:09:56 -08:00
Joseph Powers
f24c8f32eb Fix stray -n issue on Mac OS X
Also cleans up some trailing white space.
2010-12-14 07:50:47 -08:00
Petr Mladek
009f81fd4d we use broffice instead of broffice.org (fdo#32229)
PRODUCTLIST is used in sysui to generate the desktop integration

Signed off by Fridrich Strba <fridrich.strba@bluewin.ch>
2010-12-14 16:40:38 +01:00
Caolán McNamara
3428ef5eb4 try and rebuild dependencies on first dmake failure 2010-12-14 11:04:56 +00:00
Thorsten Behrens
c1030a6bf9 Migrate id, tags, and docs make target over from build repo
* make id: create GNU idutils symbol lookup index
* make tags: create ctags index file (c++, java, html)
* make docs: create doxygen-style documentation below docs/
2010-12-13 23:08:58 +01:00
Fridrich Štrba
a2486b0460 remove now useless line 2010-12-13 21:27:03 +01:00
Fridrich Štrba
d03185f9b4 remove now useless line 2010-12-13 21:25:41 +01:00
Tor Lillqvist
2b454c24f5 Teach the perl monster to create helppacks 2010-12-13 20:57:08 +01:00
Tor Lillqvist
3b4e6861e6 Teach the perl monster to create helppacks 2010-12-13 20:56:37 +01:00
Fridrich Štrba
52086b3542 Don't bundle runtime dlls with extensions included with the installation 2010-12-13 20:41:40 +01:00
Fridrich Štrba
0a356550e0 Don't bundle runtime dlls with extensions included with the installation 2010-12-13 20:39:47 +01:00
Michael Meeks
af710fabc0 cleanup hard-coded license mentions in sdk and installer 2010-12-13 20:16:28 +01:00
Michael Meeks
e2d4846877 fixup extensions' LICENSE file re-use rules 2010-12-13 20:16:28 +01:00
Kohei Yoshida
521da7bbda Removed all references to soldep. 2010-12-13 10:50:10 -05:00
Joachim Tremouroux
59bd44d729 warn, not fail for missing icons we are asked to pack 2010-12-13 12:53:09 +00:00
Release Engineering
74aad99c69 OOO330 2010-12-13 10:38:56 +01:00
Jesús Corrius
c420e2ceef Remove references to unicows.dll 2010-12-09 23:09:31 +01:00
David Tardon
a516a964e1 don't link soffice.bin and stuff back into src tree
Experiments suggest that it's not needed anymore.
2010-12-09 12:56:23 +01:00
David Tardon
92bf6ff745 link the right file 2010-12-09 12:22:34 +01:00
David Tardon
eade467383 the file format changed from bmp to png 2010-12-09 12:04:57 +01:00
Michael Meeks
236137a50c cleanup hard-coded license mentions in sdk and installer 2010-12-08 21:04:27 +00:00
Michael Meeks
1bf09eae38 fixup extensions' LICENSE file re-use rules 2010-12-08 20:09:08 +00:00
Robert Nagy
f14303b93b broken python component registration on OpenBSD
extend list of library path using AUGMENT_LIBRARY_PATH_LOCAL instead of
AUGMENT_LIBRARY_PATH

Signed-off-by: Petr Mladek <pmladek@suse.cz>
2010-12-08 18:50:35 +01:00
Robert Nagy
81ecad8d9a broken python component registration on OpenBSD
extend list of library path using AUGMENT_LIBRARY_PATH_LOCAL instead of
AUGMENT_LIBRARY_PATH

Signed-off-by: Petr Mladek <pmladek@suse.cz>
2010-12-08 13:57:31 +01:00
Caolán McNamara
15a1cfa994 add -Wno-deprecated-declarations to avoid warnings about std::auto_ptr 2010-12-08 12:18:43 +00:00
Caolán McNamara
ac349a76b7 Use c++0x features to detect misuse of SAL_N_ELEMENTS and CONSTASCII 2010-12-08 10:30:18 +00:00
Cédric Bosdonnat
9bd58d2220 linkoo: link the URE libs and jars as well 2010-12-08 00:32:25 +01:00
Caolán McNamara
eb37094d68 closing the stream is sufficient to close zenity 2010-12-07 12:14:04 +00:00
Caolán McNamara
05a6a4993f include error message to explain copy failure 2010-12-07 12:14:04 +00:00
Thomas Klausner
d35a430199 Add NetBSD support for amd64 and for current compiler.
Should be merged with the generic gcc file, I'll do that as
a separate step.
2010-12-07 10:54:30 +01:00
Michael Meeks
ad9ebf19c1 remove EGGTRAYLIB usage 2010-12-06 15:57:39 +00:00
Takeshi Abe
bfa9058d0e more occured replaced 2010-12-06 15:46:04 +00:00
Takeshi Abe
7f11a1b9db Replace all occured, occurance etc. 2010-12-05 17:18:37 +00:00
Robert Nagy
ef7a253bee Revert "use AUGMENT_LIBRARY_PATH_LOCAL for regcomp"
This reverts commit 672bed486bc5951fc9e2cb11162ff757e60a96bb.
2010-12-05 14:45:44 +01:00
Robert Nagy
19aa902a75 use AUGMENT_LIBRARY_PATH_LOCAL for regcomp 2010-12-05 14:08:41 +01:00
Caolán McNamara
dff40cc62c -matom only available with gcc 4.5.0 or above 2010-12-05 11:34:38 +00:00
Norbert Thiebaud
c8bebe422d Revert "mtune x86 to atom" (require gcc 4.5)
This reverts commit 150c0772b1637bc44fc9a4819cc3908341828d78.
2010-12-04 16:53:20 -06:00
Michael Meeks
89ae31e7f8 link pagein files 2010-12-03 16:57:17 +00:00
Caolán McNamara
adfa18b3c2 mtune x86 to atom 2010-12-02 20:38:27 +00:00
Caolán McNamara
eb84bfb7dc make life simpler for nfs builds 2010-12-02 13:31:20 +00:00
Jordan Ayers
5d734844a5 Accelerate perl installer: optimize installer::scriptitems::optimize_list().
Replace call to convert_stringlist_into_hash with a simpler method using split; this requires significantly fewer data copy operations.
The new routine strips all whitespace from the front and end of each value; the old function call stripped leading whitespace, most of the time.
2010-12-02 09:21:55 +00:00
Caolán McNamara
65a5effad9 fix relocate now that tcsh Env file is no longer generated 2010-12-02 08:56:52 +00:00
Robert Nagy
0ba6499e6d merge a modified version of patches/dev300/system-db-check.diff
try to find all the supported db headers and libs in all
the "standard" directories
2010-12-01 23:31:07 +01:00
Robert Nagy
bd515e768b merge a modified version of patches/dev300/system-db-check.diff
try to find all the supported db headers and libs in all
the "standard" directories
2010-12-01 23:26:31 +01:00
Caolán McNamara
6637546a37 add another dir to the PYTHONPATH 2010-12-01 16:03:54 +00:00
Petr Mladek
0a86196ccd bump SHORT_PRODUCTEXTENSION to rc1 and widnows build version to 3 2010-12-01 13:39:08 +01:00
Fridrich Štrba
c3701eb55f Windows Installer package that contains more than 32767 files 2010-12-01 11:28:52 +01:00
Fridrich Štrba
e2146f61af Windows Installer package that contains more than 32767 files 2010-12-01 11:27:57 +01:00
Michael Meeks
01b2b72fe4 get substitution order right for overlapping variables 2010-11-30 16:59:40 +00:00
Michael Meeks
c9eaa19fcd get substitution order right for overlapping variables 2010-11-30 16:58:24 +00:00
Robert Nagy
c893d43118 fix the list of languages and remove the unused wanted function
Let's try our best to create a good list of langauges in a format
of lang1,lang2.
Also remove the wanted function which is not used since
the baab40f5646b63ff51e7cb9c5aaac873066d46fe commit.
2010-11-30 15:53:58 +01:00
Robert Nagy
cb81d01880 fix the list of languages and remove the unused wanted function
Let's try our best to create a good list of langauges in a format
of lang1,lang2.
Also remove the wanted function which is not used since
the baab40f5646b63ff51e7cb9c5aaac873066d46fe commit.
2010-11-30 15:51:43 +01:00
Michael Meeks
2f5a35c700 remove inaccurate bogus comments 2010-11-30 14:27:48 +00:00
Michael Meeks
12fff8caa7 Add BrOffice artwork / branding support
Conflicts:

	solenv/bin/modules/installer/download.pm
2010-11-30 14:09:09 +00:00
Michael Meeks
067d1f596e make NSIS MUI even more verbose 2010-11-30 14:07:33 +00:00
Michael Meeks
c6ed4193c9 Add BrOffice artwork / branding support 2010-11-30 13:58:38 +00:00
Tor Lillqvist
6251cef4a3 Stopgap help for the CPU-bound long hang in bug fdo#31716
As the hang seems to be causes by the code messing around in extension
help file directories, of which there are lots in a multi-lingual
build for at least the presenter-screen extension, just build en-US
extension help for now.

Why such a change is needed both here and in
sdext/source/presenter/makefile.mk (see commit
c2a7a6c055cf586b627268d38fd85cde2048db3d in the "extensions" repo) I
don't know, but that's how it seemed in my testing.
2010-11-30 15:26:29 +02:00
Michael Meeks
2581b1f83c make NSIS MUI even more verbose 2010-11-29 20:50:40 +00:00
Rene Engelhard
921d063b9c Merge branch 'libreoffice-3-3' 2010-11-26 17:50:28 +01:00
Rene Engelhard
7536f3b2ef Merge commit 'ooo/OOO330_m17' into libreoffice-3-3 2010-11-26 17:41:11 +01:00
Jan Holesovsky
be8a630cf6 Merge remote branch 'origin/libreoffice-3-3'
Conflicts:
	scp2/source/python/module_python.scp
	solenv/inc/unxgcc.mk
2010-11-25 14:19:27 +01:00
Fridrich Štrba
18b79d5243 buildfix-x86-64-visibility-workaround.diff: migrate to git 2010-11-25 13:44:28 +01:00
Jordan Ayers
6ee0f9ae13 Remove unused global from perl installer
Per comments in globals.pm, remove wrapcmd and all references to it.
2010-11-24 10:02:30 +01:00
Kurt Zenker
0988817cfd OOO330 2010-11-23 17:46:25 +01:00
David Tardon
caba2527de set default debug level to 1 2010-11-22 09:52:26 +01:00
Rene Engelhard
19b23a511c Merge commit 'ooo/OOO330_m16' into libreoffice-3-3 2010-11-21 14:46:24 +01:00
Jordan Ayers
4118187114 Perl Installer: Remove commented out code. 2010-11-18 20:59:35 +00:00
Petr Mladek
49aa0834b9 Do not mention date in the downlaod tarball name
it was to long; version is enough
2010-11-18 20:43:48 +01:00
Petr Mladek
900b1e766f Revert "fix smoketest with the improved download tarball (fdo#30837)"
This reverts commit bdbd0385f6972f49a5e954cebb342263f3666c7d.
It is not longer needed after the previous fix.
2010-11-18 20:43:34 +01:00
Petr Mladek
fcecf91f85 fallback to the old install dirname if ooodownloadfilename is not defined
the check for versioned install dir (fdo#30837) broke creation of
languagepack on Windows and MAC; it is because ooodownloadfilename
was defined only for linux; we still need lang-specific directory
for other archs
2010-11-18 20:43:19 +01:00
Petr Mladek
7d95994e4a Do not mention date in the downlaod tarball name
it was to long; version is enough
2010-11-18 20:39:50 +01:00
Petr Mladek
f15dd3db87 Revert "fix smoketest with the improved download tarball (fdo#30837)"
This reverts commit bdbd0385f6972f49a5e954cebb342263f3666c7d.
It is not longer needed after the previous fix.
2010-11-18 20:38:25 +01:00
Petr Mladek
8c4782605d fallback to the old install dirname if ooodownloadfilename is not defined
the check for versioned install dir (fdo#30837) broke creation of
languagepack on Windows and MAC; it is because ooodownloadfilename
was defined only for linux; we still need lang-specific directory
for other archs
2010-11-18 20:35:06 +01:00
Release Engineering
d35307cddf OOO330 2010-11-18 19:10:50 +01:00
Caolán McNamara
2d6d6a886b need -lpthread as PTHREAD_LIBS on Linux 2010-11-18 01:28:34 -05:00
Caolán McNamara
26e93540e0 need -lpthread as PTHREAD_LIBS on Linux 2010-11-17 21:12:56 +00:00
Robert Nagy
76ee339373 Use a generic unxgcc.mk
Move unxlng.mk to unxgcc.mk and use that on OpenBSD and Linux
too as a default and then overwrite or add variables..
2010-11-17 20:47:31 +01:00
Robert Nagy
b873b5cfb2 Use a generic unxgcc.mk
Move unxlng.mk to unxgcc.mk and use that on OpenBSD and Linux
too as a default and then overwrite or add variables.
2010-11-17 20:45:47 +01:00
sb
697265b8e2 sb136: #i114155# partially revert fix for i108776 to avoid ABI incompatibility of jvmaccess library 2010-11-17 15:17:56 +01:00
Caolán McNamara
87b1638b0a fix this to build again 2010-11-16 16:04:07 +00:00
Sebastian Spaeth
5bec664553 Don't set RSC_ONCE, it is unused
RSC_ONCE was invariably set to true but was not used afterwards. So
remove it.
2010-11-16 14:37:26 +01:00
Jan Holesovsky
3ff150835f Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/bootstrap 2010-11-16 09:39:19 +01:00
Sebastian Spaeth
7957d807c3 delete hicontrast-to-theme script
We put the theme now into its own directory, rather than fishing the
icons out with this script.
2010-11-16 09:34:18 +01:00
Jan Holesovsky
47fc20c4cb Merge remote branch 'origin/libreoffice-3-3' 2010-11-16 09:08:19 +01:00
Jan Holesovsky
71a43f77ad Merge commit 'ooo/OOO330_m15' into libreoffice-3-3
Conflicts:
	instsetoo_native/inc_openoffice/windows/msi_templates/RegLocat.idt
	instsetoo_native/inc_sdkoo/windows/msi_templates/RegLocat.idt
	solenv/inc/minor.mk
2010-11-16 09:00:32 +01:00
Sebastian Spaeth
d0ee671787 remove converttags.pl
The converttags script replaced the tags:

[PRODUCTNAME] [TITLE] and two color references

in the source code, but those tags don't occur (anymore?) and it is
never called. So remove this.
2010-11-16 08:57:46 +01:00
Jan Holesovsky
1039d48a5f Merge remote branch 'origin/libreoffice-3-3'
Conflicts:
	configure.in
	set_soenv.in
	solenv/bin/modules/installer/systemactions.pm
2010-11-12 14:27:14 +01:00
Kurt Zenker
9a29bc2691 OOO330 2010-11-12 12:14:56 +01:00
Jan Holesovsky
986a994c2f Merge commit 'ooo/OOO330_m14' into libreoffice-3-3
Conflicts:
	solenv/inc/minor.mk
2010-11-11 18:09:59 +01:00
Jordan Ayers
b582fdbef1 Perl Installer: Remove disabled Win9x build guard.
Remove the feature component counting routines.
These were added to enforce a Win9x component count limit, but no longer
do anything except collect and log counts.
2010-11-11 10:20:20 +00:00
Sebastian Spaeth
babab2c53f Avoid outputting duplicate empty lines
All these did were outputting empty lines where already some were
being output leading to duplicate empty lines in the build log.
2010-11-10 15:40:49 +01:00
Hanno Meyer-Thurow
6bbd93fde9 Get rid of undefined $setup_vars array. 2010-11-10 05:09:01 +01:00
Hanno Meyer-Thurow
1e2ab23a89 Get rid of undefined $setup_vars array. 2010-11-10 04:58:40 +01:00
Caolán McNamara
87eb087648 restore original position of tg_compv.mk
grab the compiler version explicitly in unxlng.mk
(cherry picked from commit b3611ba2d74d6b36c9f7758801b4f774b0b013bb)
2010-11-09 10:08:38 +00:00
Caolán McNamara
c809495371 restore original position of tg_compv.mk
grab the compiler version explicitly in unxlng.mk
2010-11-09 10:05:26 +00:00
Sebastian Spaeth
f9ab38b12a Perl installer: Reinstate some potentially useful commented out code 2010-11-09 10:39:06 +01:00
Robert Nagy
ca44c035e3 no /proc on OpenBSD 2010-11-09 09:58:14 +01:00
Robert Nagy
7b9e093236 no /proc on OpenBSD 2010-11-09 09:57:42 +01:00
Jordan Ayers
bf33898aa0 Cleanup build.pl
Remove commented out code.
Remove $html_last_updated (unused).
Correct a few spelling mistakes.
Translate a few bits of German.
2010-11-09 09:04:10 +01:00
Jordan Ayers
ac06dbe8a0 Perl Installer: Remove commented out code. 2010-11-09 08:39:35 +01:00
Robert Nagy
848b6cb2c5 set a DLLPOSTFIX for OpenBSD and sync unxobsd.mk 2010-11-08 20:02:23 +01:00
Robert Nagy
7a626d7968 set a DLLPOSTFIX for OpenBSD and sync unxobsd.mk 2010-11-08 19:39:55 +01:00
Robert Nagy
8cbdb7f084 add OPENBSD specific stuff 2010-11-08 17:45:24 +01:00
Robert Nagy
470e4511e3 add OPENBSD specific stuff 2010-11-08 17:29:08 +01:00
Surendran Mahendran
bc9a1a72bc Build script improvement to dev-install target
For every dev-install the install directory in rawbuild had to be removed. This
patch fixes that and consecutive dev-install works without manual intervention.
2010-11-08 13:55:19 +00:00
Caolán McNamara
78f394bff8 return early if source doesn't exist on symlink 2010-11-08 12:17:54 +01:00
Robert Nagy
e0baaa998a -DBOOST_NO_EXCEPTIONS for OpenBSD 2010-11-08 12:17:50 +01:00
Robert Nagy
c857360dac sync with the generic linux makefile 2010-11-08 12:17:39 +01:00
Robert Nagy
836e5cbe25 use system jpeg on OpenBSD 2010-11-08 12:17:35 +01:00
Robert Nagy
0cf424b0c4 make LibreOffice boostrap on OpenBSD 2010-11-08 12:17:27 +01:00
Jordan Ayers
91907b045d Perl Installer: Use built-in chmod
Replace system calls which performed single-file permission sets with calls to the built-in chmod.
Replace the implementation of create_directory with a call to create_directory_with_privileges.
2010-11-08 00:06:45 -06:00
Jordan Ayers
b8fcb346da Perl Installer: Use built-in chmod
Replace several system calls which performed single-file permission sets with the built-in chmod command.
2010-11-08 00:06:36 -06:00
Kurt Zenker
c4ad88980f OOO330 2010-11-06 17:01:50 +01:00
Caolán McNamara
e50139ec72 return early if source doesn't exist on symlink 2010-11-06 12:20:47 +00:00
Thomas Klausner
49e0ad98bc Replace "errror" with "warn"; suggested by tml. 2010-11-06 00:05:12 +01:00
Jesús Corrius
043349bdd4 Fix condition in MS C/C++ x64 patch 2010-11-05 23:59:56 +01:00
Caolán McNamara
57a0af9b86 extra optimization unsafe for earlier gccs
(cherry picked from commit 30ee54453389af148ea6ac4df1c54b8f404ea559)
2010-11-05 16:18:23 +00:00
Jesús Corrius
e21ce620e1 Add MS C/C++ compiler specific settings for x64 2010-11-05 15:04:58 +01:00
Petr Mladek
dee36f28cb fix ooinstall to create the installation dir
Cwd::realpath does not work if the path does not exist
2010-11-05 15:00:47 +01:00
Petr Mladek
a2fdbe0c8b fix ooinstall to create the installation dir
Cwd::realpath does not work if the path does not exist
2010-11-05 14:58:42 +01:00
Robert Nagy
00d479a3a4 -DBOOST_NO_EXCEPTIONS for OpenBSD 2010-11-05 14:56:08 +01:00
Caolán McNamara
0b98959abd extra optimization unsafe for earlier gccs 2010-11-05 12:37:23 +00:00
Thorsten Behrens
3e730edf80 Use org.libreoffice.script for Mac preferences
This fixes fdo#30568
(cherry picked from commit 236de85bba6416d9c905029116c875671cbeaf15)
2010-11-05 13:25:42 +01:00
Thorsten Behrens
bf0eb7e035 Use org.libreoffice.script for Mac preferences
This fixes fdo#30568
2010-11-05 13:13:47 +01:00
Robert Nagy
2b3aa51c72 sync with the generic linux makefile 2010-11-05 11:09:03 +01:00
Robert Nagy
a90417f019 use system jpeg on OpenBSD 2010-11-05 11:06:44 +01:00
Jesús Corrius
2d3adf8431 Remove obsolete --enable-cl-standard 2010-11-04 22:23:58 +01:00
Petr Mladek
76aecf4cfc create the installation dir when defined (fdo#30837)
it was logical problem when I updated the code for fdo#30837
2010-11-04 17:50:16 +01:00
Petr Mladek
0c8a7696e6 create the installation dir when defined (fdo#30837)
it was logical problem when I updated the code for fdo#30837
2010-11-04 17:29:51 +01:00
Petr Mladek
44160aaf7f fix smoketest with the improved download tarball (fdo#30837) 2010-11-04 16:02:47 +01:00
Petr Mladek
a87487daaf better name directory with download tarballs 2010-11-04 16:02:38 +01:00
Petr Mladek
b94db7b09e fix smoketest with the improved download tarball (fdo#30837) 2010-11-04 16:00:16 +01:00