Commit graph

12474 commits

Author SHA1 Message Date
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
Niko Rönkkö
b67ab60bd6 Renaming extension options consistently
Renamed all extensions to --enable-ext-* because
"we do want to present them together in ./configure --help"

See: b765a28ea9d63b60a14786b1a5484227175d413e

Deprecated old options not removed but commented instead.

¡There are still extensions which are only in build/configure.in!

Changed BUILD_TYPE from OOo to LibO

See: Elide all "SO:" and "OOo:" build.lst prefixes
2010-11-06 13:32:39 -05:00
Caolán McNamara
e50139ec72 return early if source doesn't exist on symlink 2010-11-06 12:20:47 +00:00
David Tardon
03218dbc3a transform script providers into extensions 2010-11-06 07:11:12 +01:00
Thomas Klausner
29e7e9c4dc Pass thru PYTHON, found by configure.
Will be used by filter/source/config/fragments/makefile.mk.
2010-11-06 00:30:03 +01:00
Thomas Klausner
37ed2517b6 Pass thru MOZ_NSS_LIBS, autodetected by configure and needed by xmlsecurity. 2010-11-06 00:18:32 +01: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
Jesús Corrius
a66a55daeb Fix path to the right libraries for MS C/C++ x_64 2010-11-05 21:07:56 +01: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
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
bf0eb7e035 Use org.libreoffice.script for Mac preferences
This fixes fdo#30568
2010-11-05 13:13:47 +01:00
Robert Nagy
5f4e567812 pick up system jpeg on openbsd 2010-11-05 12:14:31 +01:00
Robert Nagy
a5a2fe55d5 OpenBSD needs /usr/local/lib in SOLARLIB 2010-11-05 12:14:25 +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
3632c1f81e Fix identation 2010-11-05 09:36:23 +01:00
Jesús Corrius
3e348a276c Add --enable-cl-x64 option 2010-11-05 02:23:12 +01:00
Niko Rönkkö
c9f29cb205 Elide all "SO:" and "OOo:" build.lst prefixes 2010-11-04 23:37:12 +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
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
Thomas Klausner
1e66187e48 ENV_SCRIPT contains .sh, don't append it. Use only ASCII chars in messages. 2010-11-04 15:46:15 +01:00
Sebastian Spaeth
5b3832db56 configure.in: Cluster all extension related options at one place
- Pulled together all extension related options in one place in the
  configure, they were cluttered all around the place. We do want to
  present extensions together in ./configure --help.

- Add an -ext- to these configure options to clarify they are
  extensions:
  --enable-ext-presenter-ui, enable-ext-presenter-minimizer,
  --enable-ext-presenter-console, enable-ext-pdfimport,
  --enable-ext-wiki-publisher
  (Similar changes should still be done to the rest of the extensions)

- Quit with explicit error message when using conflicting --without-java
  and --enable-ext-wiki-publisher.

- Remove some minor things.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-11-04 13:40:17 +01:00
Thorsten Behrens
1745c1f95a BUILD_TYPE needs to stay OOo, unless more cleanup happens
Partially revert 58f59291db32e07b06311337be1e9f7a930291b2 - the name
here needs to match all those */prj/build.lst prefixes (which still
have "OOo:" at several places)
2010-11-04 10:01:43 +01:00
Robert Nagy
03e2863a1a make LibreOffice boostrap on OpenBSD 2010-11-04 00:43:13 +01:00
Petr Mladek
bdf0529c64 use versioned path in download tarballs (fdo#30837) 2010-11-03 21:30:17 +01:00
Niko Rönkkö
ee6738b1d4 Pretty print the configure help 2010-11-03 14:14:16 +00:00
Jan Holesovsky
ac1a3a5d5b Don't add an explicit -L/usr/lib or -L/usr/lib64.
It breaks KDE3 build on SUSE.
2010-11-03 15:03:27 +01:00
Sebastian Spaeth
3dd497e93f bootstrap/set_soenv: remove unused variables
The variables $unsetenv, $setenv, $unset, $set $D, $answer were unused
in this script and have been removed.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-11-03 11:51:30 +01:00
Sebastian Spaeth
69e273ce72 bootstrap/soenv: remove tcsh version of LinuxX86-64Env.Set
Previously we would have been writing out LinuxX86-64Env.Set and
LinuxX86-64Env.Set.sh which made my autocompletion useless. Simplify the
set_soenv.in to actually only produce 1 version which makes us require
bash as interactive build shell.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-11-03 11:51:30 +01:00
Joseph Powers
48bd163f87 Fix Mac build issues. 2010-11-03 10:17:39 +01:00
Niko Rönkkö
561f09d4f7 Removed deprecated option
--with-unzip-home has been deprecated since 2003.
2010-11-01 12:43:47 -05:00
Bernhard Rosenkraenzer
7fb5897aa0 correctly check Template Pack and Lightproof with --with-lang=ALL 2010-11-01 17:36:17 +01:00
Jan Holesovsky
8d4c39e18f Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/bootstrap 2010-11-01 16:06:45 +01:00
Kalman Szalai - KAMI
66a11bbd35 Save 1MB on wizards per language
Bitmaps are packaged as language dependent files however, no
language dependency at all in bitmaps. This patch only pack one instance
so we can save 1MB diskspace for every language in multi lang installer.
2010-11-01 14:05:44 +01:00
Jan Holesovsky
3535ec3d4b Merge commit 'ooo/OOO330_m13'
Conflicts:
	instsetoo_native/util/pack.lst
	solenv/inc/minor.mk
2010-11-01 13:49:01 +01:00
Michael Meeks
e310934150 Install and register the oo3 migration code 2010-11-01 10:56:59 +00:00
Niko Rönkkö
8a74ad5e9e Wrong option name in help bootstrap 2010-11-01 10:08:21 +00:00
Caolán McNamara
82aea471a0 strcpy cannot be used with overlapping src and dest 2010-10-31 20:16:37 +00:00
Niko Rönkkö
2cfc85b44e Cleaning and organizing of configure.in 2010-10-31 20:42:18 +01:00
Kalman Szalai - KAMI
fea23de1d2 Fix bootstrap's configure 2010-10-31 20:23:14 +01:00
Kalman Szalai - KAMI
771ebc23c9 Fix a typo 2010-10-31 06:09:03 +01:00
Kalman Szalai - KAMI
4f786af9b6 Adding Barcode extension 2010-10-31 05:15:17 +01:00
Kalman Szalai - KAMI
823cb6a74d Adding Validator extension 2010-10-31 04:50:14 +01:00
Kalman Szalai - KAMI
87ec34b20e Adding Diagram extension
Diagram is an OpenOffice.org Draw and Impress extension that creates your favorite diagrams with few clicks.
http://wiki.services.openoffice.org/wiki/Diagram_Extension
2010-10-30 19:57:14 +02:00